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

@@ -370,4 +370,25 @@ body{padding-top:80px}
}
/* 面包屑容器 -----------------------------end */
/* 面包屑容器 -----------------------------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;
}