更新金属机箱3.5寸小SKU:按最新标准重新生成,数据盘组合到各SKU;配件清单新增HDD-1T/3T/4T/6T
This commit is contained in:
99
产品/飞牛 NAS/高性能-i5-i7/详情/高性能-i5-i7_商品卖点.html
Normal file
99
产品/飞牛 NAS/高性能-i5-i7/详情/高性能-i5-i7_商品卖点.html
Normal file
@@ -0,0 +1,99 @@
|
||||
<!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, #27ae60 0%, #2ecc71 50%, #27ae60 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #f8fff8 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(39,174,96,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 3px solid #2ecc71;
|
||||
}
|
||||
.title {
|
||||
font-size: 64px;
|
||||
font-weight: bold;
|
||||
color: #27ae60;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
text-shadow: 0 2px 10px rgba(39,174,96,0.2);
|
||||
}
|
||||
.points-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 30px;
|
||||
}
|
||||
.point-item {
|
||||
background: linear-gradient(135deg, #f8fff8 0%, #e8f8e8 100%);
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
text-align: center;
|
||||
box-shadow: 0 8px 25px rgba(39,174,96,0.15);
|
||||
border: 2px solid #a8e6cf;
|
||||
}
|
||||
.point-icon {
|
||||
font-size: 80px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.point-title {
|
||||
font-size: 32px;
|
||||
color: #27ae60;
|
||||
font-weight: bold;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.point-desc {
|
||||
font-size: 22px;
|
||||
color: #636e72;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">商品卖点</div>
|
||||
|
||||
<div class="points-grid">
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🚀</div>
|
||||
<div class="point-title">强劲性能</div>
|
||||
<div class="point-desc">i5/i7高性能处理器,多任务流畅运行</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">💾</div>
|
||||
<div class="point-title">海量存储</div>
|
||||
<div class="point-desc">双SATA口,支持大容量硬盘扩展</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🌐</div>
|
||||
<div class="point-title">远程访问</div>
|
||||
<div class="point-desc">飞牛系统支持远程访问,随时随地存取文件</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">📱</div>
|
||||
<div class="point-title">手机扩容</div>
|
||||
<div class="point-desc">照片视频自动备份,释放手机空间</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🎬</div>
|
||||
<div class="point-title">4K播放</div>
|
||||
<div class="point-desc">流畅播放4K视频,支持硬件解码</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🔒</div>
|
||||
<div class="point-title">数据安全</div>
|
||||
<div class="point-desc">多重备份机制,保障数据安全</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user