Commit 4ed6061e by libai

测试

parent a9e9b8b5
......@@ -54,6 +54,7 @@ body::-webkit-scrollbar {
border-radius: 8px;
overflow: hidden;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}
.live-box-ul .live-top-shadow {
......@@ -574,8 +575,8 @@ body::-webkit-scrollbar {
transition: 0.35s all;
pointer-events: none;
}
.live-box-ul li:hover .live-cursor-shadow {
opacity: 1;
.live-box-ul li:hover .live-top-box {
transform: translateY(-12px);
}
.live-box-ul li:hover .play-icon {
opacity: 1;
......
......@@ -74,6 +74,7 @@
border-radius: 8px;
overflow: hidden;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
}
.live-top-shadow{
......@@ -599,8 +600,11 @@
}
.live-box-ul li:hover{
.live-top-box{
transform: translateY(-12px);
}
.live-cursor-shadow{
opacity: 1;
// opacity: 1;
}
.play-icon{
opacity: 1;
......
......@@ -398,6 +398,7 @@ $(function(){
$(".video-more-btn").removeClass("video-more-btn-all")
})
$(".side-nav-sort").on("click",function(){
var _self=$(this);
for(var i=0;i<6;i++){
$(".side-icon").eq(i).attr("src","images/front/icon"+(i+1)+".png")
......@@ -466,6 +467,10 @@ $(function(){
})
$(".neck-nav-ul li").on("click",function(){
var _self=$(this);
if(localStorage.uid==undefined&&_self.attr("data-type")==3){
loginLayer()
return;
}
$(".neck-nav-ul li").removeClass("neck-nav-li-click")
$(".side-nav").hide()
_self.addClass("neck-nav-li-click")
......@@ -496,6 +501,7 @@ $(function(){
liveList(1)
}
else if(_self.attr("data-type")==3){
$(".tag-big-box").hide()
$(".mc-list-box").hide()
$(".video-list-box").hide()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment