优化亚克力机箱-单产品SKU配置和主图设计
- 删除N2840的2G-32G、4G-64G、4G-128G配置 - 删除AMD-A4的4G-128G配置 - 更新产品价格汇总表(32款→28款) - 完善主图和详情页设计 - 添加来电自启功能说明 - 清理冗余图片文件
This commit is contained in:
@@ -3,19 +3,18 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>亚克力机箱-单 - 主图</title>
|
||||
<title>飞牛NAS 主图1</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
|
||||
background: linear-gradient(160deg, #0d1b2a 0%, #1b263b 40%, #415a77 100%);
|
||||
position: relative;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
.container {
|
||||
@@ -24,238 +23,67 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
padding: 80px 60px;
|
||||
}
|
||||
.bg-pattern {
|
||||
position: absolute;
|
||||
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;
|
||||
.product-image {
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 20px 60px rgba(0,0,0,0.15));
|
||||
margin-top: 60px;
|
||||
}
|
||||
.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: 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;
|
||||
.product-name {
|
||||
font-size: 72px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 4px;
|
||||
box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
|
||||
}
|
||||
.title {
|
||||
font-size: 52px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
margin-top: 18px;
|
||||
text-shadow: 0 4px 30px rgba(0,0,0,0.5);
|
||||
color: #00695c;
|
||||
margin-top: 40px;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
letter-spacing: 6px;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 26px;
|
||||
color: #94a3b8;
|
||||
margin-top: 10px;
|
||||
letter-spacing: 3px;
|
||||
.storage-badge {
|
||||
margin-top: 24px;
|
||||
background: linear-gradient(135deg, #26a69a, #00897b);
|
||||
color: #ffffff;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
padding: 16px 40px;
|
||||
border-radius: 40px;
|
||||
letter-spacing: 4px;
|
||||
box-shadow: 0 8px 30px rgba(38,166,154,0.4);
|
||||
}
|
||||
.product-stage {
|
||||
width: 700px;
|
||||
height: 520px;
|
||||
margin-top: 150px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.stage-glow {
|
||||
.nas-badge {
|
||||
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: 520px;
|
||||
height: 480px;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
|
||||
}
|
||||
.reflection {
|
||||
position: absolute;
|
||||
bottom: -100px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) scaleY(-1);
|
||||
width: 450px;
|
||||
height: 180px;
|
||||
object-fit: contain;
|
||||
object-position: center bottom;
|
||||
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: 140px;
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
z-index: 10;
|
||||
}
|
||||
.feature-tag {
|
||||
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);
|
||||
}
|
||||
.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: 50px;
|
||||
display: flex;
|
||||
gap: 40px;
|
||||
z-index: 10;
|
||||
}
|
||||
.spec-item {
|
||||
text-align: center;
|
||||
}
|
||||
.spec-value {
|
||||
top: 60px;
|
||||
background: linear-gradient(135deg, #26a69a, #00897b);
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
color: #60a5fa;
|
||||
text-shadow: 0 2px 10px rgba(96, 165, 250, 0.3);
|
||||
padding: 16px 60px;
|
||||
border-radius: 30px;
|
||||
letter-spacing: 4px;
|
||||
box-shadow: 0 8px 30px rgba(38,166,154,0.4);
|
||||
}
|
||||
.spec-label {
|
||||
font-size: 16px;
|
||||
color: #94a3b8;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.corner-deco {
|
||||
.corner-line {
|
||||
position: absolute;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 2px solid rgba(255,255,255,0.1);
|
||||
}
|
||||
.corner-deco.tl {
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
.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;
|
||||
background: linear-gradient(90deg, #26a69a, transparent);
|
||||
height: 4px;
|
||||
width: 200px;
|
||||
}
|
||||
.corner-line.top { top: 120px; left: 60px; }
|
||||
.corner-line.bottom { bottom: 100px; right: 60px; background: linear-gradient(90deg, transparent, #26a69a); }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="bg-pattern"></div>
|
||||
<div class="grid-lines"></div>
|
||||
<div class="nas-badge">飞牛私有云NAS</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>
|
||||
<img src="../image/正面_抠图.png" alt="飞牛NAS" class="product-image">
|
||||
|
||||
<div class="header">
|
||||
<div class="brand-tag">飞牛 NAS</div>
|
||||
<div class="title">亚克力机箱 · 单盘位</div>
|
||||
<div class="subtitle">迷你静音 · DIY组装 · 低功耗运行</div>
|
||||
</div>
|
||||
<div class="product-name">轻量化家庭NAS解决方案</div>
|
||||
|
||||
<div class="product-stage">
|
||||
<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 highlight">单盘位</div>
|
||||
<div class="feature-tag">WiFi联网</div>
|
||||
<div class="feature-tag">静音散热</div>
|
||||
<div class="feature-tag">来电自启</div>
|
||||
</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 class="storage-badge">单盘最大支持 24TB</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 776 KiB After Width: | Height: | Size: 802 KiB |
117
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图2-产品特点.html
Normal file
117
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图2-产品特点.html
Normal file
@@ -0,0 +1,117 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图2-产品特点</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
padding: 40px 50px;
|
||||
}
|
||||
.title {
|
||||
font-size: 64px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 60px;
|
||||
padding-bottom: 25px;
|
||||
border-bottom: 6px solid #b2dfdb;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
}
|
||||
.features-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 40px;
|
||||
width: 100%;
|
||||
}
|
||||
.feature-card {
|
||||
background: rgba(255,255,255,0.85);
|
||||
border-radius: 24px;
|
||||
padding: 35px 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.feature-icon {
|
||||
font-size: 72px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.feature-text h3 {
|
||||
font-size: 40px;
|
||||
color: #00695c;
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.feature-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.feature-content p {
|
||||
font-size: 28px;
|
||||
color: #004d40;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
.optional-tag {
|
||||
font-size: 28px;
|
||||
color: #ff6f00;
|
||||
margin-left: 4px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="title">产品特点</div>
|
||||
|
||||
<div class="features-grid">
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>体积小巧</h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">📦</div>
|
||||
<p>18×19×7cm<br>节省空间</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>低耗静音</h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">⚡</div>
|
||||
<p>待机功耗10W<br>100小时仅1度电</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>WiFi联网<span class="optional-tag">(选配)</span></h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">📶</div>
|
||||
<p>支持WiFi<br>无需网线</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>来电自启<span class="optional-tag">(选配)</span></h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">🔌</div>
|
||||
<p>断电后自动开机<br>无需手动操作</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图2-产品特点.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图2-产品特点.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 250 KiB |
98
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-使用场景.html
Normal file
98
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-使用场景.html
Normal file
@@ -0,0 +1,98 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图3-使用场景</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
padding: 40px 50px;
|
||||
}
|
||||
.title {
|
||||
font-size: 64px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 25px;
|
||||
border-bottom: 6px solid #b2dfdb;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
}
|
||||
.scenes-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
.scene-card {
|
||||
background: rgba(255,255,255,0.85);
|
||||
border-radius: 24px;
|
||||
padding: 40px 25px;
|
||||
text-align: center;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.scene-icon {
|
||||
font-size: 72px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.scene-name {
|
||||
font-size: 32px;
|
||||
color: #00695c;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.scene-desc {
|
||||
font-size: 22px;
|
||||
color: #004d40;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="title">使用场景</div>
|
||||
|
||||
<div class="scenes-grid">
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">📱</div>
|
||||
<div class="scene-name">手机扩容</div>
|
||||
<div class="scene-desc">照片视频自动备份<br>远程同步释放空间</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">💼</div>
|
||||
<div class="scene-name">团队协作</div>
|
||||
<div class="scene-desc">多人协作权限分级<br>文件共享在线编辑</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">📹</div>
|
||||
<div class="scene-name">监控存储</div>
|
||||
<div class="scene-desc">小米摄像头支持<br>onvif协议兼容</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">🎬</div>
|
||||
<div class="scene-name">家庭影院</div>
|
||||
<div class="scene-desc">流畅播放4K视频<br>硬解码高清画质</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">💬</div>
|
||||
<div class="scene-name">微信备份</div>
|
||||
<div class="scene-desc">聊天记录自动备份<br>重要信息永久保存</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">🌐</div>
|
||||
<div class="scene-name">远程访问</div>
|
||||
<div class="scene-desc">随时随地访问<br>照片视频文件</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-使用场景.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-使用场景.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 KiB |
81
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图4-多角度展示.html
Normal file
81
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图4-多角度展示.html
Normal file
@@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图4-多角度展示</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
padding: 50px 60px;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 5px solid #b2dfdb;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
}
|
||||
.images-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
.image-card {
|
||||
background: rgba(255,255,255,0.85);
|
||||
border-radius: 20px;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.image-card img {
|
||||
width: 100%;
|
||||
height: 260px;
|
||||
object-fit: cover;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.image-label {
|
||||
font-size: 26px;
|
||||
color: #00796b;
|
||||
font-weight: bold;
|
||||
margin-top: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="title">多角度展示</div>
|
||||
|
||||
<div class="images-grid">
|
||||
<div class="image-card">
|
||||
<img src="../image/正面_裁剪.jpg" alt="正面">
|
||||
<div class="image-label">正面展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/侧面.jpg" alt="侧面">
|
||||
<div class="image-label">侧面展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/俯视图.jpg" alt="俯视">
|
||||
<div class="image-label">俯视展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/接口.jpg" alt="接口">
|
||||
<div class="image-label">接口展示</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图4-多角度展示.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图4-多角度展示.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 842 KiB |
104
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图5-尺寸展示.html
Normal file
104
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图5-尺寸展示.html
Normal file
@@ -0,0 +1,104 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图5-尺寸展示</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
padding: 80px 60px;
|
||||
}
|
||||
.nas-badge {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
background: linear-gradient(135deg, #26a69a, #00897b);
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
padding: 16px 60px;
|
||||
border-radius: 30px;
|
||||
letter-spacing: 4px;
|
||||
box-shadow: 0 8px 30px rgba(38,166,154,0.4);
|
||||
}
|
||||
.main-title {
|
||||
font-size: 72px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
letter-spacing: 6px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 48px;
|
||||
color: #e65100;
|
||||
font-weight: bold;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.product-images {
|
||||
display: flex;
|
||||
gap: 40px;
|
||||
margin-bottom: 50px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.product-image {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
object-fit: cover;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
|
||||
}
|
||||
.size-info {
|
||||
text-align: center;
|
||||
}
|
||||
.size-label {
|
||||
font-size: 36px;
|
||||
color: #004d40;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.size-value {
|
||||
font-size: 56px;
|
||||
color: #00695c;
|
||||
font-weight: bold;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="nas-badge">飞牛私有云NAS</div>
|
||||
|
||||
<div class="main-title">亚克力机箱—单盘位</div>
|
||||
<div class="subtitle">适配3.5/2.5寸机械硬盘</div>
|
||||
|
||||
<div class="product-images">
|
||||
<img src="../image/侧面.jpg" alt="侧面" class="product-image">
|
||||
<img src="../image/俯视图.jpg" alt="俯视" class="product-image">
|
||||
</div>
|
||||
|
||||
<div class="size-info">
|
||||
<div class="size-label">单盘位机箱尺寸</div>
|
||||
<div class="size-value">19cm × 18cm × 7cm</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图5-尺寸展示.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图5-尺寸展示.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 646 KiB |
Reference in New Issue
Block a user