Commit 52bc865b by libai

测试

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