22 lines
396 B
CSS
22 lines
396 B
CSS
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; /* 恶人谷 */
|
|
}
|