common.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <html lang="en"
  2. xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>email</title>
  7. </head>
  8. <body>
  9. <table width="800px" align="center" cellspacing="0" cellpadding="0"
  10. style="font-family: Microsoft YaHei;border-collapse: collapse;font-size: 16px; color: #333333">
  11. <tbody>
  12. <tr th:fragment="head">
  13. <td width="700" style="padding: 20px 50px;color: #ffffff;background-color: #2274ec">
  14. <table border="0" cellspacing="0" cellpadding="0" width="700">
  15. <tr>
  16. <td style="line-height: 30px">
  17. <img style="height: 30px;vertical-align: middle"
  18. src="https://allpay-sh-email.oss-cn-shanghai.aliyuncs.com/logo_orange.png"/>
  19. </td>
  20. <td style="line-height: 26px" align="right">
  21. 安全 • 高效 • 低成本
  22. </td>
  23. </tr>
  24. </table>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td width="700" style="padding: 40px 50px 15px;">
  29. <table border="0" cellspacing="0" cellpadding="0" width="700">
  30. <tr>
  31. <td style="line-height: 44px;font-weight: bold">尊敬的用户:</td>
  32. </tr>
  33. <tr>
  34. <td style="line-height: 24px;font-size: 13px;text-indent: 30px">
  35. <p style="margin: 0;"> 您好,您的GoAllPay账户有新交易入账。</p>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td style="line-height: 40px;font-size: 14px;font-weight:600;text-align: right;">
  40. GoAllPay团队
  41. </td>
  42. </tr>
  43. <tr>
  44. <td th:text="${emailParam['localDate']}"
  45. style="line-height: 24px;font-size: 14px;text-align: right;">
  46. 2020年04月28日
  47. </td>
  48. </tr>
  49. </table>
  50. </td>
  51. </tr>
  52. <tr th:fragment="footer">
  53. <td width="700" style="padding: 0 50px">
  54. <table width="700" border="0" cellspacing="0" cellpadding="0">
  55. <tr>
  56. <td style="border-top: 1px solid #dedfe0;padding-bottom: 20px" colspan="3"></td>
  57. </tr>
  58. <tr>
  59. <td width="60%" style=" font-size: 14px; color: #797979;line-height: 24px;margin: 0;">
  60. <ul style="padding-left: 20px">
  61. <li style="margin: 10px 0;">您收到此邮件是因为您 (或其他人) 使用这个邮箱创建 扫码账号, 如果您对此不知情,请忽略此邮件。</li>
  62. <li style="margin: 10px 0;">此邮件为系统邮件,请勿回复</li>
  63. <li style="margin: 10px 0;">如需帮助,请点击
  64. <a style="color: #797979;font-weight: 600"
  65. href="https://www.goallpayx.com/cn/contact.html">联系我们</a>,或拨打
  66. 400-832-9009
  67. </li>
  68. </ul>
  69. </tr>
  70. </table>
  71. </td>
  72. </tr>
  73. </tbody>
  74. </table>
  75. </body>
  76. </html>