更新飞牛NAS产品SKU:金属机箱3.5寸大-三或四盘位新增J3160-4G-64G和1037U-4G-64G,重构产品目录结构
This commit is contained in:
124
产品/飞牛 NAS/亚克力机箱-双/详情/亚克力机箱-双_配置清单-2.html
Normal file
124
产品/飞牛 NAS/亚克力机箱-双/详情/亚克力机箱-双_配置清单-2.html
Normal file
@@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>配置清单 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 28px;
|
||||
color: #4db6ac;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.config-section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
color: #00796b;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #26a69a;
|
||||
}
|
||||
.config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.config-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
padding: 20px 25px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.config-label {
|
||||
font-size: 24px;
|
||||
color: #004d40;
|
||||
font-weight: bold;
|
||||
}
|
||||
.config-value {
|
||||
font-size: 24px;
|
||||
color: #26a69a;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">配置清单 (2/2)</div>
|
||||
<div class="subtitle">亚克力机箱 透明系列</div>
|
||||
|
||||
<div class="config-section">
|
||||
<div class="section-title">内存容量(可选)</div>
|
||||
<div class="config-grid">
|
||||
<div class="config-item">
|
||||
<span class="config-label">DDR3 2GB</span>
|
||||
<span class="config-value">入门配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">DDR3 4GB</span>
|
||||
<span class="config-value">标准配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">DDR3 8GB</span>
|
||||
<span class="config-value">推荐配置</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="config-section">
|
||||
<div class="section-title">系统盘容量(可选)</div>
|
||||
<div class="config-grid">
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 16GB</span>
|
||||
<span class="config-value">入门配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 32GB</span>
|
||||
<span class="config-value">标准配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 64GB</span>
|
||||
<span class="config-value">推荐配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 128GB</span>
|
||||
<span class="config-value">大容量配置</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user