<!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="font-family: 'Arial', sans-serif; background-color: #f4f4f4; margin: 0; padding: 20px; color: #333;">
<div style="max-width: 600px; margin: 0 auto; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 8px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);">
<div style="text-align: center; margin-bottom: 20px;">
<img src="https://payphp.oss-cn-shenzhen.aliyuncs.com/payphp.svg" alt="[sitename] Logo" style="width: 30%; height: auto;">
</div>
<h2 style="font-size: 22px; color: #333333; margin-bottom: 20px; font-weight: bold;">【[sitename]】登录通知</h2>
<p style="font-size: 16px; color: #555555; margin-bottom: 10px;">尊敬的 <strong style="color: #333;">[username]</strong> 用户,您好!</p>
<p style="font-size: 16px; color: #555555; margin-bottom: 20px;">您已于 <strong>[date]</strong> 成功登录[sitename]。本次登录详情如下:</p>
<div style="background-color: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px;">
<table style="width: 100%; font-size: 15px; color: #333;">
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">用户账号</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[username]</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">登录IP</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[ip]</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">登录地区</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[city]</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">登录时间</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>[date]</strong></td>
</tr>
</table>
</div>
<a href="http://payphp.cn/" style="display: block; background-color: #0056b3; color: white; padding: 12px 0; border-radius: 4px; text-decoration: none; font-size: 16px; font-weight: bold; text-align: center; width: 100%; box-sizing: border-box; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: background 0.3s ease;">
前往商户中心
</a>
<p style="font-size: 16px; color: #555555;">如果您不是本人操作,请立即联系[sitename]客服以确保账户安全。</p>
<p style="font-size: 16px; color: #555555; margin-top: 20px;">感谢您对[sitename]的支持与信任!</p>
</div>
</body>
</html>