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, #00b894 0%, #55efc4 50%, #00b894 100%);
|
||||
padding: 40px;
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: white;
|
||||
background: linear-gradient(135deg, #ffffff 0%, #f0fff4 100%);
|
||||
border-radius: 20px;
|
||||
padding: 50px;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 20px 60px rgba(0,184,148,0.3), inset 0 2px 0 rgba(255,255,255,1);
|
||||
border: 2px solid #55efc4;
|
||||
}
|
||||
.title {
|
||||
font-size: 56px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
color: #00b894;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
text-shadow: 0 2px 10px rgba(0,184,148,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, #f0fff4 0%, #e3f9e7 100%);
|
||||
border-radius: 15px;
|
||||
padding: 25px 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 25px;
|
||||
box-shadow: 0 4px 15px rgba(0,184,148,0.15);
|
||||
border: 1px solid #81ecec;
|
||||
}
|
||||
.function-icon {
|
||||
font-size: 50px;
|
||||
@@ -47,12 +51,12 @@
|
||||
}
|
||||
.function-text h3 {
|
||||
font-size: 28px;
|
||||
color: #333;
|
||||
color: #00b894;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.function-text p {
|
||||
font-size: 20px;
|
||||
color: #666;
|
||||
color: #636e72;
|
||||
line-height: 1.5;
|
||||
}
|
||||
</style>
|
||||
@@ -66,35 +70,35 @@
|
||||
<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>
|
||||
<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>7x24小时运行</h3>
|
||||
<p>低功耗设计,支持长时间稳定运行</p>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user