Files
membank/产品/飞牛 NAS/fjd-金属机箱3.5寸大/详情/3.5金属大_配置清单-1.html
张威33321 398fcf9aff 0328
2026-03-28 18:08:56 +08:00

127 lines
4.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
padding: 40px;
}
.container {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #3a3a3a 0%, #4a4a4a 100%);
border-radius: 20px;
padding: 50px;
box-shadow: 0 20px 60px rgba(0,0,0,0.5), inset 0 2px 0 rgba(255,255,255,0.1);
border: 1px solid #555;
}
.title {
font-size: 56px;
font-weight: bold;
color: #ecf0f1;
text-align: center;
margin-bottom: 20px;
text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.subtitle {
font-size: 28px;
color: #bdc3c7;
text-align: center;
margin-bottom: 50px;
}
.config-section {
margin-bottom: 40px;
}
.section-title {
font-size: 32px;
font-weight: bold;
color: #e67e22;
margin-bottom: 20px;
padding-left: 20px;
border-left: 5px solid #e67e22;
}
.config-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.config-item {
background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 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.3), inset 0 1px 0 rgba(255,255,255,0.05);
border: 1px solid #444;
}
.config-label {
font-size: 24px;
color: #ecf0f1;
font-weight: bold;
}
.config-value {
font-size: 24px;
color: #e67e22;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<div class="title">配置清单 (1/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">3盘位</span>
<span class="config-value">单SATA+转换器</span>
</div>
<div class="config-item">
<span class="config-label">4盘位</span>
<span class="config-value">双SATA主板</span>
</div>
</div>
</div>
<div class="config-section">
<div class="section-title">CPU处理器可选</div>
<div class="config-grid">
<div class="config-item">
<span class="config-label">Intel J1900</span>
<span class="config-value">四核 2.0GHz</span>
</div>
<div class="config-item">
<span class="config-label">Intel J3160</span>
<span class="config-value">四核 1.6GHz</span>
</div>
<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>
</body>
</html>