1. 配件清单更新: - 新增3217U CPU价格定义:¥55(i3-2代) - 新增5005U CPU价格定义:¥150(i3-5代) - 确认3855U正确价格:¥80 2. SKU价格修正(D3-4G/8G、mSATA-32G/64G): - D3-4G: ¥38 → ¥25 - D3-8G: ¥120 → ¥75 - mSATA-32G: ¥25 → ¥20 - mSATA-64G: ¥45 → ¥40 3. CPU价格修正: - 3217U: ¥65 → ¥55 - 5005U: ¥80 → ¥150 - 3855U: ¥75 → ¥80 4. Linux主机SKU更新: - 仅保留2G-16G配置 - 3855U CPU价格修正 5. 修复文件统计: - fys亚克力-双:12个SKU - fjx金属3.5寸小:24个SKU - fjd金属3.5寸大:24个SKU - 龙虾盒子:6个SKU - 挂机宝:24个SKU - win10小主机:24个SKU - 总计:102+个文件
147 lines
4.9 KiB
HTML
147 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=1000, height=1000">
|
||
<title>配置清单 - Linux主机</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, #f093fb 0%, #f5576c 100%);
|
||
padding: 40px;
|
||
}
|
||
.container {
|
||
width: 100%;
|
||
height: 100%;
|
||
background: white;
|
||
border-radius: 20px;
|
||
padding: 50px;
|
||
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.title {
|
||
font-size: 56px;
|
||
font-weight: bold;
|
||
color: #333;
|
||
text-align: center;
|
||
margin-bottom: 20px;
|
||
}
|
||
.subtitle {
|
||
font-size: 28px;
|
||
color: #666;
|
||
text-align: center;
|
||
margin-bottom: 50px;
|
||
}
|
||
.config-section {
|
||
margin-bottom: 40px;
|
||
flex: 1;
|
||
}
|
||
.section-title {
|
||
font-size: 32px;
|
||
font-weight: bold;
|
||
color: #f5576c;
|
||
margin-bottom: 20px;
|
||
padding-left: 20px;
|
||
border-left: 5px solid #f5576c;
|
||
}
|
||
.config-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
gap: 20px;
|
||
}
|
||
.config-item {
|
||
background: linear-gradient(135deg, #fff5f7 0%, #ffe0e6 100%);
|
||
padding: 20px 25px;
|
||
border-radius: 10px;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.config-label {
|
||
font-size: 24px;
|
||
color: #333;
|
||
font-weight: bold;
|
||
}
|
||
.config-value {
|
||
font-size: 24px;
|
||
color: #f5576c;
|
||
font-weight: bold;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<div class="title">配置清单</div>
|
||
<div class="subtitle">Linux主机 开发服务器系列</div>
|
||
|
||
<div class="config-section">
|
||
<div class="section-title">CPU处理器(可选)</div>
|
||
<div class="config-grid">
|
||
<div class="config-item">
|
||
<span class="config-label">Intel 1037U</span>
|
||
<span class="config-value">双核 1.8GHz</span>
|
||
</div>
|
||
<div class="config-item">
|
||
<span class="config-label">Intel i3-3217U</span>
|
||
<span class="config-value">双核 1.8GHz</span>
|
||
</div>
|
||
<div class="config-item">
|
||
<span class="config-label">Intel i3-5005U</span>
|
||
<span class="config-value">双核 2.0GHz</span>
|
||
</div>
|
||
<div class="config-item">
|
||
<span class="config-label">Intel 3855U</span>
|
||
<span class="config-value">双核 1.6GHz</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">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 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">可选</span>
|
||
</div>
|
||
<div class="config-item">
|
||
<span class="config-label">HD 500G硬盘</span>
|
||
<span class="config-value">可选</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|