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
+66
View File
@@ -0,0 +1,66 @@
.meta {
margin-bottom: 22px;
color: #7a7f99;
font-size: 16px;
text-align: center;
}
.summary {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin-bottom: 22px;
}
.stat {
background: white;
border-radius: 12px;
padding: 18px 14px;
text-align: center;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.label {
color: #7a7f99;
font-size: 16px;
margin-bottom: 8px;
}
.value {
color: #d93939;
font-size: 30px;
line-height: 1;
font-weight: 800;
font-variant-numeric: tabular-nums;
}table {
text-align: left;
}th, td {
vertical-align: middle;
}
.skill-col {
width: 34%;
font-weight: 800;
color: #333;
word-break: break-word;
line-height: 1.45;
}
.leader-col {
width: 30%;
color: #333;
word-break: break-word;
line-height: 1.45;
}
.color-col,
.level-col {
text-align: center;
white-space: nowrap;
font-weight: 700;
}
.level-col {
color: #d93939;
font-variant-numeric: tabular-nums;
}