Commit 0e0f5aa7 by libai

测试

parent 63aa3c9a
...@@ -598,6 +598,9 @@ $(function(){ ...@@ -598,6 +598,9 @@ $(function(){
}, 1000); }, 1000);
return; return;
}) })
$(".right-list-box-reg").unbind("click").on("click",function(){
window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
})
$(".right-list-box-face").unbind("click").on("click",function(){ $(".right-list-box-face").unbind("click").on("click",function(){
$("body").css("background","rgb(217, 217, 217)") $("body").css("background","rgb(217, 217, 217)")
$(".box1").hide() $(".box1").hide()
......
...@@ -740,7 +740,7 @@ ...@@ -740,7 +740,7 @@
overflow: hidden; overflow: hidden;
} }
.video-box video { .video-box video {
min-width: 100%; min-height: 100%;
} }
.touch-box { .touch-box {
position: fixed; position: fixed;
......
...@@ -763,7 +763,7 @@ ...@@ -763,7 +763,7 @@
z-index: -1; z-index: -1;
overflow: hidden; overflow: hidden;
video{ video{
min-width: 100%; min-height: 100%;
} }
} }
.touch-box{ .touch-box{
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css"> <link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2022112208"> <link rel="stylesheet" href="css/liveRoom.css?v=2022112209">
<link rel="stylesheet" href="../css/login.css?v=2022111808"> <link rel="stylesheet" href="../css/login.css?v=2022111808">
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
...@@ -833,7 +833,10 @@ $(function(){ ...@@ -833,7 +833,10 @@ $(function(){
}) })
} }
}) })
$(".gift-layer-diamond-box").on("click",function(){
window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
})
$(".msg-btn").on("click",function(){ $(".msg-btn").on("click",function(){
if(localStorage.uid==undefined){ if(localStorage.uid==undefined){
loginPage() loginPage()
......
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