清理详情页/主图HTML源文件与废弃图片;新增系统安装U盘说明与详情;配件清单移除金属机箱3.5寸小-单/双
This commit is contained in:
@@ -1,89 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图1</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;
|
||||
}
|
||||
.product-image {
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 20px 60px rgba(0,0,0,0.15));
|
||||
margin-top: 60px;
|
||||
}
|
||||
.product-name {
|
||||
font-size: 72px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
margin-top: 40px;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
letter-spacing: 6px;
|
||||
}
|
||||
.storage-badge {
|
||||
margin-top: 24px;
|
||||
background: linear-gradient(135deg, #26a69a, #00897b);
|
||||
color: #ffffff;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
padding: 16px 40px;
|
||||
border-radius: 40px;
|
||||
letter-spacing: 4px;
|
||||
box-shadow: 0 8px 30px rgba(38,166,154,0.4);
|
||||
}
|
||||
.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);
|
||||
}
|
||||
.corner-line {
|
||||
position: absolute;
|
||||
background: linear-gradient(90deg, #26a69a, transparent);
|
||||
height: 4px;
|
||||
width: 200px;
|
||||
}
|
||||
.corner-line.top { top: 120px; left: 60px; }
|
||||
.corner-line.bottom { bottom: 100px; right: 60px; background: linear-gradient(90deg, transparent, #26a69a); }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="nas-badge">飞牛私有云NAS</div>
|
||||
|
||||
<img src="../image/正面_抠图.png" alt="飞牛NAS" class="product-image">
|
||||
|
||||
<div class="product-name">轻量化家庭NAS解决方案</div>
|
||||
|
||||
<div class="storage-badge">单盘最大支持 24TB</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,117 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图2-产品特点</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;
|
||||
padding: 40px 50px;
|
||||
}
|
||||
.title {
|
||||
font-size: 64px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 60px;
|
||||
padding-bottom: 25px;
|
||||
border-bottom: 6px solid #b2dfdb;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
}
|
||||
.features-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 40px;
|
||||
width: 100%;
|
||||
}
|
||||
.feature-card {
|
||||
background: rgba(255,255,255,0.85);
|
||||
border-radius: 24px;
|
||||
padding: 35px 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.feature-icon {
|
||||
font-size: 72px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.feature-text h3 {
|
||||
font-size: 40px;
|
||||
color: #00695c;
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.feature-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.feature-content p {
|
||||
font-size: 28px;
|
||||
color: #004d40;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
.optional-tag {
|
||||
font-size: 28px;
|
||||
color: #ff6f00;
|
||||
margin-left: 4px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="title">产品特点</div>
|
||||
|
||||
<div class="features-grid">
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>体积小巧</h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">📦</div>
|
||||
<p>18×19×7cm<br>节省空间</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>低耗静音</h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">⚡</div>
|
||||
<p>待机功耗10W<br>100小时仅1度电</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>WiFi联网<span class="optional-tag">(选配)</span></h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">📶</div>
|
||||
<p>支持WiFi<br>无需网线</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-text">
|
||||
<h3>来电自启<span class="optional-tag">(选配)</span></h3>
|
||||
</div>
|
||||
<div class="feature-content">
|
||||
<div class="feature-icon">🔌</div>
|
||||
<p>断电后自动开机<br>无需手动操作</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,98 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图3-使用场景</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;
|
||||
padding: 40px 50px;
|
||||
}
|
||||
.title {
|
||||
font-size: 64px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 25px;
|
||||
border-bottom: 6px solid #b2dfdb;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
}
|
||||
.scenes-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
.scene-card {
|
||||
background: rgba(255,255,255,0.85);
|
||||
border-radius: 24px;
|
||||
padding: 40px 25px;
|
||||
text-align: center;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.scene-icon {
|
||||
font-size: 72px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.scene-name {
|
||||
font-size: 32px;
|
||||
color: #00695c;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.scene-desc {
|
||||
font-size: 22px;
|
||||
color: #004d40;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="title">使用场景</div>
|
||||
|
||||
<div class="scenes-grid">
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">📱</div>
|
||||
<div class="scene-name">手机扩容</div>
|
||||
<div class="scene-desc">照片视频自动备份<br>远程同步释放空间</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">💼</div>
|
||||
<div class="scene-name">团队协作</div>
|
||||
<div class="scene-desc">多人协作权限分级<br>文件共享在线编辑</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">📹</div>
|
||||
<div class="scene-name">监控存储</div>
|
||||
<div class="scene-desc">小米摄像头支持<br>onvif协议兼容</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">🎬</div>
|
||||
<div class="scene-name">家庭影院</div>
|
||||
<div class="scene-desc">流畅播放4K视频<br>硬解码高清画质</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">💬</div>
|
||||
<div class="scene-name">微信备份</div>
|
||||
<div class="scene-desc">聊天记录自动备份<br>重要信息永久保存</div>
|
||||
</div>
|
||||
<div class="scene-card">
|
||||
<div class="scene-icon">🌐</div>
|
||||
<div class="scene-name">远程访问</div>
|
||||
<div class="scene-desc">随时随地访问<br>照片视频文件</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,81 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>飞牛NAS 主图4-多角度展示</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;
|
||||
padding: 50px 60px;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 5px solid #b2dfdb;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
}
|
||||
.images-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
.image-card {
|
||||
background: rgba(255,255,255,0.85);
|
||||
border-radius: 20px;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.image-card img {
|
||||
width: 100%;
|
||||
height: 260px;
|
||||
object-fit: cover;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.image-label {
|
||||
font-size: 26px;
|
||||
color: #00796b;
|
||||
font-weight: bold;
|
||||
margin-top: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="title">多角度展示</div>
|
||||
|
||||
<div class="images-grid">
|
||||
<div class="image-card">
|
||||
<img src="../image/正面_裁剪.jpg" alt="正面">
|
||||
<div class="image-label">正面展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/侧面.jpg" alt="侧面">
|
||||
<div class="image-label">侧面展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/俯视图.jpg" alt="俯视">
|
||||
<div class="image-label">俯视展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/接口.jpg" alt="接口">
|
||||
<div class="image-label">接口展示</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,104 +0,0 @@
|
||||
<!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>
|
||||
@@ -1,437 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1500">
|
||||
<title>飞牛NAS 亚克力机箱-单 详情页</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
html, body {
|
||||
width: 1500px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 50%, #80cbc4 100%);
|
||||
}
|
||||
.container {
|
||||
width: 1500px;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
padding: 80px 70px;
|
||||
box-shadow: 0 30px 80px rgba(0,0,0,0.1), inset 0 0 160px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
.section {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
.section:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.title {
|
||||
font-size: 90px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 60px;
|
||||
text-shadow: 0 4px 20px rgba(0,105,92,0.2);
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 6px solid #b2dfdb;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 52px;
|
||||
font-weight: bold;
|
||||
color: #00796b;
|
||||
margin-bottom: 30px;
|
||||
padding-left: 30px;
|
||||
border-left: 8px solid #26a69a;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.section-title:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
.notice-box {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
margin-bottom: 30px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.notice-content {
|
||||
font-size: 40px;
|
||||
color: #004d40;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.scene-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
}
|
||||
.scene-box {
|
||||
background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(224,242,241,0.9) 100%);
|
||||
border-radius: 24px;
|
||||
padding: 40px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 4px solid rgba(38,166,154,0.3);
|
||||
text-align: center;
|
||||
}
|
||||
.scene-icon {
|
||||
font-size: 96px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.scene-name {
|
||||
font-size: 56px;
|
||||
color: #00796b;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.scene-desc {
|
||||
font-size: 44px;
|
||||
color: #004d40;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.config-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.config-table th {
|
||||
background: linear-gradient(135deg, #26a69a 0%, #00897b 100%);
|
||||
color: white;
|
||||
padding: 36px 40px;
|
||||
font-size: 40px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
border-bottom: 4px solid #00796b;
|
||||
}
|
||||
.config-table td {
|
||||
padding: 32px 40px;
|
||||
font-size: 36px;
|
||||
color: #004d40;
|
||||
border-bottom: 2px solid rgba(38,166,154,0.2);
|
||||
}
|
||||
.config-table tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
.config-table .config-label {
|
||||
font-weight: bold;
|
||||
color: #00796b;
|
||||
width: 30%;
|
||||
}
|
||||
.config-table .config-value {
|
||||
color: #004d40;
|
||||
}
|
||||
.function-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
margin-bottom: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 36px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.function-icon {
|
||||
font-size: 84px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.function-text h3 {
|
||||
font-size: 44px;
|
||||
color: #004d40;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.function-text p {
|
||||
font-size: 36px;
|
||||
color: #00796b;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.image-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 24px;
|
||||
}
|
||||
.image-card {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 20px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
text-align: center;
|
||||
}
|
||||
.image-card img {
|
||||
width: 100%;
|
||||
height: 360px;
|
||||
object-fit: cover;
|
||||
border-radius: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.image-label {
|
||||
font-size: 36px;
|
||||
color: #00796b;
|
||||
font-weight: bold;
|
||||
}
|
||||
.accessories-image {
|
||||
width: 100%;
|
||||
border-radius: 20px;
|
||||
margin-bottom: 30px;
|
||||
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
|
||||
}
|
||||
.list-items {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.list-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
padding: 24px 30px;
|
||||
border-radius: 16px;
|
||||
font-size: 36px;
|
||||
color: #004d40;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
border: 2px solid rgba(38,166,154,0.2);
|
||||
}
|
||||
.qa-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 20px;
|
||||
padding: 36px;
|
||||
margin-bottom: 24px;
|
||||
box-shadow: 0 6px 24px rgba(0,0,0,0.08);
|
||||
border: 2px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.question {
|
||||
font-size: 40px;
|
||||
color: #004d40;
|
||||
font-weight: bold;
|
||||
margin-bottom: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
}
|
||||
.answer {
|
||||
font-size: 36px;
|
||||
color: #00796b;
|
||||
line-height: 1.5;
|
||||
padding-left: 56px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<!-- 购买须知 -->
|
||||
<div class="section">
|
||||
<div class="title">购买须知</div>
|
||||
<div class="notice-box">
|
||||
<div class="notice-content">
|
||||
• 亚克力机箱需要自己组装,店铺会提供安装视频<br>
|
||||
• 受成本限制,产品无法做到十全十美,完美主义者慎拍
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 配置清单 -->
|
||||
<div class="section">
|
||||
<div class="title">配置清单</div>
|
||||
<table class="config-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>配置项</th>
|
||||
<th>规格</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="config-label">CPU</td>
|
||||
<td class="config-value">N2840/N2930/AMD A4/J1900/J3160</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="config-label">内存</td>
|
||||
<td class="config-value">2G DDR3 / 4G DDR3(1个插槽)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="config-label">系统盘</td>
|
||||
<td class="config-value">16G / 32G / 64G / 128G</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="config-label">网口</td>
|
||||
<td class="config-value">千兆网口 × 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="config-label">适配硬盘</td>
|
||||
<td class="config-value">3.5/2.5寸,最大24T(需自备硬盘)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- 使用场景 -->
|
||||
<div class="section">
|
||||
<div class="title">使用场景</div>
|
||||
<div class="scene-grid">
|
||||
<div class="scene-box">
|
||||
<div class="scene-icon">📱</div>
|
||||
<div class="scene-name">手机扩容</div>
|
||||
<div class="scene-desc">照片视频自动备份<br>远程同步释放空间</div>
|
||||
</div>
|
||||
<div class="scene-box">
|
||||
<div class="scene-icon">💼</div>
|
||||
<div class="scene-name">团队协作</div>
|
||||
<div class="scene-desc">多人协作权限分级<br>文件共享在线编辑</div>
|
||||
</div>
|
||||
<div class="scene-box">
|
||||
<div class="scene-icon">📹</div>
|
||||
<div class="scene-name">监控存储</div>
|
||||
<div class="scene-desc">小米摄像头支持<br>onvif协议兼容</div>
|
||||
</div>
|
||||
<div class="scene-box">
|
||||
<div class="scene-icon">🎬</div>
|
||||
<div class="scene-name">家庭影院</div>
|
||||
<div class="scene-desc">流畅播放4K视频<br>硬解码高清画质</div>
|
||||
</div>
|
||||
<div class="scene-box">
|
||||
<div class="scene-icon">💬</div>
|
||||
<div class="scene-name">微信备份</div>
|
||||
<div class="scene-desc">聊天记录自动备份<br>重要信息永久保存</div>
|
||||
</div>
|
||||
<div class="scene-box">
|
||||
<div class="scene-icon">🌐</div>
|
||||
<div class="scene-name">远程访问</div>
|
||||
<div class="scene-desc">随时随地访问<br>照片视频文件</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 产品特点 -->
|
||||
<div class="section">
|
||||
<div class="title">产品特点</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">📦</div>
|
||||
<div class="function-text">
|
||||
<h3>体积小,容量大,功能强</h3>
|
||||
<p>尺寸仅18×19×7cm,紧凑设计,支持大容量存储,功能全面</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">⚡</div>
|
||||
<div class="function-text">
|
||||
<h3>低耗静音</h3>
|
||||
<p>待机功耗10W,100个小时1度电,适合7*24小时运行</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">📶</div>
|
||||
<div class="function-text">
|
||||
<h3>支持WiFi联网(选配)</h3>
|
||||
<p>支持WiFi无线网络连接,无需网线即可联网使用</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">🔌</div>
|
||||
<div class="function-text">
|
||||
<h3>来电自启(选配)</h3>
|
||||
<p>断电后重新来电自动开机,无需手动操作</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 产品实拍图 -->
|
||||
<div class="section">
|
||||
<div class="title">产品实拍图</div>
|
||||
<div class="image-grid">
|
||||
<div class="image-card">
|
||||
<img src="../image/正面.jpg" alt="正面图">
|
||||
<div class="image-label">正面展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/侧面.jpg" alt="侧面图">
|
||||
<div class="image-label">侧面展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/俯视图.jpg" alt="俯视图">
|
||||
<div class="image-label">俯视展示</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/接口.jpg" alt="接口图">
|
||||
<div class="image-label">接口展示</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 配件清单 -->
|
||||
<div class="section">
|
||||
<div class="title">配件清单</div>
|
||||
<img src="../image/配件清单.jpg" alt="配件清单" class="accessories-image">
|
||||
<div class="list-items">
|
||||
<div class="list-item">
|
||||
<span>🔧</span>
|
||||
<span>亚克力机箱板材套装</span>
|
||||
</div>
|
||||
<div class="list-item">
|
||||
<span>💻</span>
|
||||
<span>CPU主板套装(预装飞牛系统)</span>
|
||||
</div>
|
||||
<div class="list-item">
|
||||
<span>🔌</span>
|
||||
<span>电源适配器 12V 5A</span>
|
||||
</div>
|
||||
<div class="list-item">
|
||||
<span>📡</span>
|
||||
<span>SATA数据线</span>
|
||||
</div>
|
||||
<div class="list-item">
|
||||
<span>🔌</span>
|
||||
<span>SATA电源线</span>
|
||||
</div>
|
||||
<div class="list-item">
|
||||
<span>🌐</span>
|
||||
<span>千兆网线</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 包装展示 -->
|
||||
<div class="section">
|
||||
<div class="title">包装展示</div>
|
||||
<div class="image-grid">
|
||||
<div class="image-card">
|
||||
<img src="../image/包装1.jpg" alt="包装展示1">
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="../image/包装2.jpg" alt="包装展示2">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 常见问题 -->
|
||||
<div class="section">
|
||||
<div class="title">常见问题</div>
|
||||
<div class="qa-item">
|
||||
<div class="question">
|
||||
<span>❓</span>
|
||||
产品是否支持双CPU?
|
||||
</div>
|
||||
<div class="answer">
|
||||
不支持。本产品采用单CPU设计,主板仅支持安装一颗CPU处理器。
|
||||
</div>
|
||||
</div>
|
||||
<div class="qa-item">
|
||||
<div class="question">
|
||||
<span>❓</span>
|
||||
产品是否支持双内存条?
|
||||
</div>
|
||||
<div class="answer">
|
||||
不支持。主板仅有1个内存插槽,最大支持单条4G DDR3内存。
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user