新增sku-cost-profit-auditor技能动态维护SKU成本利润,优化ocr-extract增强模式与sku-designer序号模板,清理归档重复SKU,修正双盘位电源96W转60W,新增飞牛NAS 7款当前SKU
This commit is contained in:
129
产品/飞牛 NAS/归档/金属机箱3.5寸小(带硬盘)/详情/3.5金属小_配置清单-2.html
Normal file
129
产品/飞牛 NAS/归档/金属机箱3.5寸小(带硬盘)/详情/3.5金属小_配置清单-2.html
Normal file
@@ -0,0 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>配置清单 - 3.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, #dfe6e9 0%, #b2bec3 50%, #dfe6e9 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.15), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #2d3436;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 28px;
|
||||
color: #636e72;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.config-section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
color: #0984e3;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #0984e3;
|
||||
}
|
||||
.config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.config-item {
|
||||
background: linear-gradient(135deg, #ffffff 0%, #f1f3f5 100%);
|
||||
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), inset 0 1px 0 rgba(255,255,255,1);
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
.config-label {
|
||||
font-size: 24px;
|
||||
color: #2d3436;
|
||||
font-weight: bold;
|
||||
}
|
||||
.config-value {
|
||||
font-size: 24px;
|
||||
color: #0984e3;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">配置清单 (2/2)</div>
|
||||
<div class="subtitle">3.5金属小 紧凑型NAS系列</div>
|
||||
|
||||
<div class="config-section">
|
||||
<div class="section-title">内存容量(可选)</div>
|
||||
<div class="config-grid">
|
||||
<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 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 class="config-section">
|
||||
<div class="section-title">标准配件</div>
|
||||
<div class="config-grid">
|
||||
<div class="config-item">
|
||||
<span class="config-label">电源适配器</span>
|
||||
<span class="config-value">60W</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">网络接口</span>
|
||||
<span class="config-value">千兆网口</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user