This commit is contained in:
qsc
2026-08-04 00:17:25 +08:00
parent 4b6c86a32b
commit a4a01dc16d
138 changed files with 6328 additions and 8130 deletions
@@ -0,0 +1,21 @@
table {
margin-top: 10px;
text-align: left;
}th, td {
vertical-align: middle;
}
.avatar {
width: 40px;
height: 40px;
border-radius: 50%;
}
.rank-1 { color: gold; font-weight: bold; }
.rank-2 { color: silver; font-weight: bold; }
.rank-3 { color: #cd7f32; font-weight: bold; }
.winrate {
color: #27ae60;
font-weight: bold;
}