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

@@ -1535,6 +1535,27 @@ body {
/* 面包屑容器 -----------------------------end */
/**
播放线路
*/
.play-group-head{
cursor: pointer;
}
.play-group-head.active{
color:#FF9900;
}
.play-group-list{
display: none;
}
.play-group-list.active{
display: block;
}
.play-group-list.active a{
border: 1px solid #FF9900;
background: #FF9900;
color: #FFFFFF;
}
/* color.css -----------------------------start */