debug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user