debug
This commit is contained in:
@@ -514,4 +514,7 @@ textarea.form-control{ height: auto;}
|
||||
.stui-vodlist__media li .thumb .v-thumb{ width: 90px;}
|
||||
.stui-vodlist__media li .thumb .w-thumb{ width: 100px;}
|
||||
.stui-vodlist__media li .thumb .f-thumb{ width: 50px;}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user