no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 15:27:28 +08:00
parent c948578d79
commit 369821f4ec
2 changed files with 14 additions and 0 deletions

View File

@ -255,11 +255,13 @@
font-weight: 900;
font-style: normal;
font-size: 16px;
cursor: pointer;
}
.body .item .thead .ranking-box .majort {
margin-top: 5px;
color: #7f7f7f;
font-size: 13px;
cursor: pointer;
}
.body .item .thead .ranking-box .majort .text {
max-width: 200px;
@ -278,6 +280,10 @@
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 14px;
}
.body .item .thead .mode2.schoolranking {
height: 100%;
cursor: pointer;
}
.body .item .thead .mode3 {
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;

View File

@ -293,12 +293,15 @@
font-weight: 900;
font-style: normal;
font-size: 16px;
cursor: pointer;
}
.majort {
margin-top: 5px;
color: #7f7f7f;
font-size: 13px;
cursor: pointer;
.text {
max-width: 200px;
word-break: keep-all;
@ -319,6 +322,11 @@
.mode2 {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 14px;
&.schoolranking {
height: 100%;
cursor: pointer;
}
}
.mode3 {