样式修改

This commit is contained in:
robin
2026-02-14 23:23:35 +08:00
parent eafac7a204
commit dd396d31b5
8 changed files with 84 additions and 21 deletions

View File

@@ -383,6 +383,12 @@ body.expanded .main {
.top-nav .item.red {
color: red !important;
}
.top-nav .item .hover-span span {
display: none;
}
.top-nav .item:hover .hover-span span {
display: inline;
}
/** 顶部菜单 **/
.top-secondary-menu {
position: fixed;