Commit 7cf0c83c by agan

添加文字

parent 3433ca22
......@@ -294,6 +294,7 @@
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
......@@ -445,7 +446,7 @@
}
//获取当前用户地区
if (sessionStorage.appversion != 'undefined') {
if (sessionStorage.appversion != 'undefined' && sessionStorage.uid != 'undefined') {
$(".big-zuan-box").show();
$.ajax({
url: $ip + '/user/getUserInfo.html',
......
......@@ -59,6 +59,7 @@
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
......
......@@ -42,6 +42,7 @@
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
......
......@@ -60,10 +60,9 @@
top: 0.18rem;
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;
;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
width: 100%;
height: 100%;
......
......@@ -31,6 +31,7 @@
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
......
......@@ -225,6 +225,7 @@
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
......
......@@ -94,6 +94,7 @@
left: 0.32rem;
font-size: 0.32rem;
line-height: 0.64rem;;
white-space: nowrap;
}
.closeBtn>a {
......
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