init: sxbh.ltd 官网初始提交

- nginx 安全加固 (CSP, HSTS, 缓存策略)
- 共享 style.css
- 138个页面全部接入

Co-authored-by: Hermes AI <agent@hermes>
This commit is contained in:
Hermes CI Fix
2026-07-11 17:29:24 +08:00
co-authored by Hermes AI
commit e1a9b25afa
177 changed files with 21447 additions and 0 deletions
+99
View File
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
.cover {
width: 1200px; height: 675px;
background: linear-gradient(135deg, #0a0a1a 0%, #16213e 40%, #1a3a6a 100%);
display: flex; flex-direction: column; justify-content: center;
padding: 60px 70px;
position: relative; overflow: hidden;
font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.cover::before {
content: '';
position: absolute; top: -150px; right: -150px;
width: 500px; height: 500px;
background: radial-gradient(circle, rgba(15, 52, 96, 0.3) 0%, transparent 70%);
border-radius: 50%;
}
.cover::after {
content: '⚡';
position: absolute; right: 50px; bottom: 50px;
font-size: 120px; opacity: 0.06;
}
.badge {
display: inline-block; align-self: flex-start;
background: rgba(15, 52, 96, 0.4);
border: 1px solid rgba(15, 52, 96, 0.6);
color: #6a9ad8; padding: 6px 16px; border-radius: 20px;
font-size: 13px; letter-spacing: 2px; margin-bottom: 20px;
}
h1 {
font-size: 40px; font-weight: 700; color: #fff;
line-height: 1.3; margin-bottom: 14px;
max-width: 850px;
}
h1 em {
background: linear-gradient(135deg, #4a8ad8, #8ab8f0);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
font-style: normal;
}
.subtitle {
font-size: 16px; color: rgba(255,255,255,0.55);
line-height: 1.6; margin-bottom: 28px;
max-width: 750px;
}
.stats {
display: flex; gap: 20px; margin-top: auto;
}
.stat-card {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 8px; padding: 12px 18px;
}
.stat-card .num {
font-size: 24px; font-weight: 700; color: #6a9ad8;
}
.stat-card .label {
font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px;
}
.bottom {
margin-top: 32px;
display: flex; justify-content: space-between; align-items: flex-end;
border-top: 1px solid rgba(255,255,255,0.08);
padding-top: 16px;
}
.bottom .left { font-size: 11px; color: rgba(255,255,255,0.3); }
.bottom .right { font-size: 11px; color: rgba(255,255,255,0.3); }
</style>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="cover">
<div class="badge">⚡ 算力经济 · 产业西移</div>
<h1>黑石撤退!全球最大数据中心黄了——<br><em>中国西部</em>正迎来算力新机遇</h1>
<div class="subtitle">AI基建从"抢"到"算" · 东数西算落地加速<br>2100英亩项目终止背后的万亿级产业重构</div>
<div class="stats">
<div class="stat-card">
<div class="num">2100</div>
<div class="label">英亩·被终止项目规模</div>
</div>
<div class="stat-card">
<div class="num">~11%</div>
<div class="label">费半指数两日跌幅</div>
</div>
<div class="stat-card">
<div class="num">2x</div>
<div class="label">数据中心用电2030年翻倍</div>
</div>
</div>
<div class="bottom">
<div class="left">📅 2026年7月4日</div>
<div class="right">一切皆如 · 编辑</div>
</div>
</div>
</body>
</html>