0328
This commit is contained in:
92
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_使用场景.html
Normal file
92
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_使用场景.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>使用场景 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.scenario-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
}
|
||||
.scenario-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 15px;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.scenario-icon {
|
||||
font-size: 70px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.scenario-title {
|
||||
font-size: 28px;
|
||||
color: #004d40;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.scenario-desc {
|
||||
font-size: 20px;
|
||||
color: #00796b;
|
||||
line-height: 1.5;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">使用场景</div>
|
||||
|
||||
<div class="scenario-grid">
|
||||
<div class="scenario-item">
|
||||
<div class="scenario-icon">🏠</div>
|
||||
<div class="scenario-title">家庭数据中心</div>
|
||||
<div class="scenario-desc">集中存储家庭照片、视频、文档,全家共享访问</div>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<div class="scenario-icon">💼</div>
|
||||
<div class="scenario-title">小型办公</div>
|
||||
<div class="scenario-desc">团队文件共享,数据集中管理,提升工作效率</div>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<div class="scenario-icon">🎬</div>
|
||||
<div class="scenario-title">影音娱乐</div>
|
||||
<div class="scenario-desc">搭建家庭影院,存储高清电影,随时观看</div>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<div class="scenario-icon">📚</div>
|
||||
<div class="scenario-title">学习资料库</div>
|
||||
<div class="scenario-desc">存储学习资料、电子书籍,构建个人知识管理系统</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_使用场景.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_使用场景.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 KiB |
108
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_功能描述.html
Normal file
108
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_功能描述.html
Normal file
@@ -0,0 +1,108 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>功能描述 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.function-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 25px;
|
||||
}
|
||||
.function-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 15px;
|
||||
padding: 25px 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 25px;
|
||||
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.function-icon {
|
||||
font-size: 50px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.function-text h3 {
|
||||
font-size: 28px;
|
||||
color: #004d40;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.function-text p {
|
||||
font-size: 20px;
|
||||
color: #00796b;
|
||||
line-height: 1.5;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">功能描述</div>
|
||||
|
||||
<div class="function-list">
|
||||
<div class="function-item">
|
||||
<div class="function-icon">💾</div>
|
||||
<div class="function-text">
|
||||
<h3>私有云存储</h3>
|
||||
<p>搭建个人私有云,安全存储照片、视频、文档等重要资料</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">🔄</div>
|
||||
<div class="function-text">
|
||||
<h3>数据备份</h3>
|
||||
<p>自动备份手机、电脑数据,防止数据丢失,多重保护</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">🌐</div>
|
||||
<div class="function-text">
|
||||
<h3>远程访问</h3>
|
||||
<p>随时随地远程访问,在外也能查看家中文件资料</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">👥</div>
|
||||
<div class="function-text">
|
||||
<h3>家庭共享</h3>
|
||||
<p>家庭成员共享存储空间,照片视频轻松分享</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">🤖</div>
|
||||
<div class="function-text">
|
||||
<h3>智能家居</h3>
|
||||
<p>支持Home Assistant,打造智能家居控制中心</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_功能描述.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_功能描述.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
115
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品卖点.html
Normal file
115
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品卖点.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>商品卖点 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.points-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
}
|
||||
.point-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 15px;
|
||||
padding: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.point-icon {
|
||||
font-size: 60px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.point-content h3 {
|
||||
font-size: 28px;
|
||||
color: #004d40;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.point-content p {
|
||||
font-size: 20px;
|
||||
color: #00796b;
|
||||
line-height: 1.5;
|
||||
}
|
||||
</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-content">
|
||||
<h3>透明亚克力材质</h3>
|
||||
<p>高透光亚克力,清晰展示内部结构,科技感十足</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🎨</div>
|
||||
<div class="point-content">
|
||||
<h3>时尚外观设计</h3>
|
||||
<p>简约现代设计,透明机身,美观大方,适合各种环境</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">⚡</div>
|
||||
<div class="point-content">
|
||||
<h3>低功耗静音</h3>
|
||||
<p>超低功耗设计,无风扇静音运行,7x24小时稳定</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🔧</div>
|
||||
<div class="point-content">
|
||||
<h3>易于维护</h3>
|
||||
<p>透明设计便于观察,拆卸方便,升级维护简单</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🌡️</div>
|
||||
<div class="point-content">
|
||||
<h3>散热优良</h3>
|
||||
<p>开放式设计,散热效果优异,保证系统稳定运行</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">💰</div>
|
||||
<div class="point-content">
|
||||
<h3>超高性价比</h3>
|
||||
<p>入门级NAS首选,功能齐全,价格亲民</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品卖点.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品卖点.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 185 KiB |
86
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品实拍图.html
Normal file
86
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品实拍图.html
Normal file
@@ -0,0 +1,86 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>商品实拍图 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.image-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
height: calc(100% - 96px);
|
||||
}
|
||||
.image-box {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 30px;
|
||||
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.image-placeholder {
|
||||
font-size: 120px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.image-label {
|
||||
font-size: 28px;
|
||||
color: #00796b;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">商品实拍图</div>
|
||||
|
||||
<div class="image-grid">
|
||||
<div class="image-box">
|
||||
<div class="image-placeholder">📷</div>
|
||||
<div class="image-label">透明机箱正面</div>
|
||||
</div>
|
||||
<div class="image-box">
|
||||
<div class="image-placeholder">📷</div>
|
||||
<div class="image-label">透明机箱侧面</div>
|
||||
</div>
|
||||
<div class="image-box">
|
||||
<div class="image-placeholder">📷</div>
|
||||
<div class="image-label">内部结构展示</div>
|
||||
</div>
|
||||
<div class="image-box">
|
||||
<div class="image-placeholder">📷</div>
|
||||
<div class="image-label">透明效果展示</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品实拍图.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_商品实拍图.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
128
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-1.html
Normal file
128
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-1.html
Normal file
@@ -0,0 +1,128 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>配置清单 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 28px;
|
||||
color: #4db6ac;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.config-section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
color: #00796b;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #26a69a;
|
||||
}
|
||||
.config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.config-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
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.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.config-label {
|
||||
font-size: 24px;
|
||||
color: #004d40;
|
||||
font-weight: bold;
|
||||
}
|
||||
.config-value {
|
||||
font-size: 24px;
|
||||
color: #26a69a;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">配置清单 (1/2)</div>
|
||||
<div class="subtitle">亚克力机箱 透明系列</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">单SATA口</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">亚克力-双</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 N2840</span>
|
||||
<span class="config-value">双核 2.16GHz</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">Intel N2930</span>
|
||||
<span class="config-value">四核 1.83GHz</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">AMD A4</span>
|
||||
<span class="config-value">双核 2.0GHz</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 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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-1.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 179 KiB |
124
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-2.html
Normal file
124
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-2.html
Normal file
@@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>配置清单 - 亚克力机箱</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%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 2px solid rgba(255,255,255,0.6);
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 28px;
|
||||
color: #4db6ac;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.config-section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
color: #00796b;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #26a69a;
|
||||
}
|
||||
.config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.config-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
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.08);
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.config-label {
|
||||
font-size: 24px;
|
||||
color: #004d40;
|
||||
font-weight: bold;
|
||||
}
|
||||
.config-value {
|
||||
font-size: 24px;
|
||||
color: #26a69a;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">配置清单 (2/2)</div>
|
||||
<div class="subtitle">亚克力机箱 透明系列</div>
|
||||
|
||||
<div class="config-section">
|
||||
<div class="section-title">内存容量(可选)</div>
|
||||
<div class="config-grid">
|
||||
<div class="config-item">
|
||||
<span class="config-label">DDR3 2GB</span>
|
||||
<span class="config-value">入门配置</span>
|
||||
</div>
|
||||
<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 16GB</span>
|
||||
<span class="config-value">入门配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 32GB</span>
|
||||
<span class="config-value">标准配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 64GB</span>
|
||||
<span class="config-value">推荐配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">mSATA 128GB</span>
|
||||
<span class="config-value">大容量配置</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-2.png
Normal file
BIN
产品/飞牛 NAS/fyd-亚克力机箱-单/详情/亚克力机箱-单_配置清单-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 KiB |
Reference in New Issue
Block a user