更新飞牛NAS产品SKU:金属机箱3.5寸大-三或四盘位新增J3160-4G-64G和1037U-4G-64G,重构产品目录结构

This commit is contained in:
12600k-rog-d4
2026-05-22 01:33:57 +08:00
parent 4efeda9189
commit 1bdc1d5492
277 changed files with 2525 additions and 805 deletions

View File

@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>飞牛NAS 主图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, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
padding: 80px 60px;
}
.nas-badge {
position: absolute;
top: 60px;
background: linear-gradient(135deg, #26a69a, #00897b);
color: #ffffff;
font-size: 28px;
font-weight: bold;
padding: 16px 60px;
border-radius: 30px;
letter-spacing: 4px;
box-shadow: 0 8px 30px rgba(38,166,154,0.4);
}
.main-title {
font-size: 72px;
font-weight: bold;
color: #00695c;
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
letter-spacing: 6px;
margin-bottom: 20px;
}
.subtitle {
font-size: 48px;
color: #e65100;
font-weight: bold;
margin-bottom: 50px;
}
.product-images {
display: flex;
gap: 40px;
margin-bottom: 50px;
align-items: center;
justify-content: center;
}
.product-image {
width: 400px;
height: 300px;
object-fit: cover;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}
.size-info {
text-align: center;
}
.size-label {
font-size: 36px;
color: #004d40;
margin-bottom: 15px;
}
.size-value {
font-size: 56px;
color: #00695c;
font-weight: bold;
letter-spacing: 4px;
}
</style>
</head>
<body>
<div class="container">
<div class="nas-badge">飞牛私有云NAS</div>
<div class="main-title">亚克力机箱—单盘位</div>
<div class="subtitle">适配3.5/2.5寸机械硬盘</div>
<div class="product-images">
<img src="../image/侧面.jpg" alt="侧面" class="product-image">
<img src="../image/俯视图.jpg" alt="俯视" class="product-image">
</div>
<div class="size-info">
<div class="size-label">单盘位机箱尺寸</div>
<div class="size-value">19cm × 18cm × 7cm</div>
</div>
</div>
</body>
</html>