Files

25 lines
1.6 KiB
Smarty
Raw Permalink Normal View History

2022-08-19 19:48:37 +08:00
<div style="background-color:#ECECEC; padding: 35px;">
2023-08-02 18:16:44 +08:00
<table cellpadding="0" align="center"
style="width: 80%; margin: 0px auto; text-align: left; position: relative; border-radius: 5px;font-size: 14px; font-family:微软雅黑, 黑体; line-height: 1.5; box-shadow: rgb(153, 153, 153) 0px 0px 5px; border-collapse: collapse; background: #fff initial initial initial initial;">
<tbody>
<tr>
<th
style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C46200; background-color: #e01b3c; border-radius: 5px 5px 0px 0px;">
<span style="color: rgb(255, 255, 255); font-family: 微软雅黑; font-size: large; ">{site_name}</span></th>
</tr>
<tr>
<td>
<div style="padding:25px 35px 40px; background-color:#fff;">
<h2 style="margin: 5px 0px; ">
<span style="line-height: 20px; color: #333333; ">
<span style="line-height: 22px; font-size: medium; ">亲爱的用户:</span></span>
</h2>
<p style="font-size:14px;">验证码为 {code}, 10分钟有效</p>
<p style="font-size:14px;">如果您没有进行此操作,请忽略此邮件。</p>
<p align="right" style="font-size:14px;">{site_name} 官方团队</p>
<p align="right" style="font-size:14px;">{time}</p></div>
</td>
</tr>
</tbody>
</table>
2022-08-19 19:48:37 +08:00
</div>