Commit 0c771e14 by libai

测试

parent 93597b39
......@@ -349,9 +349,9 @@ $(function(){
var tagNum=''
var timeNum=-1
var sortNum=-1
var dayNum=-1
var dayNum=-1 //
var canvasCode=-1
var scrollNav=true;
var scrollNav=true;//下滑展示tag開關
jumpGo()
var fp = new Fingerprint2()
if(sessionStorage.like==1){
......@@ -746,9 +746,9 @@ $(function(){
html+='<a href="room/imagesRoom.html?topicId='+list.topicId+'&tag='+tagNum+'">'
html+='<li>';
if(imgList.images==undefined){
var mRandom=Math.ceil(Math.random()*10)
var mRandom='https://app.ixiulive.com/static/footVideo/m/m'+Math.ceil(Math.random()*63)+'.jpg'
html+='<div style="background: url(https://app.ixiulive.com/static/footVideo/m/m'+mRandom+'.jpg?v=20220614);background-size: cover;" class="video-top-box">';
html+='<div style="background: url('+mRandom+');background-size: cover;" class="video-top-box">';
}
else html+='<div style="background: url(https://zhibocdn.yabolive.net/comm'+imgList.images[0].url.split('?')[0]+'?x-oss-process=image/resize,w_342);background-size: cover;" class="video-top-box">';
html+='<div class="video-top-shadow"></div>';
......@@ -772,7 +772,9 @@ $(function(){
})
}
function jumpGo(){
if(sessionStorage.jump==1){
}
if(sessionStorage.jump==2){
scrollNav=false
$(".neck-nav-ul li").removeClass("neck-nav-li-click")
......
......@@ -60,6 +60,7 @@ body::-webkit-scrollbar {
overflow: hidden;
position: relative;
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
}
li:nth-child(3n){
margin-right: 0;
......
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