no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-17 15:16:21 +08:00
parent d5a44c8609
commit a14c8e6f05
2 changed files with 3 additions and 4 deletions

View File

@ -453,6 +453,7 @@
font-size: 16px;
color: #333333;
font-weight: 400;
cursor: pointer;
}
.ranking .major .head .more .icon {
width: 16px;
@ -460,9 +461,6 @@
margin-left: 7px;
transform: rotate(270deg);
}
.ranking .major .head .more:hover {
text-decoration: underline;
}
.ranking .major .list {
flex-wrap: wrap;
justify-content: space-between;

View File

@ -510,6 +510,7 @@
font-size: 16px;
color: #333333;
font-weight: 400;
cursor: pointer;
.icon {
width: 16px;
height: 16px;
@ -518,7 +519,7 @@
}
&:hover {
text-decoration: underline;
// text-decoration: underline;
}
}
}