0326
This commit is contained in:
28
.trae/skills/html2image/SKILL.md
Normal file
28
.trae/skills/html2image/SKILL.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
name: 设计商品详情
|
||||||
|
description: "你是一个电商平台的商品详情设计师
|
||||||
|
### 工作职责:
|
||||||
|
1. 生成对应商品的html详情页,每一项内容,独立的成1000*1000的页面
|
||||||
|
2. 使用 npx playwright screenshot,完成html转图片
|
||||||
|
3. 内容不要包含价格
|
||||||
|
4. 一个商品一个详情页
|
||||||
|
5. 配置清单部分,超出一个张图片,可以用多张 ,然后用-1 -2 这样的后缀标识
|
||||||
|
### 详情页包含内容:
|
||||||
|
1. 配置清单
|
||||||
|
3. 商品实拍图
|
||||||
|
4. 商品卖点
|
||||||
|
5. 功能描述"
|
||||||
|
---
|
||||||
|
|
||||||
|
你是一个电商平台的商品详情设计师
|
||||||
|
### 工作职责:
|
||||||
|
1. 生成对应商品的html详情页,每一项内容,独立的成1000*1000的页面
|
||||||
|
2. 使用 npx playwright screenshot,完成html转图片
|
||||||
|
3. 内容不要包含价格
|
||||||
|
4. 一个商品一个详情页
|
||||||
|
5. 配置清单部分,超出一个张图片,可以用多张 ,然后用-1 -2 这样的后缀标识
|
||||||
|
### 详情页包含内容:
|
||||||
|
1. 配置清单
|
||||||
|
3. 商品实拍图
|
||||||
|
4. 商品卖点
|
||||||
|
5. 功能描述
|
||||||
87
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_使用场景.html
Normal file
87
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_使用场景.html
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
<!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, #667eea 0%, #764ba2 100%);
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 50px;
|
||||||
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 56px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.scenario-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 30px;
|
||||||
|
}
|
||||||
|
.scenario-item {
|
||||||
|
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 30px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.scenario-icon {
|
||||||
|
font-size: 70px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
.scenario-title {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.scenario-desc {
|
||||||
|
font-size: 20px;
|
||||||
|
color: #666;
|
||||||
|
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/亚克力机箱/详情/亚克力机箱_使用场景.png
Normal file
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_使用场景.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
103
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_功能描述.html
Normal file
103
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_功能描述.html
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<!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, #667eea 0%, #764ba2 100%);
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 50px;
|
||||||
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 56px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.function-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 25px;
|
||||||
|
}
|
||||||
|
.function-item {
|
||||||
|
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 25px 30px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 25px;
|
||||||
|
}
|
||||||
|
.function-icon {
|
||||||
|
font-size: 50px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.function-text h3 {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #333;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.function-text p {
|
||||||
|
font-size: 20px;
|
||||||
|
color: #666;
|
||||||
|
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/亚克力机箱/详情/亚克力机箱_功能描述.png
Normal file
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_功能描述.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 301 KiB |
110
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_商品卖点.html
Normal file
110
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_商品卖点.html
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
<!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, #667eea 0%, #764ba2 100%);
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 50px;
|
||||||
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 56px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.points-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 30px;
|
||||||
|
}
|
||||||
|
.point-item {
|
||||||
|
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 30px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.point-icon {
|
||||||
|
font-size: 60px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.point-content h3 {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #333;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.point-content p {
|
||||||
|
font-size: 20px;
|
||||||
|
color: #666;
|
||||||
|
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>单/双SATA接口可选,支持多种硬盘配置方案</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/亚克力机箱/详情/亚克力机箱_商品卖点.png
Normal file
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_商品卖点.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 287 KiB |
81
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_商品实拍图.html
Normal file
81
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_商品实拍图.html
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<!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, #667eea 0%, #764ba2 100%);
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 50px;
|
||||||
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 56px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.image-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 30px;
|
||||||
|
height: calc(100% - 96px);
|
||||||
|
}
|
||||||
|
.image-box {
|
||||||
|
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||||
|
border-radius: 15px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 30px;
|
||||||
|
}
|
||||||
|
.image-placeholder {
|
||||||
|
font-size: 120px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.image-label {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #666;
|
||||||
|
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/亚克力机箱/详情/亚克力机箱_商品实拍图.png
Normal file
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_商品实拍图.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
134
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-1.html
Normal file
134
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-1.html
Normal file
@@ -0,0 +1,134 @@
|
|||||||
|
<!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, #667eea 0%, #764ba2 100%);
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 50px;
|
||||||
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 56px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.subtitle {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #666;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
.config-section {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.section-title {
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #667eea;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-left: 20px;
|
||||||
|
border-left: 5px solid #667eea;
|
||||||
|
}
|
||||||
|
.config-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.config-item {
|
||||||
|
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||||
|
padding: 20px 25px;
|
||||||
|
border-radius: 10px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.config-label {
|
||||||
|
font-size: 24px;
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.config-value {
|
||||||
|
font-size: 24px;
|
||||||
|
color: #667eea;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<div class="title">配置清单 (1/2)</div>
|
||||||
|
<div class="subtitle">飞牛NAS 亚克力机箱系列</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">AMD-A4</span>
|
||||||
|
<span class="config-value">双核 2.0GHz</span>
|
||||||
|
</div>
|
||||||
|
<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">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 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 i3-3217U</span>
|
||||||
|
<span class="config-value">双核 1.8GHz</span>
|
||||||
|
</div>
|
||||||
|
<div class="config-item">
|
||||||
|
<span class="config-label">Intel i3-5005U</span>
|
||||||
|
<span class="config-value">双核 2.0GHz</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-1.png
Normal file
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 223 KiB |
132
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-2.html
Normal file
132
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-2.html
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
<!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, #667eea 0%, #764ba2 100%);
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 50px;
|
||||||
|
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
font-size: 56px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.subtitle {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #666;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
.config-section {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.section-title {
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #667eea;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-left: 20px;
|
||||||
|
border-left: 5px solid #667eea;
|
||||||
|
}
|
||||||
|
.config-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.config-item {
|
||||||
|
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||||
|
padding: 20px 25px;
|
||||||
|
border-radius: 10px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.config-label {
|
||||||
|
font-size: 24px;
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.config-value {
|
||||||
|
font-size: 24px;
|
||||||
|
color: #667eea;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<div class="title">配置清单 (2/2)</div>
|
||||||
|
<div class="subtitle">飞牛NAS 亚克力机箱系列</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>
|
||||||
|
</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 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">60W</span>
|
||||||
|
</div>
|
||||||
|
<div class="config-item">
|
||||||
|
<span class="config-label">网络接口</span>
|
||||||
|
<span class="config-value">千兆网口</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-2.png
Normal file
BIN
产品/飞牛 NAS/亚克力机箱/详情/亚克力机箱_配置清单-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
Reference in New Issue
Block a user