e-scooter-rental-web/public/black-knight-cover.html

228 lines
6.8 KiB
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>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
width: 1200px;
height: 800px;
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 40%, #16213e 100%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
}
/* 背景特效 */
.bg-effects {
position: absolute;
width: 100%;
height: 100%;
}
.glow {
position: absolute;
border-radius: 50%;
filter: blur(100px);
}
.glow-red {
width: 600px;
height: 600px;
background: #ff3333;
top: -200px;
right: -150px;
opacity: 0.25;
}
.glow-blue {
width: 400px;
height: 400px;
background: #00aaff;
bottom: -100px;
left: -100px;
opacity: 0.2;
}
.glow-gold {
width: 250px;
height: 250px;
background: #ffd700;
top: 45%;
left: 15%;
opacity: 0.12;
}
/* 装饰元素 */
.decor {
position: absolute;
font-size: 60px;
opacity: 0.12;
}
.decor1 { top: 8%; right: 12%; transform: rotate(-20deg); }
.decor2 { bottom: 12%; left: 8%; transform: rotate(15deg); }
.decor3 { top: 35%; left: 5%; transform: rotate(-10deg); font-size: 40px; }
/* 主内容 */
.content {
text-align: center;
z-index: 10;
padding: 40px;
}
.tag {
display: inline-block;
background: linear-gradient(90deg, #ff3333, #ff6633);
color: white;
padding: 12px 35px;
border-radius: 45px;
font-size: 22px;
font-weight: 700;
margin-bottom: 35px;
letter-spacing: 5px;
box-shadow: 0 15px 40px rgba(255, 51, 51, 0.35);
}
.main-title {
font-size: 90px;
font-weight: 950;
color: white;
margin-bottom: 20px;
text-shadow: 0 10px 40px rgba(0,0,0,0.6);
line-height: 1.05;
}
.main-title span {
background: linear-gradient(90deg, #ff3333, #ffd700);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subtitle {
font-size: 34px;
color: rgba(255,255,255,0.55);
margin-bottom: 45px;
letter-spacing: 10px;
}
.divider {
width: 220px;
height: 4px;
background: linear-gradient(90deg, transparent, #ff3333, transparent);
margin: 0 auto 35px;
}
.features {
display: flex;
gap: 25px;
justify-content: center;
flex-wrap: wrap;
}
.feature {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.12);
color: rgba(255,255,255,0.9);
padding: 14px 28px;
border-radius: 35px;
font-size: 18px;
font-weight: 500;
}
.feature.hot {
background: rgba(255, 51, 51, 0.15);
border-color: rgba(255, 51, 51, 0.4);
}
/* 车型标签 */
.models-row {
display: flex;
gap: 20px;
justify-content: center;
margin-top: 30px;
}
.model-badge {
background: rgba(0,0,0,0.3);
border: 1px solid rgba(255,215,0,0.3);
border-radius: 12px;
padding: 12px 20px;
}
.model-name {
color: #ffd700;
font-size: 20px;
font-weight: 700;
}
.model-price {
color: rgba(255,255,255,0.5);
font-size: 13px;
margin-top: 3px;
}
/* 底部 */
.footer {
position: absolute;
bottom: 35px;
display: flex;
align-items: center;
gap: 18px;
z-index: 10;
}
.logo {
width: 55px;
height: 55px;
background: linear-gradient(135deg, #ff3333, #ff6633);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
box-shadow: 0 8px 25px rgba(255, 51, 51, 0.35);
}
.account-name {
color: rgba(255,255,255,0.55);
font-size: 16px;
letter-spacing: 2px;
}
</style>
</head>
<body>
<div class="bg-effects">
<div class="glow glow-red"></div>
<div class="glow glow-blue"></div>
<div class="glow glow-gold"></div>
</div>
<div class="decor decor1">🛵</div>
<div class="decor decor2"></div>
<div class="decor decor3">🚴</div>
<div class="content">
<div class="tag">🚴 外卖神车</div>
<h1 class="main-title">黑骑士<br><span>深度测评</span></h1>
<p class="subtitle">2026外卖骑手必看选车指南</p>
<div class="divider"></div>
<div class="features">
<span class="feature hot">🔥 续航300公里</span>
<span class="feature">💡 6万流明大灯</span>
<span class="feature">📱 4G智能中控</span>
<span class="feature">🛡️ CBS联动刹车</span>
</div>
<div class="models-row">
<div class="model-badge">
<div class="model-name">B3 PLUS</div>
<div class="model-price">性价比之王 ¥1599起</div>
</div>
<div class="model-badge">
<div class="model-name">E10</div>
<div class="model-price">网红爆款 续航王者</div>
</div>
<div class="model-badge">
<div class="model-name">B5P</div>
<div class="model-price">旗舰商务 舒适拉满</div>
</div>
</div>
</div>
<div class="footer">
<div class="logo">🦞</div>
<span class="account-name">飞达租赁</span>
</div>
</body>
</html>