no message
This commit is contained in:
parent
7aa7e9500f
commit
49f4db90af
@ -243,6 +243,25 @@
|
||||
font-size: 14px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.body .item .thead .ranking-box {
|
||||
flex-direction: column;
|
||||
}
|
||||
.body .item .thead .ranking-box .title {
|
||||
font-family: "Arial-Black", "Arial Black", sans-serif;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-size: 16px;
|
||||
}
|
||||
.body .item .thead .ranking-box .text {
|
||||
margin-top: 5px;
|
||||
color: #7f7f7f;
|
||||
font-size: 13px;
|
||||
max-width: 200px;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.body .item .thead .mode1 {
|
||||
font-family: "Arial-Black", "Arial Black", sans-serif;
|
||||
font-weight: 900;
|
||||
|
@ -284,6 +284,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ranking-box {
|
||||
flex-direction: column;
|
||||
.title {
|
||||
font-family: "Arial-Black", "Arial Black", sans-serif;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.text {
|
||||
margin-top: 5px;
|
||||
color: #7f7f7f;
|
||||
font-size: 13px;
|
||||
max-width: 200px;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.mode1 {
|
||||
font-family: "Arial-Black", "Arial Black", sans-serif;
|
||||
font-weight: 900;
|
||||
|
Loading…
x
Reference in New Issue
Block a user