no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 14:33:38 +08:00
parent 7aa7e9500f
commit 49f4db90af
2 changed files with 40 additions and 0 deletions

View File

@ -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;

View File

@ -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;