0328
This commit is contained in:
@@ -10,23 +10,25 @@
|
||||
width: 1000px;
|
||||
height: 1000px;
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
background: linear-gradient(135deg, #0984e3 0%, #74b9ff 50%, #0984e3 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: white;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 20px 60px rgba(9,132,227,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #74b9ff;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
color: #0984e3;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(9,132,227,0.2);
|
||||
}
|
||||
.function-list {
|
||||
display: flex;
|
||||
@@ -34,12 +36,14 @@
|
||||
gap: 25px;
|
||||
}
|
||||
.function-item {
|
||||
background: linear-gradient(135deg, #f5f7fa 0%, #e8ecef 100%);
|
||||
background: linear-gradient(135deg, #f0f8ff 0%, #e3f2fd 100%);
|
||||
border-radius: 15px;
|
||||
padding: 25px 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 25px;
|
||||
box-shadow: 0 4px 15px rgba(9,132,227,0.15);
|
||||
border: 1px solid #90caf9;
|
||||
}
|
||||
.function-icon {
|
||||
font-size: 50px;
|
||||
@@ -47,12 +51,12 @@
|
||||
}
|
||||
.function-text h3 {
|
||||
font-size: 28px;
|
||||
color: #333;
|
||||
color: #0984e3;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.function-text p {
|
||||
font-size: 20px;
|
||||
color: #666;
|
||||
color: #636e72;
|
||||
line-height: 1.5;
|
||||
}
|
||||
</style>
|
||||
@@ -63,38 +67,38 @@
|
||||
|
||||
<div class="function-list">
|
||||
<div class="function-item">
|
||||
<div class="function-icon">🖥️</div>
|
||||
<div class="function-icon">💼</div>
|
||||
<div class="function-text">
|
||||
<h3>办公娱乐</h3>
|
||||
<p>流畅运行办公软件,满足日常办公和娱乐需求</p>
|
||||
<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 class="function-item">
|
||||
<div class="function-icon">💼</div>
|
||||
<div class="function-text">
|
||||
<h3>工控应用</h3>
|
||||
<p>适合工业控制、自动化设备等应用场景</p>
|
||||
<p>流畅浏览网页,在线视频,社交媒体一网打尽</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">📺</div>
|
||||
<div class="function-text">
|
||||
<h3>媒体播放</h3>
|
||||
<p>连接电视或显示器,打造家庭娱乐中心</p>
|
||||
<h3>影音娱乐</h3>
|
||||
<p>4K视频播放,连接电视变身家庭影院中心</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="function-item">
|
||||
<div class="function-icon">🔄</div>
|
||||
<div class="function-icon">🎮</div>
|
||||
<div class="function-text">
|
||||
<h3>7x24小时运行</h3>
|
||||
<p>低功耗设计,支持长时间稳定运行</p>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user