123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <html lang="en"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:th="http://www.thymeleaf.org">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>email</title>
- </head>
- <body>
- <table width="800px" align="center" cellspacing="0" cellpadding="0"
- style="font-family: Microsoft YaHei;border-collapse: collapse;font-size: 16px; color: #333333">
- <tbody>
- <tr th:fragment="head">
- <td width="700" style="padding: 20px 50px;color: #ffffff;background-color: #2274ec">
- <table border="0" cellspacing="0" cellpadding="0" width="700">
- <tr>
- <td style="line-height: 30px">
- <img style="height: 30px;vertical-align: middle"
- src="https://allpay-sh-email.oss-cn-shanghai.aliyuncs.com/logo_orange.png"/>
- </td>
- <td style="line-height: 26px" align="right">
- 安全 • 高效 • 低成本
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="700" style="padding: 40px 50px 15px;">
- <table border="0" cellspacing="0" cellpadding="0" width="700">
- <tr>
- <td style="line-height: 44px;font-weight: bold">尊敬的用户:</td>
- </tr>
- <tr>
- <td style="line-height: 24px;font-size: 13px;text-indent: 30px">
- <p style="margin: 0;"> 您好,您的GoAllPay账户有新交易入账。</p>
- </td>
- </tr>
- <tr>
- <td style="line-height: 40px;font-size: 14px;font-weight:600;text-align: right;">
- GoAllPay团队
- </td>
- </tr>
- <tr>
- <td th:text="${emailParam['localDate']}"
- style="line-height: 24px;font-size: 14px;text-align: right;">
- 2020年04月28日
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr th:fragment="footer">
- <td width="700" style="padding: 0 50px">
- <table width="700" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td style="border-top: 1px solid #dedfe0;padding-bottom: 20px" colspan="3"></td>
- </tr>
- <tr>
- <td width="60%" style=" font-size: 14px; color: #797979;line-height: 24px;margin: 0;">
- <ul style="padding-left: 20px">
- <li style="margin: 10px 0;">您收到此邮件是因为您 (或其他人) 使用这个邮箱创建 扫码账号, 如果您对此不知情,请忽略此邮件。</li>
- <li style="margin: 10px 0;">此邮件为系统邮件,请勿回复</li>
- <li style="margin: 10px 0;">如需帮助,请点击
- <a style="color: #797979;font-weight: 600"
- href="https://www.goallpayx.com/cn/contact.html">联系我们</a>,或拨打
- 400-832-9009
- </li>
- </ul>
- </tr>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </body>
- </html>
|