invalid.vm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html>
  2. <head>
  3. <meta http-equiv="description" content="优软邮件收发中心">
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5. <style type="text/css">
  6. body {
  7. width: 800px;
  8. margin: 0 auto;
  9. }
  10. h4 {
  11. background: #efefef;
  12. padding: 5px;
  13. }
  14. h3 {
  15. color: #f89406;
  16. }
  17. a {
  18. color: #0088cc;
  19. text-decoration: none;
  20. }
  21. .mail-content {
  22. padding: 5px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <h4>您好,<span style="color:red;">${email}</span> </h4>
  28. <div class="mail-content">
  29. <p style="margin:1em 0">很遗憾,您注册的优软商务平台账号<h3>${name}</h3>未能通过审核,具体原因如下:</p>
  30. <p style="margin:1em 0">
  31. ${reason}
  32. </p>
  33. <p style="margin:1em 0">请您重新<a href="${rootpath}/signup#/step1">填写资料注册</a></p>
  34. <p style="margin:1em 0;text-align: right">祝您使用愉快!</p>
  35. <p style="margin:1em 0;text-align: right">优软商务平台 研发团队敬上</p>
  36. <br>
  37. <hr>
  38. <small style="color: #999999;">如果您有任何的疑问,请咨询<a href="${rootpath}serve" target="_blank">客服中心</a></small>
  39. </div>
  40. </body>
  41. </html>