清理详情页/主图HTML源文件与废弃图片;新增系统安装U盘说明与详情;配件清单移除金属机箱3.5寸小-单/双
This commit is contained in:
@@ -1,91 +0,0 @@
|
||||
<!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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,0.2);
|
||||
}
|
||||
.scenario-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
}
|
||||
.scenario-item {
|
||||
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
|
||||
border-radius: 15px;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.scenario-icon {
|
||||
font-size: 70px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.scenario-title {
|
||||
font-size: 28px;
|
||||
color: #d63031;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.scenario-desc {
|
||||
font-size: 20px;
|
||||
color: #636e72;
|
||||
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>
|
||||
@@ -1,107 +0,0 @@
|
||||
<!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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,0.2);
|
||||
}
|
||||
.function-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 25px;
|
||||
}
|
||||
.function-item {
|
||||
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
|
||||
border-radius: 15px;
|
||||
padding: 25px 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 25px;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.function-icon {
|
||||
font-size: 50px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.function-text h3 {
|
||||
font-size: 28px;
|
||||
color: #d63031;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.function-text p {
|
||||
font-size: 20px;
|
||||
color: #636e72;
|
||||
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>Windows系统</h3>
|
||||
<p>预装Windows系统,开机即用,兼容所有Windows软件</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>4K视频播放,连接电视变身家庭影院中心</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">💼</div>
|
||||
<div class="function-text">
|
||||
<h3>办公应用</h3>
|
||||
<p>流畅运行Office办公软件,满足日常办公需求</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>
|
||||
@@ -1,114 +0,0 @@
|
||||
<!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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,0.2);
|
||||
}
|
||||
.points-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
}
|
||||
.point-item {
|
||||
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
|
||||
border-radius: 15px;
|
||||
padding: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.point-icon {
|
||||
font-size: 60px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.point-content h3 {
|
||||
font-size: 28px;
|
||||
color: #d63031;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.point-content p {
|
||||
font-size: 20px;
|
||||
color: #636e72;
|
||||
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>i3处理器,流畅运行Windows系统,办公娱乐两不误</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">📶</div>
|
||||
<div class="point-content">
|
||||
<h3>无线连接</h3>
|
||||
<p>标配无线网卡,WiFi连接,摆脱网线束缚</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">🖥️</div>
|
||||
<div class="point-content">
|
||||
<h3>双屏输出</h3>
|
||||
<p>HDMI+VGA双接口,支持双屏显示,提升工作效率</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">📦</div>
|
||||
<div class="point-content">
|
||||
<h3>便携小巧</h3>
|
||||
<p>2.5寸机箱,体积小巧,随身携带,即插即用</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point-item">
|
||||
<div class="point-icon">💰</div>
|
||||
<div class="point-content">
|
||||
<h3>超高性价比</h3>
|
||||
<p>高性能小主机,价格亲民,性价比极高</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,85 +0,0 @@
|
||||
<!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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,0.2);
|
||||
}
|
||||
.image-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 30px;
|
||||
height: calc(100% - 96px);
|
||||
}
|
||||
.image-box {
|
||||
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 30px;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.image-placeholder {
|
||||
font-size: 120px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.image-label {
|
||||
font-size: 28px;
|
||||
color: #e17055;
|
||||
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>
|
||||
@@ -1,125 +0,0 @@
|
||||
<!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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,0.2);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 28px;
|
||||
color: #e17055;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.config-section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #ff6b6b;
|
||||
}
|
||||
.config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.config-item {
|
||||
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
|
||||
padding: 20px 25px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.config-label {
|
||||
font-size: 24px;
|
||||
color: #2d3436;
|
||||
font-weight: bold;
|
||||
}
|
||||
.config-value {
|
||||
font-size: 24px;
|
||||
color: #d63031;
|
||||
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">CPU处理器(可选)</div>
|
||||
<div class="config-grid">
|
||||
<div class="config-item">
|
||||
<span class="config-label">Intel i3-5005U</span>
|
||||
<span class="config-value">双核 2.0GHz</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">Intel 3855U</span>
|
||||
<span class="config-value">双核 1.6GHz</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">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 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>
|
||||
@@ -1,119 +0,0 @@
|
||||
<!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, #ff6b6b 0%, #ff8e53 50%, #ff6b6b 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(255,107,107,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #ff8e53;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 2px 10px rgba(214,48,49,0.2);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 28px;
|
||||
color: #e17055;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.config-section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
color: #d63031;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #ff6b6b;
|
||||
}
|
||||
.config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
.config-item {
|
||||
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
|
||||
padding: 20px 25px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
box-shadow: 0 4px 15px rgba(255,107,107,0.15);
|
||||
border: 1px solid #ffb399;
|
||||
}
|
||||
.config-label {
|
||||
font-size: 24px;
|
||||
color: #2d3436;
|
||||
font-weight: bold;
|
||||
}
|
||||
.config-value {
|
||||
font-size: 24px;
|
||||
color: #d63031;
|
||||
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">无硬盘</span>
|
||||
<span class="config-value">基础配置</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">HD 500GB</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">标配WiFi</span>
|
||||
</div>
|
||||
<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 class="config-item">
|
||||
<span class="config-label">视频输出</span>
|
||||
<span class="config-value">HDMI+VGA</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,138 +0,0 @@
|
||||
<!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, #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">配置清单</div>
|
||||
<div class="subtitle">龙虾盒子 迷你主机系列</div>
|
||||
|
||||
<div class="config-section">
|
||||
<div class="section-title">CPU处理器(可选)</div>
|
||||
<div class="config-grid">
|
||||
<div class="config-item">
|
||||
<span class="config-label">Intel i3-5005U</span>
|
||||
<span class="config-value">双核 2.0GHz</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">Intel 3855U</span>
|
||||
<span class="config-value">双核 1.6GHz</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">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 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">标配</span>
|
||||
</div>
|
||||
<div class="config-item">
|
||||
<span class="config-label">电源适配器</span>
|
||||
<span class="config-value">60W</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user