-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheck-email.html
18 lines (18 loc) · 1.45 KB
/
check-email.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div style="width: 720px; margin: 0 auto;background: #ffffff;font-family:'Open Sans',Arial,sans-serif;">
<h3 style="height: 80px;margin: 0;padding: 0 50px;line-height: 80px;font-size: 28px;font-weight: 700;color:#172B38;">{%name%}</h3>
<div style="height: 48px;padding: 0 50px;line-height: 48px;font-size: 18px;font-weight: 700;border-top: 1px solid #eee;border-bottom: 1px solid #eee;color: #f9a80c;">
<span>您的激活邮件</span>
</div>
<div style="padding: 0 50px;">
<p style="font-size: 14px; color: #555;">{%nickname%},您已成功注册【{%name%}】。</p>
<p style="font-size: 14px; color: #555;">请点击激活按钮,确认注册邮箱有效可用。</p>
<a href="{%url%}" style="display: block;width: 200px;height: 40px;margin: 30px 0;line-height: 40px;font-size: 14px;text-align: center;border-radius: 4px;background: #3a6ea5;color: #ffffff;text-decoration: none;">激活邮箱</a>
<p style="font-size: 14px; color: #555;">或复制下方链接到浏览器打开:</p>
<div style="line-height: 40px;font-family:'Open Sans',Arial,sans-serif;font-size:14px;background-color:#f8faf5;padding:5px 20px;border-radius:4px;word-break:break-all">
<a href="{%url%}" target="_blank" style="color: #172B38;">{%url%}</a>
</div>
</div>
<div style="padding: 20px 50px;">
<p style="font-size: 14px; color: #888;font-style: italic;">- 感谢您注册{%name%}.</p>
</div>
</div>