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