131 lines
4.3 KiB
HTML
131 lines
4.3 KiB
HTML
<!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>
|