This commit is contained in:
qsc
2026-08-04 02:08:49 +08:00
parent a4a01dc16d
commit 1de45c2940
87 changed files with 1207 additions and 2284 deletions
+1 -38
View File
@@ -212,7 +212,7 @@
}
.not-favorite {
color: #707b9d;
color: var(--jx3-text-muted);
}
.description {
@@ -266,40 +266,3 @@
text-align: center;
font-size: 16px;
}
@media (max-width: 850px) {
body {
padding: 20px;
}
.achievement-list {
grid-template-columns: 1fr;
}
.role-name {
font-size: 29px;
}
}
@media (max-width: 520px) {
body {
padding: 14px;
}
.page-header {
padding: 23px 20px;
}
.achievement-card {
padding: 18px;
}
.card-header {
flex-direction: column;
}
.status-area {
flex-direction: row;
align-items: center;
}
}