Commit 9d718e81 by libai

测试

parent 1f924743
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/default.js"></script> <script src="lib/default.js"></script>
<script> <script>
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://app.footseen.com/download.html';
} else if (/android/.test(ua)) {
window.location.href='https://bgps2.yazhai.co/footseexyz/apk/ftsBH5PC.apk'
}else{
window.location.href='https://bgps2.yazhai.co/footseexyz/apk/ftsBH5PC.apk'
}
</script> </script>
\ No newline at end of file
...@@ -580,9 +580,48 @@ ...@@ -580,9 +580,48 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 1120px; left: 1120px;
cursor: pointer;
} }
.down-tips > img { .down-tips > img {
vertical-align: middle; vertical-align: middle;
margin-right: 6px; margin-right: 6px;
margin-left: 6px; margin-left: 6px;
} }
.down-tips .down-tip-content {
display: none;
background: #FBFBFB;
width: 216px;
height: 226px;
border-radius: 8px;
position: absolute;
left: -50px;
top: 53px;
}
.down-tips .code-img {
width: 118px;
position: absolute;
left: 40px;
top: 44px;
padding: 8px;
border: 2px solid #E53985;
border-radius: 8px;
}
.anzhuo-tips {
color: #333333;
text-align: center;
line-height: 44px;
}
.anzhuo-tips img {
vertical-align: middle;
margin-top: -2px;
margin-right: 4px;
}
.code-tips {
color: #999999;
font-size: 12px;
text-align: center;
position: absolute;
height: 18px;
width: 216px;
top: 172px;
}
...@@ -600,9 +600,49 @@ ...@@ -600,9 +600,49 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 1120px; left: 1120px;
cursor: pointer;
>img{ >img{
vertical-align: middle; vertical-align: middle;
margin-right: 6px; margin-right: 6px;
margin-left: 6px; margin-left: 6px;
} }
.down-tip-content{
display: none;
background: #FBFBFB;
width: 216px;
height: 226px;
border-radius: 8px;
position: absolute;
left: -50px;
top: 53px;
}
.code-img{
width: 118px;
position: absolute;
left: 40px;
top: 44px;
padding: 8px;
border: 2px solid #E53985;
border-radius: 8px;
}
}
.anzhuo-tips{
color: #333333;
text-align: center;
line-height: 44px;
img{
vertical-align: middle;
margin-top: -2px;
margin-right: 4px;
}
}
.code-tips{
color: #999999;
font-size: 12px;
text-align: center;
position: absolute;
height: 18px;
width: 216px;
top: 172px;
} }
\ No newline at end of file
...@@ -533,6 +533,12 @@ html * { ...@@ -533,6 +533,12 @@ html * {
top: 535px; top: 535px;
right: 70px; right: 70px;
} }
.down-cotnent > img {
width: 220px;
position: absolute;
top: 26px;
left: 26px;
}
.down-btn-box { .down-btn-box {
position: absolute; position: absolute;
width: 270px; width: 270px;
......
...@@ -558,6 +558,12 @@ ...@@ -558,6 +558,12 @@
position: absolute; position: absolute;
top: 535px; top: 535px;
right: 70px; right: 70px;
>img{
width: 220px;
position: absolute;
top: 26px;
left: 26px;
}
} }
.down-btn-box{ .down-btn-box{
position: absolute; position: absolute;
......
...@@ -165,8 +165,24 @@ function loginGo(){ ...@@ -165,8 +165,24 @@ function loginGo(){
html+='<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">' html+='<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">'
$(".neck-nav-content").append(html) $(".neck-nav-content").append(html)
var 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>' 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">';
html+='<div class="down-tip-content"><div style="left: 103px;" class="nav-login-more-jiao"></div>';
html+='<p class="anzhuo-tips"><img src="https://www.footseen.xyz/yazhaiTest/images/anzhuo.png">Download APK</p>'
html+='<p class="code-tips">掃描下載APP</p>'
html+='<img class="code-img" src="https://www.footseen.xyz/yazhaiTest/images/code.png"></div>'
html+='</div>'
$(".neck-nav-content").append(html) $(".neck-nav-content").append(html)
var tDown=null
$(".down-tips").on("mouseover",function(){
clearInterval(tDown)
$(".down-tip-content").fadeIn(150)
})
$(".down-tips ").on("mouseout",function(){
tDown = setTimeout(function () {
$(".down-tip-content").fadeOut(150)
}, 350)
})
$(".search-icon").on("click",function(event){ $(".search-icon").on("click",function(event){
if(localStorage.uid==undefined){ if(localStorage.uid==undefined){
loginLayer() loginLayer()
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<div class="down-phone"></div> <div class="down-phone"></div>
<video class="down-video" autoplay muted loop src="images/front/down.mp4"></video> <video class="down-video" autoplay muted loop src="images/front/down.mp4"></video>
<div class="down-logo"></div> <div class="down-logo"></div>
<div class="down-cotnent"></div> <div class="down-cotnent"><img src="images/code.png"></div>
<div class="down-btn-box"> <div class="down-btn-box">
<p>1v1甜美約會</p> <p>1v1甜美約會</p>
<p>下載app體驗更多功能</p> <p>下載app體驗更多功能</p>
......
...@@ -512,8 +512,8 @@ html * { ...@@ -512,8 +512,8 @@ html * {
.left-gift-ul .subimg { .left-gift-ul .subimg {
position: absolute; position: absolute;
height: 16px; height: 16px;
left: 0; left: -1px;
top: 0; top: -1px;
width: auto; width: auto;
} }
.left-gift-ul li { .left-gift-ul li {
...@@ -1374,7 +1374,7 @@ input::-webkit-input-placeholder { ...@@ -1374,7 +1374,7 @@ input::-webkit-input-placeholder {
cursor: pointer; cursor: pointer;
} }
.big-gift-content-ul .subimg { .big-gift-content-ul .subimg {
height: 18px; height: 17px;
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 0px; left: 0px;
......
...@@ -518,8 +518,8 @@ html{ ...@@ -518,8 +518,8 @@ html{
.subimg{ .subimg{
position: absolute; position: absolute;
height: 16px; height: 16px;
left: 0; left: -1px;
top: 0; top: -1px;
width: auto; width: auto;
} }
height: 60px; height: 60px;
...@@ -1421,7 +1421,7 @@ input::-webkit-input-placeholder{ ...@@ -1421,7 +1421,7 @@ input::-webkit-input-placeholder{
cursor: pointer; cursor: pointer;
} }
.subimg{ .subimg{
height:18px; height:17px;
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 0px; left: 0px;
......
...@@ -2306,7 +2306,7 @@ $(function () { ...@@ -2306,7 +2306,7 @@ $(function () {
if(list.content.isBigGift){ if(list.content.isBigGift){
trackNum++ trackNum++
var html=[] var html=[]
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+'">'; if(list.content.giftDuration!==0&&list.content.giftDuration!=undefined)html+='<div data-type="'+list.content.giftDuration*1000+'" 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+'">'; 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+='<img class="gift-show-img" src="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" alt="">';
html+='<div class="gift-show-text">'; html+='<div class="gift-show-text">';
......
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