修改样式

This commit is contained in:
rain
2026-07-07 12:06:25 +08:00
parent c10aa5bc5d
commit 0f6ed0cad3
24 changed files with 1132 additions and 4287 deletions
+12
View File
@@ -701,6 +701,10 @@
/* Stats become a 3-column grid */
.cxz-expert-stats {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
@@ -1122,11 +1126,19 @@
}
.cxz-pay-wallets {
display: flex;
flex-wrap: wrap;
display: grid;
gap: 10px;
}
.cxz-pay-option {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: 18px 1fr auto;
gap: 12px;