更新产品配置和技能定义

This commit is contained in:
12600k-rog-d4
2026-04-05 02:34:24 +08:00
parent 40d9daf42a
commit 2d6afa0a01
64 changed files with 3299 additions and 1228 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>亚克力机箱-单 - 正面展示</title>
<title>亚克力机箱-单 - 主图</title>
<style>
* {
margin: 0;
@@ -11,10 +11,10 @@
box-sizing: border-box;
}
body {
width: 800px;
height: 800px;
width: 1000px;
height: 1000px;
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
background: linear-gradient(145deg, #0d2818 0%, #1a5f2a 30%, #2d8a3e 60%, #1a5f2a 100%);
background: linear-gradient(160deg, #0d1b2a 0%, #1b263b 40%, #415a77 100%);
position: relative;
overflow: hidden;
}
@@ -24,184 +24,238 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
/* 背景光晕效果 */
.glow {
.bg-pattern {
position: absolute;
width: 650px;
height: 650px;
background: radial-gradient(circle, rgba(144,238,144,0.18) 0%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -35%);
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
radial-gradient(circle at 20% 30%, rgba(99, 179, 237, 0.15) 0%, transparent 40%),
radial-gradient(circle at 80% 70%, rgba(72, 187, 120, 0.12) 0%, transparent 35%);
pointer-events: none;
}
.grid-lines {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
}
/* 顶部标题 */
.header {
position: absolute;
top: 20px;
top: 35px;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}
.brand-tag {
display: inline-block;
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
color: #fff;
padding: 8px 28px;
border-radius: 25px;
font-size: 22px;
font-weight: bold;
letter-spacing: 4px;
box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}
.title {
font-size: 40px;
font-size: 52px;
font-weight: bold;
color: #fff;
text-shadow: 0 2px 10px rgba(0,0,0,0.5);
letter-spacing: 4px;
margin-top: 18px;
text-shadow: 0 4px 30px rgba(0,0,0,0.5);
letter-spacing: 6px;
}
.subtitle {
font-size: 20px;
color: #a8e6a8;
margin-top: 6px;
font-size: 26px;
color: #94a3b8;
margin-top: 10px;
letter-spacing: 3px;
}
/* 产品展示台 - 边框更厚 */
.product-stage {
width: 580px;
height: 480px;
background: rgba(255,255,255,0.08);
border-radius: 35px;
width: 700px;
height: 520px;
margin-top: 150px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 10px;
backdrop-filter: blur(5px);
border: 15px solid rgba(255,255,255,0.12);
box-shadow:
0 20px 60px rgba(0,0,0,0.3),
inset 0 1px 0 rgba(255,255,255,0.1);
overflow: hidden;
}
/* 产品图片 - 放大并裁剪 */
.product-img-wrapper {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
.stage-glow {
position: absolute;
width: 600px;
height: 400px;
background: radial-gradient(ellipse, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.08) 40%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.stage-floor {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 500px;
height: 60px;
background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
border-radius: 50%;
filter: blur(10px);
}
.product-img {
width: 580px;
width: 520px;
height: 480px;
object-fit: cover;
object-fit: contain;
object-position: center;
border-radius: 30px;
box-shadow:
0 15px 40px rgba(0,0,0,0.4),
0 0 0 1px rgba(255,255,255,0.1);
position: relative;
z-index: 5;
filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}
/* 倒影效果 */
.product-reflection {
.reflection {
position: absolute;
top: 100%;
bottom: -100px;
left: 50%;
transform: translateX(-50%) scaleY(-1);
width: 580px;
height: 100px;
object-fit: cover;
width: 450px;
height: 180px;
object-fit: contain;
object-position: center bottom;
opacity: 0.12;
filter: blur(3px);
mask-image: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
opacity: 0.18;
filter: blur(6px);
mask-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}
/* 卖点标签 */
.features {
position: absolute;
bottom: 90px;
bottom: 140px;
display: flex;
gap: 12px;
gap: 16px;
z-index: 10;
}
.feature-tag {
background: linear-gradient(135deg, #fff 0%, #f0f8f0 100%);
padding: 8px 18px;
border-radius: 20px;
font-size: 17px;
color: #1a5f2a;
font-weight: bold;
box-shadow: 0 4px 20px rgba(0,0,0,0.25);
border: 1px solid rgba(255,255,255,0.5);
background: rgba(255,255,255,0.12);
backdrop-filter: blur(10px);
padding: 12px 24px;
border-radius: 30px;
font-size: 20px;
color: #e2e8f0;
font-weight: 600;
border: 1px solid rgba(255,255,255,0.15);
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
/* 底部信息 */
.footer {
.feature-tag.highlight {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
border-color: transparent;
color: #fff;
box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}
.specs-row {
position: absolute;
bottom: 30px;
text-align: center;
bottom: 50px;
display: flex;
gap: 40px;
z-index: 10;
}
.brand {
font-size: 26px;
color: #fff;
font-weight: bold;
letter-spacing: 3px;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
.spec-item {
text-align: center;
}
.slogan {
font-size: 14px;
color: #a8e6a8;
.spec-value {
font-size: 28px;
font-weight: bold;
color: #60a5fa;
text-shadow: 0 2px 10px rgba(96, 165, 250, 0.3);
}
.spec-label {
font-size: 16px;
color: #94a3b8;
margin-top: 4px;
}
/* 装饰元素 */
.deco-line {
.corner-deco {
position: absolute;
background: linear-gradient(90deg, transparent, rgba(144,238,144,0.3), transparent);
height: 1px;
width: 80px;
height: 80px;
border: 2px solid rgba(255,255,255,0.1);
}
.deco-1 {
top: 130px;
left: 80px;
right: 80px;
.corner-deco.tl {
top: 20px;
left: 20px;
border-right: none;
border-bottom: none;
}
.deco-2 {
bottom: 160px;
left: 120px;
right: 120px;
.corner-deco.tr {
top: 20px;
right: 20px;
border-left: none;
border-bottom: none;
}
.corner-deco.bl {
bottom: 20px;
left: 20px;
border-right: none;
border-top: none;
}
.corner-deco.br {
bottom: 20px;
right: 20px;
border-left: none;
border-top: none;
}
</style>
</head>
<body>
<div class="container">
<!-- 背景光晕 -->
<div class="glow"></div>
<div class="bg-pattern"></div>
<div class="grid-lines"></div>
<!-- 装饰线 -->
<div class="deco-line deco-1"></div>
<div class="deco-line deco-2"></div>
<div class="corner-deco tl"></div>
<div class="corner-deco tr"></div>
<div class="corner-deco bl"></div>
<div class="corner-deco br"></div>
<!-- 顶部标题 -->
<div class="header">
<div class="title">飞牛 NAS 亚克力机箱</div>
<div class="subtitle">单盘位 · 迷你静音 · DIY组装</div>
<div class="brand-tag">飞牛 NAS</div>
<div class="title">亚克力机箱 · 单盘位</div>
<div class="subtitle">迷你静音 · DIY组装 · 低功耗运行</div>
</div>
<!-- 产品展示台 -->
<div class="product-stage">
<div class="product-img-wrapper">
<img src="../image/正面.jpg" alt="亚克力机箱正面" class="product-img">
<img src="../image/正面.jpg" alt="" class="product-reflection">
</div>
<div class="stage-glow"></div>
<div class="stage-floor"></div>
<img src="../image/正面_抠图.png" alt="亚克力机箱正面" class="product-img">
<img src="../image/正面_抠图.png" alt="" class="reflection">
</div>
<!-- 卖点 -->
<div class="features">
<div class="feature-tag">亚克力透明</div>
<div class="feature-tag">迷你便携</div>
<div class="feature-tag highlight">单盘位</div>
<div class="feature-tag">WiFi联网</div>
<div class="feature-tag">静音散热</div>
<div class="feature-tag">来电自启</div>
</div>
<!-- 底部品牌 -->
<div class="footer">
<div class="brand">飞牛 NAS</div>
<div class="slogan">专业NAS存储解决方案</div>
<div class="specs-row">
<div class="spec-item">
<div class="spec-value">18×19×7cm</div>
<div class="spec-label">迷你尺寸</div>
</div>
<div class="spec-item">
<div class="spec-value">10W</div>
<div class="spec-label">待机功耗</div>
</div>
<div class="spec-item">
<div class="spec-value">24T</div>
<div class="spec-label">最大容量</div>
</div>
</div>
</div>
</body>
</html>
</html>