This commit is contained in:
cjw
2026-02-16 15:47:28 +08:00
parent 5355c8b6d3
commit 3ca72f6ea0
3 changed files with 72 additions and 62 deletions
+6
View File
@@ -167,6 +167,12 @@ body {
gap: 15px;
}
.key-info-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
.data-item {
background: white;
padding: 20px;