幻影二级域名分发系统PHP版本完全免费,下载地址:https://blog.52hyjs.com/post-954.html
<!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 #f44336;
padding-bottom: 10px;
margin-bottom: 25px;
}
.title {
color: #2c3e50;
font-size: 20px;
margin: 0;
}
.info-box {
background-color: #f8f9fa;
border-left: 4px solid #f44336;
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: #4CAF50;
font-weight: bold;
}
.warning-highlight {
color: #f44336;
font-weight: bold;
}
.action-badge {
display: inline-block;
background-color: #f44336;
color: white;
padding: 2px 8px;
border-radius: 3px;
font-size: 12px;
margin-left: 5px;
}
.warning-note {
background-color: #ffebee;
border: 1px solid #ffcdd2;
border-radius: 4px;
padding: 12px;
margin: 15px 0;
font-size: 14px;
color: #c62828;
}
.warning-note strong {
color: #d32f2f;
}
</style>
</head>
<body>
<div class="header">
<h1 class="title">域名解析记录删除通知 <span class="action-badge">删除</span></h1>
</div>
<p>尊敬的 <span class="warning-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">{time}</div>
</div>
</div>
<div class="warning-note">
<strong>重要提示:</strong><br/>
1. 删除解析记录后,相关域名服务将无法正常访问<br/>
2. 此操作不可撤销,请谨慎确认<br/>
3. 如需恢复,请重新添加对应的解析记录
</div>
<p>如有任何疑问或需要进一步协助,请随时联系我们。</p>
<div class="footer">
<p>感谢您的使用!</p>
<p>祝好,<br/>
<strong>幻影二级域名分发系统</strong></p>
</div>
</body>
</html>