This commit is contained in:
make
2025-05-11 13:51:57 +08:00
parent dcde3b826c
commit e6ac75cda1
31 changed files with 1580 additions and 1459 deletions

View File

@@ -1028,3 +1028,18 @@ pc 导航 滚动
}
}
/**
播放线路
*/
.play-group-head{
cursor: pointer;
}
.play-group-head.active{
color:#FF9900;
}
.play-group-list{
display: none;
}
.play-group-list.active{
display: block;
}