Commit 80c45767 by libai

测试

parent 9dd1fb36
.login-box { .login-box {
width: 10rem; width: 10rem;
position: fixed; position: fixed;
bottom: -13rem; bottom: 0;
height: 12.55rem; height: 12.55rem;
border-radius: 0.2rem 0.2rem 0 0; border-radius: 0.2rem 0.2rem 0 0;
background: #FBFCFC; background: #FBFCFC;
box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2); box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
z-index: 800; z-index: 800;
transition: 0.35s all; transition: 0.35s all;
-webkit-transition: 0.35s all;
transform: translateY(13rem);
} }
.login-close { .login-close {
color: #999999; color: #999999;
......
.login-box{ .login-box{
width: 10rem; width: 10rem;
position: fixed; position: fixed;
bottom: -13rem; // bottom: -13rem;
// bottom: 0; bottom: 0;
height: 12.55rem; height: 12.55rem;
border-radius: 0.2rem 0.2rem 0 0; border-radius: 0.2rem 0.2rem 0 0;
background: #FBFCFC; background: #FBFCFC;
box-shadow: 0 0 0.3rem rgba(0,0,0,0.2); box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
z-index: 800; z-index: 800;
transition: 0.35s all; transition: 0.35s all;
-webkit-transition:0.35s all;
transform: translateY(13rem);
} }
.login-close{ .login-close{
color: #999999; color: #999999;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<link rel="apple-touch-icon-precomposed" href="icon/fox-icon.png"> <link rel="apple-touch-icon-precomposed" href="icon/fox-icon.png">
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/spark-md5.min.js"></script> <script src="lib/spark-md5.min.js"></script>
<script src="lib/default.js?v=2023041801"></script> <script src="lib/default.js?v=2023051701"></script>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection"> <meta content="telephone=no" name="format-detection">
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
</body> </body>
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
<!-- <script src="lib/fingerprint2.js"></script> --> <!-- <script src="lib/fingerprint2.js"></script> -->
<script src="lib/login.js?v=2023050601"></script> <script src="lib/login.js?v=2023051702"></script>
<script src="index.js?v=2022122201" defer=""></script> <script src="index.js?v=2022122201" defer=""></script>
<script src="lib/phoneLang.js?v=2023050602"></script> <script src="lib/phoneLang.js?v=2023050602"></script>
<!-- <script src="lib/mobileLoginLang.js"></script> --> <!-- <script src="lib/mobileLoginLang.js"></script> -->
......
...@@ -13,6 +13,7 @@ else{ ...@@ -13,6 +13,7 @@ else{
$ip='http://cpapitest.yabolive.net:81/' $ip='http://cpapitest.yabolive.net:81/'
$ip2="http://ceshi.yabolive.tv/web" $ip2="http://ceshi.yabolive.tv/web"
$ws = "ws://47.242.178.187:12308/" $ws = "ws://47.242.178.187:12308/"
// localStorage.canvasCode='phone'
} }
if(bbb.indexOf("userRoom.html")==-1){ if(bbb.indexOf("userRoom.html")==-1){
sessionStorage.lastUrl=bbb sessionStorage.lastUrl=bbb
......
...@@ -295,13 +295,13 @@ var areaJson={ ...@@ -295,13 +295,13 @@ var areaJson={
} }
} }
$(".login-close").on("click",function(){ $(".login-close").on("click",function(){
$(".login-box").css("bottom","-15rem") $(".login-box").css("transform","translateY(13rem)")
$(".nav-shadow").hide() $(".nav-shadow").hide()
$(".layer-shadow").hide() $(".layer-shadow").hide()
}) })
$(".nav-shadow").on("click",function(){ $(".nav-shadow").on("click",function(){
//關閉所有彈窗 //關閉所有彈窗
$(".login-box").css("bottom","-15rem") $(".login-box").css("transform","translateY(13rem)")
$(".right-nav").css("right","-8rem") $(".right-nav").css("right","-8rem")
$(".nav-shadow").hide() $(".nav-shadow").hide()
}) })
...@@ -571,7 +571,7 @@ function loginPage(){ ...@@ -571,7 +571,7 @@ function loginPage(){
} }
}) })
$(".right-nav").css("right","-8rem") $(".right-nav").css("right","-8rem")
$(".login-box").css("bottom","0rem") $(".login-box").css("transform","translateY(0rem)")
$(".login1,.login2,.register,.reset").hide() $(".login1,.login2,.register,.reset").hide()
$(".login-show").show() $(".login-show").show()
googleLogin() googleLogin()
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<script async defer src="lib/hello.js"></script> <script async defer src="lib/hello.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/index.css?v=20222805"> <link rel="stylesheet" href="css/index.css?v=2023051701">
<link rel="stylesheet" href="css/login.css"> <link rel="stylesheet" href="css/login.css">
<style> <style>
.layui-layer-shade { .layui-layer-shade {
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
background: url(../images/sound-tips-en.png) no-repeat !important; background: url(../images/sound-tips-en.png) no-repeat !important;
background-size: 100% 100% !important; background-size: 100% 100% !important;
} }
.body-lang1 .sound-tips2 {
background: url(../images/sound-tips-en2.png) no-repeat !important;
background-size: 100% 100% !important;
}
.body-lang1 .guard-layer-content { .body-lang1 .guard-layer-content {
background: url(../images/En/guard-layer.png) no-repeat; background: url(../images/En/guard-layer.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -57,6 +61,14 @@ ...@@ -57,6 +61,14 @@
.body-lang1 .ticker-buy-tips { .body-lang1 .ticker-buy-tips {
width: 3.1rem; width: 3.1rem;
} }
.body-lang1 .guard-layer-btn {
background: url(../images/guard-layer-btn-en.png) no-repeat;
background-size: 100% 100%;
}
.body-lang1 .guard-layer-btn-yes {
background: url(../images/guard-layer-btn2-en.png) no-repeat;
background-size: 100% 100%;
}
.room-top { .room-top {
width: 10rem; width: 10rem;
height: 1.85rem; height: 1.85rem;
...@@ -1874,6 +1886,8 @@ ...@@ -1874,6 +1886,8 @@
.sound-tips2 { .sound-tips2 {
width: 3.26rem; width: 3.26rem;
height: 0.96rem; height: 0.96rem;
top: 0.2rem;
left: 0.2rem;
background: url(../images/sound-tips2.png) no-repeat; background: url(../images/sound-tips2.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
...@@ -1917,7 +1931,7 @@ ...@@ -1917,7 +1931,7 @@
background: rgba(0, 0, 0, 0.55); background: rgba(0, 0, 0, 0.55);
position: absolute; position: absolute;
bottom: 1.35rem; bottom: 1.35rem;
z-index: 500; z-index: 400;
display: none; display: none;
} }
.ticket-box1 { .ticket-box1 {
...@@ -2036,7 +2050,7 @@ ...@@ -2036,7 +2050,7 @@
width: 9.2rem; width: 9.2rem;
height: 1.95rem; height: 1.95rem;
border-radius: 0.4rem; border-radius: 0.4rem;
border: 2px solid #E63986; border: 1px solid #E63986;
margin: 0 auto; margin: 0 auto;
margin-top: 0.23rem; margin-top: 0.23rem;
} }
...@@ -2489,3 +2503,118 @@ ...@@ -2489,3 +2503,118 @@
bottom: 0.7rem; bottom: 0.7rem;
right: 0.6rem; right: 0.6rem;
} }
.secret-ing-content {
width: 100vw;
height: 100vh;
display: none;
position: absolute;
z-index: 50;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.1);
color: #fff;
}
.secret-ing-p1 {
font-size: 0.5rem;
font-weight: 700;
text-align: center;
}
.secret-ing-p2 {
font-size: 0.4rem;
text-align: center;
}
.secret-ing-p3 {
font-size: 0.4rem;
padding-top: 0.45rem;
text-align: center;
}
.secret-ing-p3 span {
font-size: 0.55rem;
font-weight: 700;
color: #E53985;
}
.secret-ing-p4 {
font-size: 0.35rem;
text-align: center;
padding-top: 0.25rem;
}
.secret-ing-p5 {
width: 4.8rem;
height: 1.3rem;
background: rgba(255, 255, 255, 0.4);
margin: 0 auto;
border-radius: 0.2rem;
margin-top: 0.4rem;
position: relative;
line-height: 1.3rem;
font-size: 0;
}
.secret-ing-p5 > img {
vertical-align: middle;
width: 0.8rem;
margin-left: 0.3rem;
}
.secret-ing-p5 > span {
font-size: 0.3rem;
height: 1.3rem;
line-height: 1.3rem;
right: 0.3rem;
top: 0;
position: absolute;
}
.secret-ing-p5 > span img {
width: 0.4rem;
vertical-align: middle;
margin-top: -0.1rem;
margin-right: 0.1rem;
}
.secret-ing-tips {
height: 5rem;
width: 10rem;
position: absolute;
top: 50%;
margin-top: -2.5rem;
}
.secret-face {
width: 2rem;
height: 2rem;
border-radius: 50%;
left: 50%;
margin-left: -1rem;
top: -3rem;
position: absolute;
}
.secret-bottom-box {
color: #fff;
width: 10rem;
height: 3rem;
position: absolute;
bottom: 1.4rem;
z-index: 101;
display: none;
}
.secret-bottom-tips {
display: none;
font-size: 0.35rem;
text-align: center;
line-height: 0.6rem;
height: 0.6rem;
margin-top: 0.3rem;
}
.secret-bottom-tips img {
vertical-align: middle;
margin-top: -0.18rem;
width: 0.6rem;
margin-left: 0.07rem;
margin-right: 0.07rem;
}
.secret-bottom {
height: 1.1rem;
width: 4.8rem;
background: #E53985;
margin: 0 auto;
text-align: center;
line-height: 1.1rem;
border-radius: 1rem;
font-size: 0.4rem;
}
...@@ -41,6 +41,10 @@ ...@@ -41,6 +41,10 @@
background: url(../images/sound-tips-en.png)no-repeat !important; background: url(../images/sound-tips-en.png)no-repeat !important;
background-size: 100% 100% !important; background-size: 100% 100% !important;
} }
.sound-tips2{
background: url(../images/sound-tips-en2.png)no-repeat !important;
background-size: 100% 100% !important;
}
.guard-layer-content{ .guard-layer-content{
background: url(../images/En/guard-layer.png)no-repeat; background: url(../images/En/guard-layer.png)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -58,6 +62,16 @@ ...@@ -58,6 +62,16 @@
.ticker-buy-tips{ .ticker-buy-tips{
width: 3.1rem; width: 3.1rem;
} }
.guard-layer-btn{
background: url(../images/guard-layer-btn-en.png)no-repeat;
background-size: 100% 100%;
}
.guard-layer-btn-yes{
background: url(../images/guard-layer-btn2-en.png)no-repeat;
background-size: 100% 100%;
}
} }
.room-top{ .room-top{
width: 10rem; width: 10rem;
...@@ -918,6 +932,7 @@ ...@@ -918,6 +932,7 @@
width: 10rem; width: 10rem;
left: 0; left: 0;
bottom: 3rem; bottom: 3rem;
} }
.room-bg{ .room-bg{
width: 10rem; width: 10rem;
...@@ -1930,6 +1945,8 @@ ...@@ -1930,6 +1945,8 @@
.sound-tips2{ .sound-tips2{
width: 3.26rem; width: 3.26rem;
height: 0.96rem; height: 0.96rem;
top: 0.2rem;
left: 0.2rem;
background: url(../images/sound-tips2.png) no-repeat; background: url(../images/sound-tips2.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
...@@ -1975,7 +1992,7 @@ ...@@ -1975,7 +1992,7 @@
background: rgba(0,0,0,0.55); background: rgba(0,0,0,0.55);
position: absolute; position: absolute;
bottom: 1.35rem; bottom: 1.35rem;
z-index: 500; z-index: 400;
display: none; display: none;
} }
.ticket-box1{ .ticket-box1{
...@@ -2094,7 +2111,7 @@ ...@@ -2094,7 +2111,7 @@
width: 9.2rem; width: 9.2rem;
height: 1.95rem; height: 1.95rem;
border-radius: 0.4rem; border-radius: 0.4rem;
border: 2px solid #E63986; border: 1px solid #E63986;
// border: 2px solid #e639872d; // border: 2px solid #e639872d;
margin: 0 auto; margin: 0 auto;
margin-top: 0.23rem; margin-top: 0.23rem;
...@@ -2555,3 +2572,122 @@ ...@@ -2555,3 +2572,122 @@
bottom: 0.7rem; bottom: 0.7rem;
right: 0.6rem; right: 0.6rem;
} }
.secret-ing-content{
width: 100vw;
height: 100vh;
display: none;
position: absolute;
z-index: 50;
top: 0;
left: 0;
background: rgba(0,0,0,0.1);
color: #fff;
}
.secret-ing-p1{
font-size: 0.5rem;
font-weight: 700;
text-align: center;
}
.secret-ing-p2{
font-size: 0.4rem;
text-align: center;
}
.secret-ing-p3{
font-size: 0.4rem;
padding-top: 0.45rem;
text-align: center;
span{
font-size: 0.55rem;
font-weight: 700;
color:#E53985;
}
}
.secret-ing-p4{
text-align: center;
font-size: 0.35rem;
text-align: center;
padding-top: 0.25rem;
}
.secret-ing-p5{
width: 4.8rem;
height: 1.3rem;
background: rgba(255,255,255,0.4);
margin: 0 auto;
border-radius: 0.2rem;
margin-top: 0.4rem;
position: relative;
line-height: 1.3rem;
font-size: 0;
>img{
vertical-align: middle;
width: 0.8rem;
margin-left: 0.3rem;
}
>span{
font-size: 0.3rem;
height: 1.3rem;
line-height: 1.3rem;
right: 0.3rem;
top: 0;
position: absolute;
img{
width: 0.4rem;
vertical-align: middle;
margin-top: -0.1rem;
margin-right: 0.1rem;
}
}
}
.secret-ing-tips{
height: 5rem;
width: 10rem;
position: absolute;
top: 50%;
margin-top: -2.5rem;
}
.secret-face{
width: 2rem;
height: 2rem;
border-radius: 50%;
left: 50%;
margin-left: -1rem;
top: -3rem;
position: absolute;
}
.secret-bottom-box{
color: #fff;
width: 10rem;
height: 3rem;
position: absolute;
bottom: 1.4rem;
z-index: 101;
display: none;
}
.secret-bottom-tips{
display: none;
font-size: 0.35rem;
text-align: center;
line-height: 0.6rem;
height: 0.6rem;
margin-top: 0.3rem;
img{
vertical-align: middle;
margin-top: -0.18rem;
width: 0.6rem;
margin-left: 0.07rem;
margin-right: 0.07rem;
}
}
.secret-bottom{
height: 1.1rem;
width: 4.8rem;
background: #E53985;
margin: 0 auto;
text-align: center;
line-height: 1.1rem;
border-radius: 1rem;
font-size: 0.4rem;
}
\ No newline at end of file
...@@ -56,7 +56,7 @@ var langRoom=[ ...@@ -56,7 +56,7 @@ var langRoom=[
roomJsTxt19:"backpack is empty", roomJsTxt19:"backpack is empty",
roomJsTxt20:"Updating gift resources", roomJsTxt20:"Updating gift resources",
roomJsTxt21:"Send", roomJsTxt21:"Send",
roomJsTxt22:"come in, come from", roomJsTxt22:"come in, come from ",
roomJsTxt23:"Light up the live room, pop index +1", roomJsTxt23:"Light up the live room, pop index +1",
roomJsTxt24:"Follow broadcaster", roomJsTxt24:"Follow broadcaster",
roomJsTxt25:"The live paused", roomJsTxt25:"The live paused",
...@@ -90,16 +90,19 @@ var langRoom=[ ...@@ -90,16 +90,19 @@ var langRoom=[
ticketLang12:'Already have', ticketLang12:'Already have',
ticketLang13:'buy tickets', ticketLang13:'buy tickets',
ticketLang14:'Countdown', ticketLang14:'Countdown',
ticketLang15:'ing', ticketLang15:'show',
ticketLang16:'consume', ticketLang16:'consume',
ticketLang17:'join success', ticketLang17:'join success',
ticketLang18:'Cancel', ticketLang18:'Cancel',
ticketLang19:'Sure', ticketLang19:'Sure',
ticketLang20:'system hint', ticketLang20:'system hint',
ticketLang21:'s', ticketLang21:'s',
ticketLang22:'show time', ticketLang22:'Show Time',
ticketLang23:'min', ticketLang23:'min',
ticketLang24:'Start immediately', ticketLang24:'Start immediately',
ticketLang25:'package remaining',
ticketLang26:'in show',
ticketLang27:'Join Now',
imgSrc1:'images/En/guard-tips.png', imgSrc1:'images/En/guard-tips.png',
}, },
{ {
...@@ -199,6 +202,9 @@ var langRoom=[ ...@@ -199,6 +202,9 @@ var langRoom=[
ticketLang22:'表演時長', ticketLang22:'表演時長',
ticketLang23:'分鐘', ticketLang23:'分鐘',
ticketLang24:'立即開始', ticketLang24:'立即開始',
ticketLang25:'背包剩余',
ticketLang26:'表演中',
ticketLang27:'購票看秀',
imgSrc1:'images/guard-tips.png', imgSrc1:'images/guard-tips.png',
} }
] ]
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<link rel="stylesheet" href="css2/base.css"> <link rel="stylesheet" href="css2/base.css">
<link rel="stylesheet" href="css2/layer.css"> <link rel="stylesheet" href="css2/layer.css">
<link rel="stylesheet" href="css2/daily.css"> <link rel="stylesheet" href="css2/daily.css">
<link rel="stylesheet" href="css2/index.css?v=2022120702"> <link rel="stylesheet" href="css2/index.css?v=2023051701">
<script src="lib/flv.js"></script> <script src="lib/flv.js"></script>
<style> <style>
.recommend-swiper{ .recommend-swiper{
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/keywords.js"></script> <script src="../lib/keywords.js"></script>
<script src="lib/spark-md5.min.js"></script> <script src="lib/spark-md5.min.js"></script>
<script src="lib/default.js?v=2023041801"></script> <script src="lib/default.js?v=2023051701"></script>
<script> <script>
</script> </script>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<link rel="stylesheet" href="css2/base.css"> <link rel="stylesheet" href="css2/base.css">
<link rel="stylesheet" href="css2/layer.css"> <link rel="stylesheet" href="css2/layer.css">
<link rel="stylesheet" href="css/login.css"> <link rel="stylesheet" href="css/login.css">
<link rel="stylesheet" href="css2/index.css?v=2022121201"> <link rel="stylesheet" href="css2/index.css?v=2023051701">
<script async defer src="lib/hello.js"></script> <script async defer src="lib/hello.js"></script>
<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>
...@@ -321,8 +321,8 @@ ...@@ -321,8 +321,8 @@
</body> </body>
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/login.js?v=2022111801"></script> <script src="lib/login.js?v=2023051701"></script>
<script src="lib/phoneLang.js?v=2023050601"></script> <script src="lib/phoneLang.js?v=2023051701"></script>
<script> <script>
$(function(){ $(function(){
var browserLang = navigator.language var browserLang = navigator.language
......
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