83 lines
5.1 KiB
HTML
83 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta name="format-detection" content="email=no"/>
|
|
<meta name="format-detection" content="date=no"/>
|
|
</head>
|
|
<!--
|
|
单文件通用模板(--single 模式):所有人不论语言都收到这封邮件。
|
|
每次新的群发活动,直接编辑下面「正文内容区」即可,样式已对齐站内系统邮件。
|
|
可用占位符:{{name}} {{domain}} {{email}} {{box_link}} {{site}} {{site_title}} {{year}}
|
|
以及 --var 键=值 / params.ini [vars] 传入的自定义占位符。
|
|
-->
|
|
<body style="margin: 0; padding: 0;" bgcolor="#FFFFFF">
|
|
<table width="100%" height="100%" style="min-width: 348px;" border="0" cellspacing="0" cellpadding="0" lang="zh-CN">
|
|
<tbody>
|
|
<tr height="32" style="height: 32px;">
|
|
<td></td>
|
|
</tr>
|
|
<tr align="center">
|
|
<td>
|
|
<table border="0" cellspacing="0" cellpadding="0"
|
|
style="padding-bottom: 20px;max-width: 516px;min-width: 220px;">
|
|
<tbody>
|
|
<tr>
|
|
<td width="8" style="width: 8px;"></td>
|
|
<td>
|
|
<div style="border-style: solid; border-width: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;"
|
|
align="center">
|
|
<div style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break: break-word;">
|
|
<div style="font-size: 24px;">
|
|
{{site_title}} 站内通知
|
|
</div>
|
|
<div style="font-size: 13px; color: rgba(0,0,0,0.54); margin-top: 6px;">
|
|
你好,{{name}}!这是一封群发的站内通知邮件
|
|
</div>
|
|
</div>
|
|
<div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.87); line-height: 22px; padding-top: 20px; text-align: left;">
|
|
<!-- ==================== 正文内容区(编辑这里) ==================== -->
|
|
<p style="margin: 0 0 14px;">感谢你一直以来使用 {{site_title}}。这里是本次通知的正文内容——发送前请编辑 templates/single.html,把本段替换成你想要告知用户的内容。</p>
|
|
|
|
<p style="margin: 0 0 6px;"><b>小标题(可选,可删)</b></p>
|
|
<p style="margin: 0 0 14px; color: rgba(0,0,0,0.54);">需要分段就复制这些 <p> 段落;需要强调框可以复制下面这个浅灰框。</p>
|
|
|
|
<div style="padding: 12px 14px; border-radius: 6px; background-color: #f1f3f4; border: 1px solid #dadce0; margin-bottom: 14px;">
|
|
强调框示例(可删):重要信息放在这里,比如时间、地址或注意事项。
|
|
</div>
|
|
<!-- ==================== 正文内容区结束 ==================== -->
|
|
|
|
<p style="margin: 0 0 10px;">你的提问箱地址(建议收藏):</p>
|
|
</div>
|
|
<div style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-height: 16px; font-size: 14px; text-align: center;">
|
|
<a href="{{box_link}}" target="_blank"
|
|
style="color: #ffffff; font-weight: 400; text-decoration: none; display: inline-block; padding: 10px 24px; background-color: #4184F3; border-radius: 5px; min-width: 90px;">
|
|
访问我的提问箱
|
|
</a>
|
|
<div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 12px; color: rgba(0,0,0,0.54); padding-top: 10px; word-break: break-all;">
|
|
{{box_link}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="text-align: left;">
|
|
<div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.54);font-size: 11px; line-height: 18px; padding-top: 12px; text-align: center;">
|
|
<div>
|
|
这是一封系统通知邮件,由站点统一发送给全体注册用户,请勿直接回复。<br/>
|
|
© {{year}} {{site_title}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
<td width="8" style="width: 8px;"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr height="32" style="height: 32px;">
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|