11
This commit is contained in:
@@ -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; /* 恶人谷 */
|
||||
}
|
||||
Reference in New Issue
Block a user