no message

This commit is contained in:
A1300399510 2024-11-15 14:18:25 +08:00
parent 7c6c21c2fc
commit a027284701
4 changed files with 12 additions and 0 deletions

View File

@ -190,6 +190,7 @@
.fate .list .item .left .message .project {
max-width: 280px;
font-weight: 400;
font-size: 14px;
}
.fate .list .item .left .message .virgule {
color: #d7d7d7;

View File

@ -216,6 +216,7 @@
.project {
max-width: 280px;
font-weight: 400;
font-size: 14px;
}
.virgule {
color: #d7d7d7;

View File

@ -253,6 +253,10 @@
color: #7f7f7f;
font-size: 14px;
}
.hot .list .list-item .item .left .text .text-text {
font-size: 14px;
font-weight: 400;
}
.hot .list .list-item .item .left .text .ranking {
color: #555555;
}

View File

@ -277,6 +277,12 @@
font-weight: 400;
color: #7f7f7f;
font-size: 14px;
.text-text {
font-size: 14px;
font-weight: 400;
}
.ranking {
color: #555555;
}