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;
}
.text-col {
max-width: 360px;
line-height: 1.5em;
word-break: break-word;
font-weight: 600;
color: #333;
}
/* ===== 阵营整行着色 ===== */
tr.camp-haoqi {
color: #1e6bd6; /* 浩气盟 */
}
tr.camp-eren {
color: #d93939; /* 恶人谷 */
}