update download.html

This commit is contained in:
2025-08-30 19:51:53 +08:00
parent 682355231a
commit 9d08885024
33 changed files with 800 additions and 108 deletions

View File

@@ -483,7 +483,7 @@ main {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.feature-icon {
/* .feature-icon {
width: 60px;
height: 60px;
margin: 0 auto 25px;
@@ -494,7 +494,7 @@ main {
justify-content: center;
color: white;
font-size: 1.5rem;
}
} */
.feature h3 {
font-size: 1.4rem;
@@ -508,6 +508,21 @@ main {
line-height: 1.6;
}
.feature-icon img {
width: 45px;
height: 45px;
}
.feature-ios img {
width: 120px;
height: 120px;
}
.feature-apk img {
width: 120px;
height: 120px;
}
/* 服务网格 */
.services {
padding: 100px 0;
@@ -550,7 +565,7 @@ footer {
footer .container {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
gap: 5px;
}
@@ -708,6 +723,17 @@ footer .container {
justify-content: center;
}
.download-buttons .btn-primary img {
width: 12px;
height: 24px;
margin-right: 12px;
}
.btn .icon {
font-size: 24px;
margin-right: 12px;
}
.feature-grid {
grid-template-columns: 1fr;
gap: 30px;