47 lines
897 B
CSS
47 lines
897 B
CSS
.meta {
|
|
margin-bottom: 24px;
|
|
color: #7a7f99;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}table {
|
|
text-align: left;
|
|
}th, td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.item-col {
|
|
min-width: 120px;
|
|
color: #d93939;
|
|
font-weight: 800;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.server-col {
|
|
min-width: 90px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.map-col {
|
|
max-width: 260px;
|
|
color: #333;
|
|
word-break: break-word;
|
|
line-height: 1.45;
|
|
}
|
|
|
|
.role-col {
|
|
max-width: 260px;
|
|
color: #333;
|
|
font-weight: 700;
|
|
word-break: break-word;
|
|
line-height: 1.45;
|
|
}
|
|
|
|
.time-col {
|
|
min-width: 150px;
|
|
color: #60657a;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
font-variant-numeric: tabular-nums;
|
|
}
|