This commit is contained in:
make
2025-05-11 21:40:03 +08:00
parent d437f07af8
commit 18ec812382
4 changed files with 9 additions and 4 deletions

View File

@@ -1041,5 +1041,10 @@ pc 导航 滚动
display: none;
}
.play-group-list.active{
display: block;
display: block!important;
}
.play-group-list.active li.active a{
border: 1px solid #FF9900;
background: #FF9900;
color: #FFFFFF;
}