Commit 52bc865b by libai

测试

parent ece816f0
...@@ -371,6 +371,8 @@ ...@@ -371,6 +371,8 @@
width: 10rem; width: 10rem;
height: 9.7rem; height: 9.7rem;
margin-top: 0.5rem; margin-top: 0.5rem;
overflow: scroll;
-webkit-overflow-scrolling: touch;
} }
.area-ul li { .area-ul li {
height: 1rem; height: 1rem;
......
...@@ -379,6 +379,8 @@ ...@@ -379,6 +379,8 @@
width: 10rem; width: 10rem;
height: 9.7rem; height: 9.7rem;
margin-top: 0.5rem; margin-top: 0.5rem;
overflow: scroll;
-webkit-overflow-scrolling: touch;
li{ li{
height: 1rem; height: 1rem;
width: 10rem; width: 10rem;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<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/daily.css"> <link rel="stylesheet" href="css/daily.css">
<link rel="stylesheet" href="css/index.css?v=2021121701"> <link rel="stylesheet" href="css/index.css?v=2023110301">
<style> <style>
.layui-layer-shade { .layui-layer-shade {
opacity: 0.7 !important; opacity: 0.7 !important;
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
<div style="display: none;" class="box2"> <div style="display: none;" class="box2">
<div style="height: 0.3rem;"></div> <div style="height: 0.3rem;"></div>
<div class="login-in-box"> <div style="display: none;" class="login-in-box">
<img class="record-icon" src="images/record.png" alt=""> <img class="record-icon" src="images/record.png" alt="">
<div class="login-in-diamond"><img src="images/diamond.png" alt=""></div> <div class="login-in-diamond"><img src="images/diamond.png" alt=""></div>
<p class="login-in-num">1200</p> <p class="login-in-num">1200</p>
...@@ -206,11 +206,13 @@ $(function(){ ...@@ -206,11 +206,13 @@ $(function(){
newUserGet($(".id-login-input input").val()) newUserGet($(".id-login-input input").val())
}) })
if(localStorage.uid!=undefined&&localStorage.uid!="undefined"){ if(localStorage.uid!=undefined&&localStorage.uid!="undefined"){
newUserGet(localStorage.uid) newUserGet(localStorage.uid)
}else{ }else{
$(".box1").show() $(".box1").show()
} }
if (sessionStorage.appversion != 'undefined'&&sessionStorage.appversion != undefined) { if (sessionStorage.appversion != 'undefined'&&sessionStorage.appversion != undefined) {
$(".login-in-box").show() $(".login-in-box").show()
if (sessionStorage.appversion >= 6130) { if (sessionStorage.appversion >= 6130) {
......
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