文章详情
1.可以根据自己的需求进行修改
2.修改完成后可以在后台配置就可以
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>域名到期通知</title>
    <style>
        body {
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
        }
        .header {
            border-bottom: 2px solid #FF9800;
            padding-bottom: 10px;
            margin-bottom: 25px;
        }
        .title {
            color: #2c3e50;
            font-size: 20px;
            margin: 0;
        }
        .info-box {
            background-color: #f8f9fa;
            border-left: 4px solid #FF9800;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 4px 4px 0;
        }
        .info-item {
            margin: 10px 0;
            display: flex;
        }
        .info-label {
            font-weight: bold;
            min-width: 100px;
            color: #555;
        }
        .info-value {
            color: #222;
            flex: 1;
        }
        .footer {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eee;
            font-size: 14px;
            color: #666;
        }
        .highlight {
            color: #FF9800;
            font-weight: bold;
        }
        .warning-highlight {
            color: #FF5722;
            font-weight: bold;
            background-color: #FFF3E0;
            padding: 2px 6px;
            border-radius: 3px;
        }
        .action-badge {
            display: inline-block;
            background-color: #FF9800;
            color: white;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 12px;
            margin-left: 5px;
        }
        .warning-box {
            background-color: #FFF8E1;
            border: 1px solid #FFE082;
            border-radius: 4px;
            padding: 15px;
            margin: 20px 0;
        }
        .warning-title {
            color: #F57C00;
            font-weight: bold;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .warning-title:before {
            content: "⚠️";
            margin-right: 8px;
        }
        .urgency-badge {
            display: inline-block;
            background-color: #FF5722;
            color: white;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 12px;
            margin-left: 8px;
            font-weight: bold;
        }
    </style>
</head>
<body>
    <div class="header">
        <h1 class="title">域名到期提醒 <span class="action-badge">即将到期</span></h1>
    </div>
    
    <p>尊敬的 <span class="highlight">{user}</span>,您好!</p>
    
    <p>您的域名即将到期,为避免服务中断,请及时续费。具体信息如下:</p>
    
    <div class="info-box">
        <div class="info-item">
            <div class="info-label">域名</div>
            <div class="info-value">{record}</div>
        </div>
        <div class="info-item">
            <div class="info-label">到期时间</div>
            <div class="info-value warning-highlight">
                {hours}
                <span class="urgency-badge">重要</span>
            </div>
        </div>
        
    </div>
    
    <div class="warning-box">
        <div class="warning-title">重要提醒</div>
        <p>1. 域名到期后将无法正常访问,网站和邮箱服务将中断</p>
        <p>2. 到期后进入保留期,在此期间续费需支付额外费用</p>
        <p>3. 超过保留期未续费,域名将被释放并可被他人注册</p>
        <p>4. 建议提前续费,避免因过期导致业务影响</p>
    </div>
    
    <p>请尽快登录控制台完成续费操作,如有疑问请联系客服。</p>
    
    <div class="footer">
        <p>感谢您的使用!</p>
        <p>祝好,<br/>
        <strong>幻影二级域名分发系统</strong></p>
    </div>
</body>
</html>

微信扫一扫

支付宝扫一扫

版权:

转载请注明出处:https://www.52hyjs.com/149.html

相关推荐
注册成功通知模板代码
1.可以根据自己的需求进行修改2.修改完成后可以在后台配置就可以 <!DOCTYPE html> <html lang="…
账号登录成功通知模板代码
1.可以根据自己的需求进行修改2.修改完成后可以在后台配置就可以 <!DOCTYPE html> <html lang="…
暂停域名解析通知模板代码
1.可以根据自己的需求进行修改2.修改完成后可以在后台配置就可以 <!DOCTYPE html> <html lang="…
恢复域名解析通知模板代码
1.可以根据自己的需求进行修改2.修改完成后可以在后台配置就可以 <!DOCTYPE html> <html lang="…
域名解析到期提醒模板代码
1.可以根据自己的需求进行修改2.修改完成后可以在后台配置就可以 <!DOCTYPE html> <html lang="…
删除域名解析通知模板代码
1.可以根据自己的需求进行修改2.修改完成后可以在后台配置就可以 <!DOCTYPE html> <html lang="…
发表评论
暂无评论

还没有评论呢,快来抢沙发~

点击联系客服

在线时间:8:00-16:00

客服QQ

419437697

客服电话

400-888-8888

客服邮箱

admin@52hyjs.com