新增sku-cost-profit-auditor技能动态维护SKU成本利润,优化ocr-extract增强模式与sku-designer序号模板,清理归档重复SKU,修正双盘位电源96W转60W,新增飞牛NAS 7款当前SKU
This commit is contained in:
108
产品/飞牛 NAS/归档/亚克力机箱-双/详情/亚克力机箱-双_功能描述.html
Normal file
108
产品/飞牛 NAS/归档/亚克力机箱-双/详情/亚克力机箱-双_功能描述.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>
|
||||
Reference in New Issue
Block a user