53 lines
2.4 KiB
HTML
53 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>系统通知邮件</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="font-size: 14px;">
|
|
<br><br><br><br>
|
|
<div style="width: 600px; margin: 0 auto; background-color: #00838a; border-radius: 3px;">
|
|
<div style="padding: 0 15px; padding-bottom: 20px;">
|
|
<div style="height: 30px;">
|
|
</div>
|
|
<div style="background: #fff; padding: 20px 15px; border-radius: 3px;">
|
|
<div><span style="font-size: 16px; font-weight: bold;">消息通知:</span>
|
|
<div style="line-height: 24px; margin-top: 10px;">
|
|
<div>
|
|
#{content}
|
|
<br/>
|
|
如有疑问
|
|
<a style="color: #006eff;font-weight: bold;" href="/"
|
|
target="_blank" rel="noopener">登录系统 </a>处理!
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 60px;margin-bottom: 10px;"><span
|
|
style="font-size: 13px; font-weight: bold; color: #666;">温馨提醒</span>
|
|
<div style="line-height: 24px; margin-top: 10px;">
|
|
<div style="font-size: 13px; color: #666;">使用过程中如有任何问题,请联系系统管理员。</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
style="width: 600px; margin: 0 auto; margin-top: 50px; font-size: 12px; -webkit-font-smoothing: subpixel-antialiased; text-size-adjust: 100%;">
|
|
<p
|
|
style="text-align: center; line-height: 20.4px; text-size-adjust: 100%; font-family: 'Microsoft YaHei'!important; padding: 0px !important; margin: 0px !important; color: #7e8890 !important;">
|
|
<span class="appleLinks">
|
|
Copyright © 2023-2024 南京灿能电力自动化股份有限公司. 保留所有权利。</span>
|
|
</p>
|
|
<p
|
|
style="text-align: center;line-height: 20.4px; text-size-adjust: 100%; font-family: 'Microsoft YaHei'!important; padding: 0px !important; margin: 0px; color: #7e8890 !important; margin-top: 10px;">
|
|
<span class="appleLinks">
|
|
邮件由系统自动发送,请勿直接回复本邮件!</span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |