Commit 7cf0c83c by agan

添加文字

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