feat: 优化亚克力机箱-单详情页模板及 skills 更新

This commit is contained in:
12600k-rog-d4
2026-04-04 21:45:20 +08:00
parent 3a689f43eb
commit b25770e4ed
24 changed files with 446 additions and 962 deletions

View File

@@ -12,7 +12,7 @@ async function convertHtmlToPng() {
const page = await browser.newPage(); const page = await browser.newPage();
await page.setViewport({ width: 1000, height: 1000 }); await page.setViewport({ width: 750, height: 1000 });
const detailDir = 'G:\\stonelan-workspace\\membank\\产品\\飞牛 NAS\\fyd-亚克力机箱 - 单\\详情'; const detailDir = 'G:\\stonelan-workspace\\membank\\产品\\飞牛 NAS\\fyd-亚克力机箱 - 单\\详情';
@@ -38,7 +38,7 @@ async function convertHtmlToPng() {
await page.screenshot({ await page.screenshot({
path: pngPath, path: pngPath,
fullPage: false, fullPage: true,
type: 'png' type: 'png'
}); });

View File

@@ -36,14 +36,14 @@ description: 设计电商产品的详情页。当用户需要为产品生成详
- 常见问题 - 常见问题
1. 产品是否支持双CPU 1. 产品是否支持双CPU
2. 产品是否支持双内存条 2. 产品是否支持双内存条
3. 产品是否支持双硬盘
- 严格按照详情页组成生成详情页,多余的删除掉 - 严格按照详情页组成生成详情页,多余的删除掉
- 需要用的产品图片都放在对应产品目录的image目录下 - 需要用的产品图片都放在对应产品目录的image目录下
- html 按照1000*1000的分辨率生成 - html 按照宽750的分辨率生成
- 一个产品有多个sku,但一个产品只需要一个详情页不需要为每个sku生成详情页 - 一个产品有多个sku,但一个产品只需要一个详情页不需要为每个sku生成详情页
- 详情页放到每个产品对应的`详情`目录下 - 详情页放到每个产品对应的`详情`目录下
- 配色采用科技风格 - 配色采用绿色清晰的风格
- 单个页面放不下,采用-1 -2 的方式拆分多个页面

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 925 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 847 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 KiB

View File

@@ -1,100 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>产品实拍图 - 飞牛NAS 亚克力机箱-单</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: 40px;
}
.image-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.image-card {
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
padding: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
text-align: center;
}
.image-card img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 10px;
margin-bottom: 10px;
}
.image-label {
font-size: 22px;
color: #00796b;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<div class="title">产品实拍图</div>
<div class="subtitle">真实拍摄 · 所见即所得</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 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>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 KiB

View File

@@ -1,115 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>功能描述 - 飞牛NAS 亚克力机箱-单</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: 50px;
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
}
.function-list {
display: flex;
flex-direction: column;
gap: 30px;
}
.function-item {
background: rgba(255, 255, 255, 0.9);
border-radius: 15px;
padding: 28px 35px;
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: 55px;
flex-shrink: 0;
}
.function-text h3 {
font-size: 30px;
color: #004d40;
margin-bottom: 10px;
}
.function-text p {
font-size: 22px;
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>NAS网络存储</h3>
<p>支持飞牛NAS系统打造家庭私有云数据安全可控</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>支持1块3.5寸机械硬盘单SATA接口灵活扩展</p>
</div>
</div>
<div class="function-item">
<div class="function-icon"></div>
<div class="function-text">
<h3>低功耗静音</h3>
<p>超低功耗CPU无风扇设计静音运行7x24小时</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>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

View File

@@ -1,125 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>包装展示 - 飞牛NAS 亚克力机箱-单</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: 35px;
}
.image-showcase {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin-bottom: 25px;
}
.showcase-item {
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
padding: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.showcase-item img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 10px;
}
.highlight-section {
background: rgba(255, 255, 255, 0.9);
padding: 25px;
border-radius: 12px;
text-align: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.highlight-title {
font-size: 28px;
color: #00796b;
font-weight: bold;
margin-bottom: 15px;
}
.highlight-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 12px;
}
.highlight-item {
background: rgba(0, 150, 136, 0.1);
padding: 10px 18px;
border-radius: 8px;
font-size: 20px;
color: #004d40;
font-weight: bold;
border: 1px solid rgba(38,166,154,0.3);
}
</style>
</head>
<body>
<div class="container">
<div class="title">包装展示</div>
<div class="subtitle">专业包装 · 安全送达</div>
<div class="image-showcase">
<div class="showcase-item">
<img src="../image/包装.jpg" alt="包装展示1">
</div>
<div class="showcase-item">
<img src="../image/包装1.jpg" alt="包装展示2">
</div>
<div class="showcase-item">
<img src="../image/包装2.jpg" alt="包装展示3">
</div>
<div class="showcase-item">
<img src="../image/包装3.jpg" alt="包装展示4">
</div>
<div class="showcase-item">
<img src="../image/包装5.jpg" alt="包装展示5">
</div>
</div>
<div class="highlight-section">
<div class="highlight-title">✨ 包装承诺</div>
<div class="highlight-list">
<div class="highlight-item">✓ 五层瓦楞纸箱</div>
<div class="highlight-item">✓ 气泡膜防护</div>
<div class="highlight-item">✓ 泡沫填充</div>
<div class="highlight-item">✓ 独立包装</div>
<div class="highlight-item">✓ 破损包赔</div>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 KiB

View File

@@ -1,130 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>常见问题 - 飞牛NAS 亚克力机箱-单</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: 45px;
}
.qa-list {
display: flex;
flex-direction: column;
gap: 18px;
}
.qa-item {
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
padding: 22px 28px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.question {
font-size: 24px;
color: #004d40;
font-weight: bold;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
}
.question-icon {
font-size: 26px;
}
.answer {
font-size: 20px;
color: #00796b;
line-height: 1.6;
padding-left: 36px;
}
</style>
</head>
<body>
<div class="container">
<div class="title">常见问题</div>
<div class="subtitle">答疑解惑 · 选购无忧</div>
<div class="qa-list">
<div class="qa-item">
<div class="question">
<span class="question-icon"></span>
产品是否支持双CPU
</div>
<div class="answer">
不支持。本产品采用单CPU设计主板仅支持安装一颗CPU处理器。
</div>
</div>
<div class="qa-item">
<div class="question">
<span class="question-icon"></span>
产品是否支持双内存条?
</div>
<div class="answer">
不支持。主板仅有1个内存插槽最大支持单条4G DDR3内存。
</div>
</div>
<div class="qa-item">
<div class="question">
<span class="question-icon"></span>
产品是否支持双硬盘?
</div>
<div class="answer">
不支持。亚克力机箱-单盘位设计仅有1个SATA接口。如需双盘位请选择双盘位产品。
</div>
</div>
<div class="qa-item">
<div class="question">
<span class="question-icon"></span>
亚克力机箱组装难吗?
</div>
<div class="answer">
组装简单。提供详细安装视频教程约15-20分钟即可完成组装。亚克力板采用卡扣设计无需胶水。
</div>
</div>
<div class="qa-item">
<div class="question">
<span class="question-icon"></span>
产品是否需要自己安装系统?
</div>
<div class="answer">
是的。产品已安装好硬件系统需自行安装。我们提供飞牛NAS系统安装教程操作简单。
</div>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

View File

@@ -0,0 +1,440 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=750">
<title>飞牛NAS 亚克力机箱-单 详情页</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 750px;
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: 750px;
background: rgba(255, 255, 255, 0.85);
padding: 40px 35px;
box-shadow: 0 15px 40px rgba(0,0,0,0.1), inset 0 0 80px rgba(255,255,255,0.5);
backdrop-filter: blur(10px);
}
.section {
margin-bottom: 50px;
}
.section:last-child {
margin-bottom: 0;
}
.title {
font-size: 45px;
font-weight: bold;
color: #00695c;
text-align: center;
margin-bottom: 30px;
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
padding-bottom: 15px;
border-bottom: 3px solid #b2dfdb;
}
.section-title {
font-size: 26px;
font-weight: bold;
color: #00796b;
margin-bottom: 15px;
padding-left: 15px;
border-left: 4px solid #26a69a;
margin-top: 25px;
}
.section-title:first-of-type {
margin-top: 0;
}
.notice-box {
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 20px;
margin-bottom: 15px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.notice-title {
font-size: 24px;
color: #00796b;
font-weight: bold;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.notice-content {
font-size: 20px;
color: #004d40;
line-height: 1.6;
}
.config-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.config-item {
background: rgba(255, 255, 255, 0.9);
padding: 15px 18px;
border-radius: 8px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.config-label {
font-size: 18px;
color: #004d40;
font-weight: bold;
}
.config-value {
font-size: 18px;
color: #26a69a;
font-weight: bold;
}
.function-item {
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 20px;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 18px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.function-icon {
font-size: 42px;
flex-shrink: 0;
}
.function-text h3 {
font-size: 22px;
color: #004d40;
margin-bottom: 6px;
}
.function-text p {
font-size: 18px;
color: #00796b;
line-height: 1.4;
}
.image-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.image-card {
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 10px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
text-align: center;
}
.image-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 8px;
margin-bottom: 8px;
}
.image-label {
font-size: 18px;
color: #00796b;
font-weight: bold;
}
.accessories-image {
width: 100%;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.list-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.list-item {
background: rgba(255, 255, 255, 0.9);
padding: 12px 15px;
border-radius: 8px;
font-size: 18px;
color: #004d40;
display: flex;
align-items: center;
gap: 8px;
border: 1px solid rgba(38,166,154,0.2);
}
.qa-item {
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 18px;
margin-bottom: 12px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.question {
font-size: 20px;
color: #004d40;
font-weight: bold;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
}
.answer {
font-size: 18px;
color: #00796b;
line-height: 1.5;
padding-left: 28px;
}
</style>
</head>
<body>
<div class="container">
<!-- 购买须知 -->
<div class="section">
<div class="title">购买须知</div>
<div class="notice-box">
<div class="notice-title">
📦 关于亚克力机箱
</div>
<div class="notice-content">
亚克力机箱需要自己组装,店铺会提供安装视频
</div>
</div>
<div class="notice-box">
<div class="notice-title">
💰 关于产品
</div>
<div class="notice-content">
受成本限制,产品无法做到十全十美,完美主义者慎拍
</div>
</div>
</div>
<!-- 配置清单 -->
<div class="section">
<div class="title">配置清单</div>
<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">内存条</span>
<span class="config-value">2G/4G</span>
</div>
<div class="config-item">
<span class="config-label">系统盘</span>
<span class="config-value">16G/32G/64G</span>
</div>
<div class="config-item">
<span class="config-label">电源适配器</span>
<span class="config-value">12V 5A</span>
</div>
<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">千兆网线</span>
</div>
</div>
<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 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">3.5/2.5机械盘</span>
</div>
</div>
</div>
<!-- 功能描述 -->
<div class="section">
<div class="title">功能描述</div>
<div class="function-item">
<div class="function-icon">💾</div>
<div class="function-text">
<h3>飞牛NAS网络存储</h3>
<p>预装最新版本飞牛NAS系统打造家庭私有云数据安全可控</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>待机功耗10W100个小时1度电适合7*24小时运行</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>WiFi连接</h3>
<p>支持WiFi无线网络连接无需网线即可联网使用</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>内存条</span>
</div>
<div class="list-item">
<span>💾</span>
<span>mSATA系统盘</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>CR2032电池</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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -1,86 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>购买须知 - 飞牛NAS 亚克力机箱-单</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: 60px;
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);
display: flex;
flex-direction: column;
justify-content: center;
}
.title {
font-size: 60px;
font-weight: bold;
color: #00695c;
text-align: center;
margin-bottom: 60px;
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
}
.notice-box {
background: rgba(255, 255, 255, 0.9);
border-radius: 15px;
padding: 40px;
margin-bottom: 30px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.notice-title {
font-size: 32px;
color: #00796b;
font-weight: bold;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 12px;
padding-bottom: 15px;
border-bottom: 2px solid #b2dfdb;
}
.notice-content {
font-size: 26px;
color: #004d40;
line-height: 1.8;
}
</style>
</head>
<body>
<div class="container">
<div class="title">购买须知</div>
<div class="notice-box">
<div class="notice-title">
📦 关于亚克力机箱
</div>
<div class="notice-content">
亚克力机箱需要自己组装,店铺会提供安装视频
</div>
</div>
<div class="notice-box">
<div class="notice-title">
💰 关于产品
</div>
<div class="notice-content">
受成本限制,产品无法做到十全十美,完美主义者慎拍
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -1,132 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>配件清单 - 飞牛NAS 亚克力机箱-单</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: 30px;
}
.accessories-image {
width: 100%;
height: 480px;
object-fit: contain;
border-radius: 12px;
margin-bottom: 25px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
background: rgba(255, 255, 255, 0.5);
}
.accessories-list {
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
border: 1px solid rgba(38,166,154,0.3);
}
.list-title {
font-size: 28px;
color: #00796b;
font-weight: bold;
margin-bottom: 18px;
text-align: center;
padding-bottom: 10px;
border-bottom: 2px solid #b2dfdb;
}
.list-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.list-item {
background: rgba(0, 150, 136, 0.05);
padding: 12px 18px;
border-radius: 8px;
font-size: 20px;
color: #004d40;
display: flex;
align-items: center;
gap: 10px;
border: 1px solid rgba(38,166,154,0.2);
}
.item-icon {
font-size: 22px;
}
</style>
</head>
<body>
<div class="container">
<div class="title">配件清单</div>
<div class="subtitle">齐全配件 · 轻松组装</div>
<img src="../image/配件清单.jpg" alt="配件清单" class="accessories-image">
<div class="accessories-list">
<div class="list-title">📦 标准配件列表</div>
<div class="list-items">
<div class="list-item">
<span class="item-icon">🔧</span>
<span>亚克力机箱板材套装</span>
</div>
<div class="list-item">
<span class="item-icon">💻</span>
<span>CPU主板套装</span>
</div>
<div class="list-item">
<span class="item-icon">🔋</span>
<span>内存条</span>
</div>
<div class="list-item">
<span class="item-icon">💾</span>
<span>mSATA系统盘</span>
</div>
<div class="list-item">
<span class="item-icon">🔌</span>
<span>电源适配器 12V 5A</span>
</div>
<div class="list-item">
<span class="item-icon">📡</span>
<span>SATA数据线</span>
</div>
<div class="list-item">
<span class="item-icon">🔋</span>
<span>CR2032电池</span>
</div>
<div class="list-item">
<span class="item-icon">🌐</span>
<span>千兆网线</span>
</div>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 KiB

View File

@@ -1,146 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>配置清单 (1/2) - 飞牛NAS 亚克力机箱-单</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: 45px;
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: 52px;
font-weight: bold;
color: #00695c;
text-align: center;
margin-bottom: 15px;
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
}
.subtitle {
font-size: 26px;
color: #4db6ac;
text-align: center;
margin-bottom: 35px;
}
.section-title {
font-size: 30px;
font-weight: bold;
color: #00796b;
margin-bottom: 18px;
padding-left: 18px;
border-left: 5px solid #26a69a;
}
.config-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin-bottom: 30px;
}
.config-item {
background: rgba(255, 255, 255, 0.9);
padding: 15px 20px;
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: 20px;
color: #004d40;
font-weight: bold;
}
.config-value {
font-size: 20px;
color: #26a69a;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<div class="title">配置清单 (1/2)</div>
<div class="subtitle">亚克力单盘位标准配置</div>
<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">CPU主板套装</span>
<span class="config-value">6种可选</span>
</div>
<div class="config-item">
<span class="config-label">内存条</span>
<span class="config-value">2G/4G</span>
</div>
<div class="config-item">
<span class="config-label">系统盘</span>
<span class="config-value">16G-128G</span>
</div>
<div class="config-item">
<span class="config-label">电源适配器</span>
<span class="config-value">12V 5A</span>
</div>
<div class="config-item">
<span class="config-label">硬盘线</span>
<span class="config-value">SATA套装</span>
</div>
<div class="config-item">
<span class="config-label">CR2032电池</span>
<span class="config-value">主板供电</span>
</div>
<div class="config-item">
<span class="config-label">网线</span>
<span class="config-value">千兆网线</span>
</div>
</div>
<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>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

View File

@@ -1,122 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1000, height=1000">
<title>配置清单 (2/2) - 飞牛NAS 亚克力机箱-单</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: 52px;
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;
}
.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: 18px;
margin-bottom: 40px;
}
.config-item {
background: rgba(255, 255, 255, 0.9);
padding: 18px 22px;
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: 22px;
color: #004d40;
font-weight: bold;
}
.config-value {
font-size: 22px;
color: #26a69a;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<div class="title">配置清单 (2/2)</div>
<div class="subtitle">亚克力单盘位可选配置</div>
<div class="section-title">🔧 内存和存储选项</div>
<div class="config-grid">
<div class="config-item">
<span class="config-label">内存容量</span>
<span class="config-value">2G DDR3</span>
</div>
<div class="config-item">
<span class="config-label">内存容量</span>
<span class="config-value">4G DDR3</span>
</div>
<div class="config-item">
<span class="config-label">系统盘容量</span>
<span class="config-value">16G mSATA</span>
</div>
<div class="config-item">
<span class="config-label">系统盘容量</span>
<span class="config-value">32G mSATA</span>
</div>
<div class="config-item">
<span class="config-label">系统盘容量</span>
<span class="config-value">64G mSATA</span>
</div>
<div class="config-item">
<span class="config-label">系统盘容量</span>
<span class="config-value">128G mSATA</span>
</div>
</div>
<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">3.5寸机械盘</span>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB