删除 More/t.php.bak

This commit is contained in:
2025-10-17 23:32:12 +08:00
committed by cssfw
parent 917d269c83
commit 1f5ac5e0ca
79 changed files with 13493 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.urgent-badge {
background: linear-gradient(135deg, #FF3D3D 0%, #FF6D41 100%);
color: white!important;
border-radius: 24px;
padding: 8px 24px;
display: inline-block;
font-weight: 700;
}
.data-highlight {
color: #FF3D3D;
font-weight: 700;
padding: 2px 4px;
background: rgba(255,61,61,0.08);
border-radius: 4px;
}
</style>
</head>
<body style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; background: #f8f9fa; padding: 40px 0;">
<div style="max-width: 600px; margin: 0 auto; padding: 0 20px;">
<!-- 紧急状态标识 -->
<div style="text-align: center; margin-bottom: 32px;">
<div class="urgent-badge">
⛔ 服务已过期
</div>
</div>
<!-- 主内容卡 -->
<div style="background: white; border-radius: 24px; padding: 40px; box-shadow: 0 8px 24px rgba(0,0,0,0.06);">
<!-- 标题 -->
<h1 style="font-size: 28px; color: #2D2D2D; margin: 0 0 24px;">
[业务名称] 已过期
</h1>
<!-- 关键数据 -->
<div style="border-left: 4px solid #FF3D3D; padding-left: 20px; margin-bottom: 32px;">
<p style="color: #666; margin: 0 0 12px;">
🆔 业务ID<span class="data-highlight">[业务ID]</span>
</p>
<p style="color: #666; margin: 0 0 12px;">
📅 过期时间:<span class="data-highlight">[到期时间]</span>
</p>
</div>
<!-- 影响提示 -->
<div style="background: #FFF5F5; border-radius: 12px; padding: 20px; margin-bottom: 32px;">
<h2 style="font-size: 18px; color: #FF3D3D; margin: 0 0 12px;">
❗ 警告:
</h2>
<ul style="color: #666; margin: 0; padding-left: 24px;">
<li style="margin-bottom: 8px;">产品数据已删除!</li>
</ul>
</div>
</div>
<!-- 页脚 -->
<div style="text-align: center; color: #888; padding: 48px 0 24px;">
<div style="height:1px; background:rgba(0,0,0,0.1); margin: 0 auto 32px; width: 60%;"></div>
<p style="margin: 0 0 8px;">需要帮助? 📧 admin@fuxsto.cn</p>
<p style="margin: 0; font-size: 14px;">© 2025 Fuxsto</p>
<p style="margin: 8px 0 0; font-size: 14px;">如果邮件显示异常请使用邮箱客户端
</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.urgent-badge {
background: linear-gradient(135deg, #FF3D3D 0%, #FF6D41 100%);
color: white!important;
border-radius: 24px;
padding: 8px 24px;
display: inline-block;
font-weight: 700;
}
.data-highlight {
color: #FF3D3D;
font-weight: 700;
padding: 2px 4px;
background: rgba(255,61,61,0.08);
border-radius: 4px;
}
</style>
</head>
<body style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; background: #f8f9fa; padding: 40px 0;">
<div style="max-width: 600px; margin: 0 auto; padding: 0 20px;">
<!-- 紧急状态标识 -->
<div style="text-align: center; margin-bottom: 32px;">
<div class="urgent-badge">
⛔ 服务已过期
</div>
</div>
<!-- 主内容卡 -->
<div style="background: white; border-radius: 24px; padding: 40px; box-shadow: 0 8px 24px rgba(0,0,0,0.06);">
<!-- 标题 -->
<h1 style="font-size: 28px; color: #2D2D2D; margin: 0 0 24px;">
[业务名称] 已过期
</h1>
<!-- 关键数据 -->
<div style="border-left: 4px solid #FF3D3D; padding-left: 20px; margin-bottom: 32px;">
<p style="color: #666; margin: 0 0 12px;">
🆔 业务ID<span class="data-highlight">[业务ID]</span>
</p>
<p style="color: #666; margin: 0 0 12px;">
📅 过期时间:<span class="data-highlight">[到期时间]</span>
</p>
</div>
<!-- 影响提示 -->
<div style="background: #FFF5F5; border-radius: 12px; padding: 20px; margin-bottom: 32px;">
<h2 style="font-size: 18px; color: #FF3D3D; margin: 0 0 12px;">
❗ 警告:
</h2>
<ul style="color: #666; margin: 0; padding-left: 24px;">
<li style="margin-bottom: 8px;">产品数据已删除!</li>
</ul>
</div>
</div>
<!-- 支持信息 -->
<div style="text-align: center; color: #999; padding: 32px 0 16px;">
<p style="margin: 0 0 8px;">需要帮助? 📞 [客服电话] | 📧 [支持邮箱]</p>
<p style="margin: 0; font-size: 14px;">🔗 访问帮助中心:[帮助中心链接]</p>
<div style="height:1px; background:#EEE; margin: 24px 0;"></div>
<p style="margin: 0; font-size: 14px;">© [年份] [公司名称] - [备案信息]</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
:root {
--primary: #FF6D41;
--surface: #FFF8F5;
--on-surface: #2D2D2D;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
margin: 0;
background: #f5f5f5;
}
.emoji-focus {
display: inline-block;
transform: scale(1.2);
margin: 0 4px;
}
</style>
</head>
<body style="padding: 8vh 0;">
<div style="max-width: 600px; margin: 0 auto; padding: 0 20px;">
<!-- 头部 -->
<div style="text-align: center; padding: 32px 0;">
<div style="display: inline-block; background: rgba(255,109,65,0.12);
padding: 12px 24px; border-radius: 24px; font-weight: 500;">
<span class="emoji-focus"></span> 服务到期提醒
</div>
</div>
<!-- 主卡片 -->
<div style="background: var(--surface); border-radius: 24px; padding: 48px;
box-shadow: 0 8px 24px rgba(0,0,0,0.06);">
<!-- 标题区 -->
<h1 style="font-size: 32px; color: var(--on-surface); margin: 0 0 32px;">
<span style="color: var(--primary);">Fuxsto Host</span><br>
<span style="font-weight: 300;">您的服务即将到期</span>
</h1>
<!-- 核心信息 -->
<div style="border-left: 4px solid var(--primary); padding-left: 24px; margin-bottom: 40px;">
<p style="color: #666; margin: 0 0 16px; line-height: 1.6;">
<span class="emoji-focus">🙌</span> 到期时间:<strong>[到期时间]</strong>
</p>
<p style="color: #666; margin: 0; line-height: 1.6;">
<span class="emoji-focus">🤐</span> 剩余天数:<strong style="color: var(--primary);">[剩余天数]</strong>
</p>
</div>
<!-- 功能列表 -->
<div style="margin-bottom: 40px;">
<div style="display: flex; align-items: baseline; gap: 8px; margin-bottom: 16px;">
<span class="emoji-focus">📄</span>
<h3 style="margin: 0; color: var(--on-surface);">业务信息</h3>
</div>
<ul style="color: #666; margin: 0; padding-left: 32px;">
<li style="margin-bottom: 8px;">[业务名称]</li>
<li style="margin-bottom: 8px;">[业务ID]</li>
</ul>
</div>
<!-- 操作按钮 -->
<div style="display: grid; gap: 16px;">
<a href="https://hv5.fuxsto.cn" style="display: block; padding: 18px; background: var(--primary);
color: white!important; text-decoration: none; border-radius: 12px;
font-weight: 700; text-align: center; transition: all 0.2s;">
🚀 立即续订
</a>
</div>
</div>
<!-- 页脚 -->
<div style="text-align: center; color: #888; padding: 48px 0 24px;">
<div style="height:1px; background:rgba(0,0,0,0.1); margin: 0 auto 32px; width: 60%;"></div>
<p style="margin: 0 0 8px;">需要帮助? 📧 admin@fuxsto.cn</p>
<p style="margin: 0; font-size: 14px;">© 2025 Fuxsto</p>
<p style="margin: 8px 0 0; font-size: 14px;">如果邮件显示异常请使用邮箱客户端
</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
:root {
--primary: #FF6D41;
--surface: #FFF8F5;
--on-surface: #2D2D2D;
--radius-lg: 24px;
--radius-md: 12px;
--space-xl: 48px;
--space-lg: 32px;
--space-md: 24px;
--space-sm: 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
margin: 0;
background: #f5f5f5;
line-height: 1.6;
}
.container {
max-width: 600px;
margin: 0 auto;
padding: 0 20px;
}
.badge {
background: rgba(255,109,65,0.12);
padding: 12px 24px;
border-radius: var(--radius-lg);
display: inline-block;
font-weight: 500;
}
.card {
background: var(--surface);
border-radius: var(--radius-lg);
padding: var(--space-xl);
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.highlight {
border-left: 4px solid var(--primary);
padding-left: var(--space-md);
margin: var(--space-lg) 0;
}
.btn-primary {
display: block;
padding: 18px;
background: var(--primary);
color: white!important;
text-decoration: none;
border-radius: var(--radius-md);
font-weight: 700;
text-align: center;
}
.divider {
height: 1px;
background: rgba(0,0,0,0.1);
width: 60%;
margin: 0 auto;
}
</style>
</head>
<body style="padding: 8vh 0;">
<div class="container">
<!-- Header -->
<div style="text-align: center; padding: var(--space-lg) 0;">
<div class="badge">
⏰ 服务到期提醒
</div>
</div>
<!-- Main Card -->
<div class="card">
<h1 style="font-size: 2em; color: var(--on-surface); margin: 0 0 var(--space-lg);">
<span style="color: var(--primary);">Fuxsto Host</span><br>
<span style="font-weight: 300;">您的服务即将到期</span>
</h1>
<!-- Key Info -->
<div class="highlight">
<p style="color: #666; margin: 0 0 var(--space-sm);">
📅 到期时间:<strong>[到期时间]</strong>
</p>
<p style="color: #666; margin: 0;">
⏳ 剩余天数:<strong style="color: var(--primary);">[剩余天数]</strong>
</p>
</div>
<!-- Business Info -->
<div style="margin-bottom: var(--space-xl);">
<h3 style="font-size: 1.2em; color: var(--on-surface); margin: 0 0 var(--space-sm);">
📄 业务信息
</h3>
<ul style="color: #666; margin: 0; padding-left: var(--space-md);">
<li style="margin-bottom: 8px;">[业务名称]</li>
<li style="margin-bottom: 8px;">[业务ID]</li>
</ul>
</div>
<!-- Action Button -->
<a href="https://hv5.fuxsto.cn" class="btn-primary">
🚀 立即续订
</a>
</div>
<!-- Footer -->
<div style="text-align: center; color: #888; padding: var(--space-xl) 0 var(--space-md);">
<div class="divider" style="margin-bottom: var(--space-lg);"></div>
<p style="margin: 0 0 8px;">需要帮助? 📧 admin@fuxsto.cn</p>
<p style="margin: 0; font-size: 0.875em;">© 2025 Fuxsto</p>
<p style="margin: 8px 0 0; font-size: 0.875em;">如果邮件显示异常请使用邮箱客户端</p>
</div>
</div>
</body>
</html>