Files
sxbh.ltd/tech-private-enterprise-cover.html
T
Hermes CI FixandHermes AI e1a9b25afa init: sxbh.ltd 官网初始提交
- nginx 安全加固 (CSP, HSTS, 缓存策略)
- 共享 style.css
- 138个页面全部接入

Co-authored-by: Hermes AI <agent@hermes>
2026-07-11 17:29:24 +08:00

31 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { width: 1200px; height: 675px; overflow: hidden; font-family: 'PingFang SC','Microsoft YaHei',sans-serif; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.tag { display: inline-block; background: rgba(230,126,34,0.15); color: #e67e22; padding: 6px 16px; border-radius: 20px; font-size: 14px; margin-bottom: 20px; border: 1px solid rgba(230,126,34,0.3); }
.line { width: 80px; height: 3px; background: linear-gradient(90deg, #e67e22, #f39c12); border-radius: 2px; margin-bottom: 24px; }
h1 { font-size: 44px; font-weight: 700; color: #f0f6fc; line-height: 1.3; margin-bottom: 16px; }
.sub { font-size: 18px; color: #8b949e; margin-bottom: 30px; line-height: 1.5; }
.stats { display: flex; gap: 30px; }
.stat-num { font-size: 28px; font-weight: 700; color: #e67e22; }
.stat-lbl { font-size: 12px; color: #8b949e; margin-top: 4px; }
.meta { color: #484f58; font-size: 13px; margin-top: 30px; }
</style>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="tag">经济观察</div>
<div class="line"></div>
<h1>科技型民企的真正出路<br>不是收缩,是赋能</h1>
<div class="sub">当别人还在问"Agent是什么",你该说"我跑了半年了,数据在这"</div>
<div class="stats">
<div><div class="stat-num">AI Agent</div><div class="stat-lbl">百亿级市场正在形成</div></div>
<div><div class="stat-num">认知差</div><div class="stat-lbl">就是机会窗口</div></div>
</div>
<div class="meta">博海科技 · 2026-06-29</div>
</body>
</html>