no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-17 15:15:54 +08:00
parent efd99105ff
commit d5a44c8609
2 changed files with 7 additions and 0 deletions

View File

@ -460,6 +460,9 @@
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

@ -516,6 +516,10 @@
margin-left: 7px;
transform: rotate(270deg);
}
&:hover {
text-decoration: underline;
}
}
}
.list {