auditVersion.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="description" content="email code">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <title>邮件</title>
  9. </head>
  10. <!--邮箱验证码模板-->
  11. <body>
  12. <div style="background-color:#ECECEC; padding: 35px;">
  13. <table style="width: 800px;height: 100%; margin: 0 auto; text-align: left; position: relative; border-radius: 5px;font-size: 14px; font-family:微软雅黑, 黑体,serif; line-height: 1.5; box-shadow: rgb(153, 153, 153) 0 0 5px; border-collapse: collapse; background: #fff initial initial initial initial;">
  14. <tbody>
  15. <tr>
  16. <th style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: RGB(148,0,211); background-color: RGB(148,0,211); border-radius: 5px 5px 0 0;">
  17. <img src="cid:logo" alt="logo" style="width: 110px; height: 35px;">
  18. </th>
  19. </tr>
  20. <tr>
  21. <td style="word-break:break-all">
  22. <div style="padding:25px 35px 40px; background-color:#fff;opacity:0.8;">
  23. <h2 style="margin: 5px 0; ">
  24. <span style="line-height: 20px; color: #333333; ">
  25. </span>
  26. </h2>
  27. <!-- 中文 -->
  28. <p>您好! 有新的版本审核任务,请查收</p>
  29. </p>
  30. <br>
  31. <div style="width:100%;margin:0 auto;">
  32. <div style="padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;">
  33. <p>威世博团队</p>
  34. <p>如果您有其他使用上的问题,请联系我们:********</p>
  35. <br>
  36. <p>此为系统邮件,请勿回复<br>Please do not reply to this system email
  37. </p>
  38. </div>
  39. </div>
  40. </div>
  41. </td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. </div>
  46. </body>
  47. </html>