Commit 5086f417 by libai

测试

parent 303a34ab
......@@ -573,3 +573,16 @@
top: 23px;
left: 1062px;
}
.down-tips {
height: 60px;
line-height: 60px;
color: #fff;
position: absolute;
top: 0;
left: 1120px;
}
.down-tips > img {
vertical-align: middle;
margin-right: 6px;
margin-left: 6px;
}
......@@ -592,4 +592,17 @@
position: absolute;
top: 23px;
left: 1062px;
}
.down-tips{
height: 60px;
line-height: 60px;
color: #fff;
position: absolute;
top: 0;
left: 1120px;
>img{
vertical-align: middle;
margin-right: 6px;
margin-left: 6px;
}
}
\ No newline at end of file
......@@ -164,6 +164,9 @@ function loginGo(){
html+='<input type="text" style="width:0;height:0">'
html+='<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">'
$(".neck-nav-content").append(html)
var html=[];
html+='<div class="down-tips"><img class="phone-icon" src="https://www.footseen.xyz/yazhaiTest/images/phone.png">APP下載<img src="https://www.footseen.xyz/yazhaiTest/images/down-arrow.png"></div>'
$(".neck-nav-content").append(html)
$(".search-icon").on("click",function(event){
if(localStorage.uid==undefined){
loginLayer()
......
......@@ -339,8 +339,6 @@ $(function(){
var newUrl = "pc.html";
history.pushState(stateObject,title,newUrl);
}
if(sessionStorage.jump=='undefined'){
sessionStorage.jump=1
}
......
......@@ -2285,7 +2285,8 @@ $(function () {
trackNum++
var html=[]
var numArr=list.content.num.toString().split("");
html+='<div data-type="5000" class="track-content track'+list.content.uuid+'">';
if(list.content.giftDuration!==0&&list.content.giftDuration!=undefined)html+='<div data-type="'+list.content.giftDuration+'" class="track-content track'+list.content.uuid+'">';
else html+='<div data-type="5000" class="track-content track'+list.content.uuid+'">';
html+='<div class="track-bar track1-bg trackId'+trackNum+'">';
html+='<img class="track-face" src="https://zhibocdn.yabolive.net/comm'+list.content.userInfo.avatar+'?x-oss-process=image/resize,w_40" alt="">';
html+='<p class="track-p1">'+list.content.userInfo.nickname+'</p>';
......@@ -2305,7 +2306,8 @@ $(function () {
if(list.content.isBigGift){
trackNum++
var html=[]
html+='<div data-type="5000" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
if(list.content.giftDuration!==0&&list.content.giftDuration!=undefined)html+='<div data-type="'+list.content.giftDuration+'" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
else html+='<div data-type="5000" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
// html+='<img class="gift-show-img" src="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" alt="">';
html+='<div class="gift-show-text">';
html+='<img class="gift-show-face" src="https://zhibocdn.yabolive.net/comm'+list.content.icon+'?x-oss-process=image/resize,w_42" alt="">';
......
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