上传文件至 /
This commit is contained in:
87
recovery.html
Normal file
87
recovery.html
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>重置密码</title>
|
||||||
|
</head>
|
||||||
|
<body style="margin: 0; padding: 0; background-color: #f0f4ff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;">
|
||||||
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background-color: #f0f4ff; padding: 40px 20px;">
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="max-width: 480px; background-color: #ffffff; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); overflow: hidden;">
|
||||||
|
|
||||||
|
<!-- Header -->
|
||||||
|
<tr>
|
||||||
|
<td style="background: linear-gradient(135deg, #4F46E5, #6366F1); padding: 32px 40px; text-align: center;">
|
||||||
|
<h1 style="margin: 0; color: #ffffff; font-size: 22px; font-weight: 700; letter-spacing: 1px;">
|
||||||
|
中国城市劳动力调查
|
||||||
|
</h1>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<!-- Body -->
|
||||||
|
<tr>
|
||||||
|
<td style="padding: 36px 40px 20px;">
|
||||||
|
<h2 style="margin: 0 0 16px; color: #1a1a2e; font-size: 20px; font-weight: 600;">
|
||||||
|
重置您的密码
|
||||||
|
</h2>
|
||||||
|
<p style="margin: 0 0 12px; color: #4a4a68; font-size: 15px; line-height: 1.6;">
|
||||||
|
您好,
|
||||||
|
</p>
|
||||||
|
<p style="margin: 0 0 28px; color: #4a4a68; font-size: 15px; line-height: 1.6;">
|
||||||
|
我们收到了您的密码重置请求。请点击下方按钮设置新密码:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- Button -->
|
||||||
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td align="center" style="padding: 4px 0 32px;">
|
||||||
|
<a href="{{ .ConfirmationURL }}"
|
||||||
|
style="display: inline-block; background-color: #4F46E5; color: #ffffff; text-decoration: none; padding: 14px 36px; border-radius: 8px; font-size: 16px; font-weight: 600; letter-spacing: 0.5px;">
|
||||||
|
重置密码
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- Divider -->
|
||||||
|
<hr style="border: none; border-top: 1px solid #e8e8f0; margin: 0 0 24px;">
|
||||||
|
|
||||||
|
<!-- Fallback link -->
|
||||||
|
<p style="margin: 0 0 8px; color: #8888a0; font-size: 13px; line-height: 1.5;">
|
||||||
|
如果按钮无法点击,请复制以下链接到浏览器地址栏:
|
||||||
|
</p>
|
||||||
|
<p style="margin: 0 0 24px; word-break: break-all;">
|
||||||
|
<a href="{{ .ConfirmationURL }}" style="color: #4F46E5; font-size: 13px; text-decoration: underline;">
|
||||||
|
{{ .ConfirmationURL }}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p style="margin: 0; color: #8888a0; font-size: 13px; line-height: 1.5;">
|
||||||
|
如果您没有请求重置密码,请忽略此邮件,您的密码不会被更改。
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<tr>
|
||||||
|
<td style="padding: 20px 40px 28px;">
|
||||||
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background-color: #f8f8fc; border-radius: 8px; padding: 16px 20px;">
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: center;">
|
||||||
|
<p style="margin: 0; color: #aaaabc; font-size: 12px; line-height: 1.5;">
|
||||||
|
此邮件由系统自动发送,请勿直接回复。
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user