Files
membank/产品/飞牛 NAS/高性能-i5-i7/详情/高性能-i5-i7_配置清单.html

171 lines
5.9 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=1500, height=2000">
<title>高性能-i5-i7 配置清单</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
width: 1500px;
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
padding: 40px;
}
.container {
width: 100%;
background: white;
border-radius: 20px;
padding: 50px;
box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.title {
font-size: 56px;
font-weight: bold;
color: #2ecc71;
text-align: center;
margin-bottom: 20px;
}
.subtitle {
font-size: 28px;
color: #666;
text-align: center;
margin-bottom: 50px;
}
.config-section {
margin-bottom: 40px;
}
.section-title {
font-size: 36px;
font-weight: bold;
color: #2ecc71;
margin-bottom: 25px;
padding-left: 20px;
border-left: 6px solid #2ecc71;
}
.config-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.config-item {
background: linear-gradient(135deg, #f8fff8 0%, #e8f8e8 100%);
padding: 25px 30px;
border-radius: 15px;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #a8e6cf;
}
.config-label {
font-size: 26px;
color: #333;
font-weight: bold;
}
.config-value {
font-size: 26px;
color: #27ae60;
font-weight: bold;
}
.notice {
background: #fff9e6;
border: 2px solid #f1c40f;
border-radius: 15px;
padding: 30px;
margin-top: 30px;
}
.notice-title {
font-size: 28px;
color: #d4a017;
font-weight: bold;
margin-bottom: 15px;
}
.notice-item {
font-size: 22px;
color: #856e29;
line-height: 1.8;
}
</style>
</head>
<body>
<div class="container">
<div class="title">配置清单</div>
<div class="subtitle">飞牛NAS 高性能-i5-i7 主机系列</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">金属3.5寸大机箱</span>
<span class="config-value">容量更大</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 i5-2代</span>
<span class="config-value">双核 2.5GHz</span>
</div>
<div class="config-item">
<span class="config-label">Intel i5-3代</span>
<span class="config-value">双核 2.6GHz</span>
</div>
<div class="config-item">
<span class="config-label">Intel i5-4代</span>
<span class="config-value">双核 3.0GHz</span>
</div>
<div class="config-item">
<span class="config-label">Intel i7-2代</span>
<span class="config-value">四核 2.8GHz</span>
</div>
<div class="config-item">
<span class="config-label">Intel i7-3代</span>
<span class="config-value">四核 3.1GHz</span>
</div>
<div class="config-item">
<span class="config-label">Intel i7-4代</span>
<span class="config-value">四核 3.3GHz</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 128GB</span>
<span class="config-value">标准配置</span>
</div>
</div>
</div>
<div class="notice">
<div class="notice-title">购买须知</div>
<div class="notice-item">亚克力机箱需要自己组装,店铺会提供安装视频</div>
<div class="notice-item">受成本限制,产品无法做到十全十美,完美主义者慎拍</div>
<div class="notice-item">支持双SATA口可扩展更多硬盘</div>
</div>
</div>
</body>
</html>