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

@@ -2081,10 +2081,11 @@ body.box .details-play-title {
width: auto;
}
.details-play-nav li.play-list-toggle {
background-color: #5ab46a;
background-color: #bfbebe;
}
.details-play-nav li.active {
background-color: #fff;
/* background-color: #fff; */
background-color: #5ab46a;
}
.details-play-nav li.active::before {
content: '';
@@ -2097,6 +2098,7 @@ body.box .details-play-title {
left: 0;
}
.details-play-nav > li > a, .player-more-list li a {
cursor: pointer;
border-radius: 0;
border: none;
padding-left: 35px;
@@ -2106,7 +2108,7 @@ body.box .details-play-title {
padding: 10px 15px;
padding-left: 35px;
font-weight: bold;
color: #fff;
color: #000;
}
.player-more-list li a {
white-space: nowrap;
@@ -5135,4 +5137,26 @@ img {
}
/* 面包屑容器 -----------------------------end */
/* 面包屑容器 -----------------------------end */
/**
播放线路
*/
.play-group-head{
cursor: pointer;
}
.play-group-head.active{
color:#5ab46a;
}
.play-group-list{
display: none;
}
.play-group-list.active{
display: block;
}
.play-group-list.active a{
border: 1px solid #5ab46a;
background: #5ab46a;
color: #FFFFFF;
}