fix(feat): add locales and refine responsive landing page UI

This commit is contained in:
SeekingGamer
2026-05-15 12:11:50 +08:00
parent ce1095088d
commit ff7e4395ea
22 changed files with 1315 additions and 289 deletions

View File

@@ -86,6 +86,7 @@
font-size: 14px;
font-weight: 600;
line-height: normal;
letter-spacing: var(--ls-14);
color: #7a726d;
text-decoration: none;
white-space: nowrap;
@@ -133,6 +134,7 @@
font-size: 14px;
font-weight: 600;
line-height: 14px;
letter-spacing: var(--ls-14);
color: #2e2a28;
white-space: nowrap;
}
@@ -160,6 +162,7 @@
font-size: 18px;
font-weight: 600;
line-height: normal;
letter-spacing: var(--ls-18);
color: #7a726d;
text-decoration: none;
transition:
@@ -197,6 +200,7 @@
font-size: 14px;
font-weight: 700;
line-height: normal;
letter-spacing: var(--ls-14);
color: #fff;
white-space: nowrap;
}
@@ -249,6 +253,7 @@
padding: 16px 0;
font-size: 16px;
font-weight: 600;
letter-spacing: var(--ls-16);
color: #2e2a28;
text-decoration: none;
border-bottom: 1px solid #e3d9d1;
@@ -269,6 +274,7 @@
.mobile-nav__language-link {
font-size: 15px;
font-weight: 600;
letter-spacing: var(--ls-15);
color: #2e2a28;
text-decoration: none;
}
@@ -277,6 +283,19 @@
color: #f28a4b;
}
@media (max-width: 500px) {
.mobile-nav__languages {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: center;
gap: 12px 16px;
}
.mobile-nav__language-link {
text-align: center;
}
}
.mobile-nav__download-item {
display: flex;
justify-content: center;
@@ -290,6 +309,7 @@
padding: 14px 24px;
font-size: 15px;
font-weight: 700;
letter-spacing: var(--ls-15);
color: #fff;
text-align: center;
text-decoration: none;