feat: 更新亚克力机箱-单详情页及 skills 配置优化
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1000, height=1000">
|
||||
<title>功能描述 - 亚克力机箱</title>
|
||||
<title>功能描述 - 飞牛NAS 亚克力机箱-单</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
@@ -28,18 +28,18 @@
|
||||
font-weight: bold;
|
||||
color: #00695c;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 50px;
|
||||
text-shadow: 0 2px 10px rgba(0,105,92,0.2);
|
||||
}
|
||||
.function-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 25px;
|
||||
gap: 30px;
|
||||
}
|
||||
.function-item {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 15px;
|
||||
padding: 25px 30px;
|
||||
padding: 28px 35px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 25px;
|
||||
@@ -47,16 +47,16 @@
|
||||
border: 1px solid rgba(38,166,154,0.3);
|
||||
}
|
||||
.function-icon {
|
||||
font-size: 50px;
|
||||
font-size: 55px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.function-text h3 {
|
||||
font-size: 28px;
|
||||
font-size: 30px;
|
||||
color: #004d40;
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.function-text p {
|
||||
font-size: 20px;
|
||||
font-size: 22px;
|
||||
color: #00796b;
|
||||
line-height: 1.5;
|
||||
}
|
||||
@@ -70,39 +70,46 @@
|
||||
<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>
|
||||
<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 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>
|
||||
<p>支持手机、电脑远程访问,随时随地查看和管理文件</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user