Your Name 6 年 前
コミット
cf40bc89d6
共有7 個のファイルを変更した1243 個の追加1250 個の削除を含む
  1. BIN
      image/lpapply_ico3.png
  2. 535 625
      pages/index/index.js
  3. 61 18
      pages/index/index.wxml
  4. 22 1
      pages/index/index.wxss
  5. 483 552
      pages/index_screen/index_screen.js
  6. 120 48
      pages/index_screen/index_screen.wxml
  7. 22 6
      pages/index_screen/index_screen.wxss

BIN
image/lpapply_ico3.png


File diff suppressed because it is too large
+ 535 - 625
pages/index/index.js


+ 61 - 18
pages/index/index.wxml

@@ -1,24 +1,18 @@
1 1
 
2 2
 <!-- 头部 -->
3 3
 <view class='m_head c'>
4
-      <picker mode="multiSelector" range="{{multiArray}}" bindcolumnchange="columnchange" value="{{multiIndex}}" bindchange='pickchange' bindcancel='cancel'>
5
-
6
-              <view class='m_head_l c' wx:if="{{multiArray[2][multiIndex[2]] && step == 0}}">
7
-                    <text wx:if="{{cityname}}">{{cityname}}</text>
8
-                     <text wx:else>城市</text>
9 4
 
5
+              <view class='m_head_l c' bindtap='linkage'>
6
+                      <text wx:if="{{cityName}}">{{cityName}}</text>
7
+                      <text wx:elif="{{provinceName}}">{{provinceName}}</text>
8
+                      <text wx:else>城市</text>
10 9
                     <image src='/image/index1.png' mode="widthFix"></image>
11 10
               </view>
12 11
 
13
-              <view class='m_head_l c' wx:if="{{multiArray[0][multiIndex[0]] && step == 1}}">
14
-                    <text>{{ multiArray[1][multiIndex[1]]}}</text>
15
-                    <image src='/image/index1.png' mode="widthFix"></image>
16
-              </view>
17
-       </picker>
18 12
 
19
-              <view class='m_head_r c'>
20
-                      <input type='text'  placeholder="请输入会员编号"    bindinput="getPhone"></input>
21
-                      <view class='m_head_buttom' bindtap='Code'>查询</view>
13
+              <view class='m_head_r c' bindtap='More'>
14
+                      <text>请输入会员编号</text>
15
+                      <view class='m_head_buttom'>查询</view>
22 16
               </view>
23 17
 
24 18
 </view>
@@ -51,9 +45,9 @@
51 45
         <view class='screen_styke'>
52 46
                 <picker  mode="multiSelector"  bindchange="AgeEvent"  value="{{AgeIndex}}" range="{{AgeArray}}">
53 47
                         <!-- <text wx:if='{{Ageid == 1}}'>{{AgeArray[0][AgeIndex[0]]}}-{{AgeArray[1][AgeIndex[1]]}}</text> -->
54
-                        <text wx:if='{{Ageid == 1}}'>{{age}}</text>
48
+                        <text wx:if='{{Ageid == 1}}'>{{age == '不限-以上' ? '不限': age}}</text>
55 49
                         <text wx:else>
56
-                                  <block wx:if='{{age != 0}}'>{{age}}</block>
50
+                                  <block wx:if='{{age != 0}}'>{{age == '不限-以上' ? '不限': age}}</block>
57 51
 
58 52
                                   <block wx:else>年龄</block>
59 53
                         </text>
@@ -67,9 +61,9 @@
67 61
         
68 62
         <view class='screen_styke'>
69 63
                 <picker mode="multiSelector" bindchange="heightEvent"  value="{{heightindex}}" range="{{heightArray}}">
70
-                        <text wx:if='{{heightid == 1}}'>{{height}}</text>
64
+                        <text wx:if='{{heightid == 1}}'>{{height == '不限-以上' ? '不限': height}}</text>
71 65
                         <text wx:else>
72
-                                  <block wx:if='{{height != 0}}'>{{height}}</block>
66
+                                  <block wx:if='{{height != 0}}'>{{height == '不限-以上' ? '不限': height}}</block>
73 67
 
74 68
                                   <block wx:else>身高</block>
75 69
                         </text>  
@@ -87,7 +81,7 @@
87 81
                         <block  wx:else>
88 82
                         <text wx:if='{{marry != 0}}'> {{MarriageArray[Marriageindex]}}</text>
89 83
                         <text wx:else>{{MarriageArray[Marriageindex] ? MarriageArray[Marriageindex]  : "婚史"}}</text>
90
-                         </block>
84
+                        </block>
91 85
                         <image src='/image/search1.png' mode="aspectFill"></image>
92 86
                 </picker>
93 87
         </view>
@@ -96,9 +90,13 @@
96 90
 
97 91
         <view class='screen_styke'>
98 92
                 <picker  bindchange="EducationEvent" value="{{Educationindex}}" range="{{EducationArray}}"  range-key="name">
93
+                        <text  wx:if='{{educationid == 0}}'>学历</text>
94
+                        <block  wx:else>
99 95
                         <text wx:if='{{education != 0}}'>{{EducationArray[Educationindex].name}}</text>
100 96
                         <text wx:else>{{EducationArray[Educationindex].name ? EducationArray[Educationindex].name  :  "学历"}}</text>
97
+                        </block>
101 98
                         <image src='/image/search1.png' mode="aspectFill"></image>
99
+                      
102 100
                 </picker>
103 101
         </view>
104 102
 
@@ -238,5 +236,50 @@
238 236
 
239 237
         <view class='nexgengduo' style='display:{{morehide}};'>{{moreTxt}}</view>
240 238
 
239
+        
240
+        <!-- 省市区弹窗 -->
241
+        <view class='Popup_box' catchtouchmove="return" hidden="{{hiddenName}}">
242
+                 <!-- 遮罩层 -->
243
+                <view class='Popup_zhez'></view>
244
+                <!-- 关闭按钮 -->
245
+                <view class='Popup_gb' bindtap='Close'><image src='/image/lpapply_ico3.png' mode="aspectFill"></image></view>
246
+                <!-- 列表 -->
247
+                <view class='Popup'>
248
+                      <view class='Popup_title'>选择地址</view>
249
+                      <view class='Unlimited' bindtap='regionBx'>不限</view>
250
+
251
+                      <view class='Popup_list c'>
252
+                            <scroll-view class='province' scroll-y='true'>
253
+                                        <!-- 省 -->
254
+                                        <block wx:for='{{provincedata}}' wx:key="item" >  <!--wx:for-index="id" -->
255
+                                                <view class="province_li {{item.area_id==provinceid ? 'onFFF' : 'onNone'}}" data-id='{{item.area_id}}' data-text='{{item.area_name}}'  bindtap='provinceOn'>{{item.area_name}}</view>
256
+                                        </block>
257
+                            </scroll-view>
258
+
259
+                           <scroll-view class='city' scroll-y='true' scroll-top='{{scrolltop}}' bindscroll="heightPosition">
260
+                                          <view class='city_li'><text data-id="{{provinceid}}" data-style='provinceLx'  data-text='{{provincetext}}' bindtap='areaOn'>全{{provincetext}}</text></view>
261
+                                       
262
+                                          <block wx:for='{{citydata}}' wx:key="item" wx:for-index="index">   <!--市-->
263
+                                                <view class='city_li'>
264
+
265
+                                                        <text data-id='{{item.area_id}}' data-text="{{item.area_name}}" bindtap='cityOn' data-index="{{index}}">{{item.area_name}}</text>
266
+
267
+                                                       <view class='area' data-id='{{item.area_id}}' wx:if='{{item.area_id ==cityidx &&areadata}}'  >  
268
+                                                              <view class='area_text' data-id='{{cityidx}}' data-text='{{citytext}}' data-style='cityLx' bindtap='areaOn'>全{{citytext}}</view>
269
+                                                               <block wx:for='{{areadata}}' wx:key="item">   <!--市-->
270
+                                                                         <view class='area_text' data-id='{{item.area_id}}' data-text='{{item.area_name}}' data-style='areaLx' bindtap='areaOn'>{{item.area_name}}</view>
271
+                                                               </block>
272
+                                                
273
+                                                        </view>
274
+
275
+                                                </view>
276
+                                          </block>
277
+                            </scroll-view>
278
+                      </view>
279
+
280
+                </view>
281
+
282
+        </view>
283
+
241 284
 </view>
242 285
 

+ 22 - 1
pages/index/index.wxss

@@ -7,7 +7,7 @@
7 7
 
8 8
 
9 9
 .m_head_r{float:right;width:542rpx;height:60rpx;border-radius:100rpx;background:#F3F3F3;}
10
-.m_head_r input{display:block;float:left;width:60%;padding-left:30rpx;font-size:28rpx;color:#6F6F6F;line-height:60rpx;height:60rpx;}
10
+.m_head_r text{display:block;float:left;width:60%;padding-left:30rpx;font-size:28rpx;color:#6F6F6F;line-height:60rpx;height:60rpx;}
11 11
 .m_head_buttom{float:right;background:linear-gradient(to right, #6FC1F7 , #4B8DF0);height:60rpx;padding:0 40rpx;font-size:28rpx;line-height:60rpx;color:#FFF;border-radius:100rpx;}
12 12
 
13 13
 /* 筛选导航 */
@@ -70,3 +70,24 @@
70 70
   padding: 20rpx 0;
71 71
   margin-top: 40rpx;
72 72
 }
73
+
74
+
75
+/* 省市区弹窗 */
76
+.Popup_box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;}
77
+.Popup_zhez{width:100%;height: 100%;background:rgba(0, 0, 0, 0.5);}
78
+.Popup_gb{width:60rpx;height:60rpx;border-radius:50rpx;position:absolute;bottom:50%;left:50%;margin-left:-30rpx;margin-bottom:-520rpx;}
79
+.Popup_gb image{width:100%;height:100%;}
80
+.Popup{background:#FFF;width:600rpx;height:900rpx;position:absolute;top:50%;left:50%;margin-left:-300rpx;margin-top:-485rpx;border-radius:6rpx;background:#F1F1F1;overflow:hidden;}
81
+.Popup_title{background:#F5F5F5;height:100rpx;text-align:center;line-height:100rpx;font-size:30rpx;color:#333;}
82
+.Unlimited{width:97%;height:80rpx;margin:auto;margin-top:10rpx;background:#FFF;border-radius:6rpx;text-align:center;line-height:80rpx;font-size:28rpx;color:#333;}
83
+.Popup_list{margin-top:10rpx;height:696rpx;}
84
+.province{float:left;width:45%;height:696rpx;}
85
+.city{float:right;width:55%;height:696rpx;background:#FFF;}
86
+.province_li{height:85rpx;font-size:26rpx;color:#333;text-indent:30rpx;line-height:85rpx;}
87
+.province_li.onFFF{background:#FFF;}
88
+.province_li.onNone{background:none;}
89
+.city_li{min-height:85rpx;line-height:85rpx;}
90
+.city_li text{font-size:26rpx;color:#333;text-indent:30rpx;display:block;}
91
+.area{background:#E7E7E7;}
92
+.area .area_text{border-bottom:1px solid #E0DFE4;font-size:25rpx;color:#333;text-indent:50rpx;}
93
+.hidden{display:none;}

File diff suppressed because it is too large
+ 483 - 552
pages/index_screen/index_screen.js


+ 120 - 48
pages/index_screen/index_screen.wxml

@@ -18,46 +18,28 @@
18 18
 <!-- 填写资料 -->
19 19
 <view class='data_box'>
20 20
 
21
-            <!--  允许有意者联系我  单项选择器-->
22
-            <!-- <view class="Choice_dx_box">     
23
-                        <picker  bindchange="contactEvent" value="{{contactindex}}" range="{{contactArray}}"  range-key="area_name">
24
-                                
25
-                                  <view class='Choice_dx c'>
26
-                                        <view class="Choice_dx_title">已通过实名认证</view>
27 21
 
28
-                                        <view class='Choice_dx_text' >
29
-                                          
30
-                                              {{contactArray[contactindex].area_name ? contactArray[contactindex].area_name  : "请选择"}}
31
-                                            
32
-                                        </view>
33
-                                            
34
-                                  </view>
35
-                      </picker>
36
-            </view>
37
-                  -->
38
-              
22
+  
23
+            <view class="Choice_dx_box" bindtap='linkage'>     <!--  住址 多项选择器 -->
39 24
 
40
-
41
-            <view class="Choice_dx_box">     <!--  住址 多项选择器 -->
42
-                        <picker mode="multiSelector" range="{{multiArray}}" bindcolumnchange="columnchange" value="{{multiIndex}}" bindchange='pickchange' bindcancel='cancel'>
43 25
                                   <view class='Choice_dx c'>
44 26
                                           <view class="Choice_dx_title">住址</view>
45 27
 
46 28
                                           <view class='Choice_dx_text' >
47
-                                            
48
-                                                      <view class='right' wx:if="{{multiArray[2][multiIndex[2]] && step == 0}}">
49
-                                                              <text wx:if="{{provincename && cityname && areaname}}">{{provincename}}-{{cityname}}-{{areaname}}</text>
50
-                                                              <text wx:else>请选择</text>
51
-                                                      </view>
52
-
53
-                                                      <view class="picker c" wx:if="{{multiArray[0][multiIndex[0]] && step == 1}}">
54
-                                                                {{ multiArray[0][multiIndex[0]]  }}-{{ multiArray[1][multiIndex[1]]  }}-{{ multiArray[2][multiIndex[2]]  }} 
55
-                                                      </view>
56
-                                              
29
+                                          
30
+                                                <view class='right'>
31
+
32
+                                                      <text wx:if="{{areaName}}">{{provinceName}}-{{cityName}}-{{areaName}}</text>
33
+                                                      <text wx:elif="{{cityName}}">{{provinceName}}-{{cityName}}</text>
34
+                                                      <text wx:elif="{{provinceName}}">全{{provinceName}}</text>
35
+                                                      <text wx:else>请选择</text>
36
+
37
+                                                </view>
38
+
57 39
                                           </view>
58 40
                                             
59 41
                                   </view>
60
-                      </picker>
42
+              
61 43
             </view>
62 44
 
63 45
             <view class="Choice_dx_box">     <!--  年龄 单项选择器-->
@@ -68,14 +50,28 @@
68 50
 
69 51
                                             <view class="Choice_dx_text picker" wx:if='{{Ageid == 0}}'>
70 52
                                                   <block wx:if='{{age != 0}}'>
71
-                                                    {{age}}
53
+                                                         
54
+                                                        <block wx:if='{{Zero == 0}}'>
55
+                                                          {{AgeArray[0][AgeIndex[0]]}}-{{AgeArray[1][AgeIndex[1]]}}
56
+                                                        </block>
57
+
58
+                                                        <block wx:if='{{Zero == 1}}'>
59
+                                                           不限
60
+                                                        </block>
61
+
72 62
                                                   </block>
73 63
 
74 64
                                                     <block wx:else>请选择</block>
75 65
                                             </view> 
76 66
 
77 67
                                             <view class="Choice_dx_text picker" wx:if='{{Ageid == 1}}'>
78
-                                                 {{age}}
68
+                                                        <block wx:if='{{Zero1 == 0}}'>
69
+                                                          {{AgeArray[0][AgeIndex[0]]}}-{{AgeArray[1][AgeIndex[1]]}}
70
+                                                        </block>
71
+                                                        
72
+                                                        <block wx:if='{{Zero1 == 1}}'>
73
+                                                           不限
74
+                                                        </block>
79 75
                                             </view> 
80 76
                                             
81 77
                                   </view>
@@ -93,14 +89,27 @@
93 89
                                 <view class="Choice_dx_text picker" wx:if='{{heightid == 0}}' data-asd="{{height}}">
94 90
 
95 91
                                      <block wx:if='{{height != 0}}'>
96
-                                       {{height}}
92
+                                          <block wx:if='{{heightZero == 0}}'>
93
+                                               {{heightArray[0][heightindex[0]]}}-{{heightArray[1][heightindex[1]]}}
94
+                                          </block>
95
+
96
+                                          <block wx:if='{{heightZero == 1}}'>
97
+                                              不限
98
+                                          </block>
99
+                                         
97 100
                                      </block>
98 101
                                      
99 102
                                       <block wx:else>请选择</block>
100 103
                                 </view> 
101 104
 
102 105
                                         <view class="Choice_dx_text picker" wx:else>
103
-                                         {{height}}
106
+                                              <block wx:if='{{heightZero1 == 0}}'>
107
+                                                  {{heightArray[0][heightindex[0]]}}-{{heightArray[1][heightindex[1]]}}
108
+                                              </block>
109
+
110
+                                              <block wx:if='{{heightZero1 == 1}}'>
111
+                                                  不限
112
+                                              </block>
104 113
                                         </view>
105 114
                                             
106 115
                                   </view>
@@ -140,18 +149,22 @@
140 149
                                 
141 150
                                   <view class='Choice_dx c'>
142 151
                                         <view class="Choice_dx_title">学历</view>
152
+                                     
153
+                                 
154
+                                     <view class='Choice_dx_text'  wx:if='{{educationid == 0}}'>请选择</view>
155
+                                        <block  wx:else>
156
+                                                <view class='Choice_dx_text'  wx:if='{{education != 0}}'>
157
+                                                
158
+                                                      {{EducationArray[Educationindex].name}}
159
+                                                    
160
+                                                </view>
143 161
 
144
-                                        <view class='Choice_dx_text'  wx:if='{{education != 0}}'>
145
-                                         
146
-                                              {{EducationArray[Educationindex].name}}
147
-                                            
148
-                                        </view>
149
-
150
-                                        <view class='Choice_dx_text'  wx:else>
151
-                                          
152
-                                              {{EducationArray[Educationindex].name ? EducationArray[Educationindex].name  : "请选择"}}
153
-                                            
154
-                                        </view>
162
+                                                <view class='Choice_dx_text'  wx:else>
163
+                                                  
164
+                                                      {{EducationArray[Educationindex].name ? EducationArray[Educationindex].name  : "请选择"}}
165
+                                                    
166
+                                                </view>
167
+                                        </block>
155 168
                                             
156 169
                                   </view>
157 170
                       </picker>
@@ -168,15 +181,28 @@
168 181
 
169 182
                                         <view class="Choice_dx_text picker"  wx:if='{{incomeid == 0}}'>
170 183
                                               <block wx:if='{{income != 0}}'>
171
-                                                {{incomeArray[0][incomeindex[0]]}}-{{incomeArray[1][incomeindex[1]]}}
184
+
185
+                                                    <block wx:if='{{incomeZero == 0}}'>
186
+                                                      {{incomeArray[0][incomeindex[0]]}}-{{incomeArray[1][incomeindex[1]]}}
187
+                                                    </block>
188
+
189
+                                                    <block wx:if='{{incomeZero == 1}}'>
190
+                                                        不限
191
+                                                    </block>
192
+
172 193
                                               </block>
173 194
                                               
174 195
                                               <block wx:else>请选择</block>
175 196
                                         </view>   
176 197
 
177 198
                                         <view class="Choice_dx_text picker"  wx:else>
178
-                                              {{incomeArray[0][incomeindex[0]]}}-{{incomeArray[1][incomeindex[1]]}}
199
+                                                    <block wx:if='{{incomeZero1 == 0}}'>
200
+                                                      {{incomeArray[0][incomeindex[0]]}}-{{incomeArray[1][incomeindex[1]]}}
201
+                                                    </block>
179 202
 
203
+                                                    <block wx:if='{{incomeZero1 == 1}}'>
204
+                                                        不限
205
+                                                    </block>
180 206
                                         </view> 
181 207
                                             
182 208
                                   </view>
@@ -188,3 +214,49 @@
188 214
 
189 215
 </view>
190 216
 
217
+
218
+
219
+
220
+  <!-- 省市区弹窗 -->
221
+  <view class='Popup_box' catchtouchmove="return" hidden="{{hiddenName}}">
222
+            <!-- 遮罩层 -->
223
+          <view class='Popup_zhez'></view>
224
+          <!-- 关闭按钮 -->
225
+          <view class='Popup_gb' bindtap='Close'><image src='/image/lpapply_ico3.png' mode="aspectFill"></image></view>
226
+          <!-- 列表 -->
227
+          <view class='Popup'>
228
+                <view class='Popup_title'>选择地址</view>
229
+                <view class='Unlimited' bindtap='regionBx'>不限</view>
230
+
231
+                <view class='Popup_list c'>
232
+                      <scroll-view class='province' scroll-y='true'>
233
+                                  <!-- 省 -->
234
+                                  <block wx:for='{{provincedata}}' wx:key="item" >  <!--wx:for-index="id" -->
235
+                                          <view class="province_li {{item.area_id==provinceid ? 'onFFF' : 'onNone'}}" data-id='{{item.area_id}}' data-text='{{item.area_name}}'  bindtap='provinceOn'>{{item.area_name}}</view>
236
+                                  </block>
237
+                      </scroll-view>
238
+
239
+                      <scroll-view class='city' scroll-y='true' scroll-top='{{scrolltop}}' bindscroll="heightPosition">
240
+                                    <view class='city_li'><text data-id="{{provinceid}}" data-style='provinceLx'  data-text='{{provincetext}}' bindtap='areaOn'>全{{provincetext}}</text></view>
241
+                                  
242
+                                    <block wx:for='{{citydata}}' wx:key="item" wx:for-index="index">   <!--市-->
243
+                                          <view class='city_li'>
244
+
245
+                                                  <text data-id='{{item.area_id}}' data-text="{{item.area_name}}" bindtap='cityOn' data-index="{{index}}">{{item.area_name}}</text>
246
+
247
+                                                  <view class='area' data-id='{{item.area_id}}' wx:if='{{item.area_id ==cityidx &&areadata}}'  >  
248
+                                                        <view class='area_text' data-id='{{cityidx}}' data-text='{{citytext}}' data-style='cityLx' bindtap='areaOn'>全{{citytext}}</view>
249
+                                                          <block wx:for='{{areadata}}' wx:key="item">   <!--市-->
250
+                                                                    <view class='area_text' data-id='{{item.area_id}}' data-text='{{item.area_name}}' data-style='areaLx' bindtap='areaOn'>{{item.area_name}}</view>
251
+                                                          </block>
252
+                                          
253
+                                                  </view>
254
+
255
+                                          </view>
256
+                                    </block>
257
+                      </scroll-view>
258
+                </view>
259
+
260
+          </view>
261
+
262
+  </view>

+ 22 - 6
pages/index_screen/index_screen.wxss

@@ -5,22 +5,38 @@
5 5
 .number input{border:1px solid #ECECEC;height:80rpx;border-radius:6rpx;margin-top:20rpx;padding:0 30rpx;font-size:26rpx;color:#A7A6A6;}
6 6
 
7 7
 /* 提交按钮 */
8
-.Key_box{padding: 0 30rpx;position:fixed;bottom:30rpx;}
8
+.Key_box{padding: 0 30rpx;position:fixed;bottom:44rpx;}
9 9
 .Key_l{width:334rpx;height:100rpx;float:left;display:flex;align-items:center;justify-content:center;background:#F2F2F2;border-radius:6rpx;font-size:32rpx;color:#292828;font-weight:600;}
10 10
 .Key_r{width:334rpx;height:100rpx;float:left;background: linear-gradient(to right, #FF9BCA , #FF79B8);font-size:32rpx;color:#FFF;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:6rpx;margin-left:18rpx;}
11 11
 
12
-
13
-
14 12
 /* 填写资料 */
15 13
 .data_box{margin:auto;margin-top:60rpx;padding:0 30rpx;}
16
-
17 14
 .data_name{border-bottom:1px solid #ECECEC;padding-bottom:14rpx;line-height:50rpx;}
18 15
 .data_name text{float:left;font-size:28rpx;color:#000;}
19 16
 .data_name input{float:right;width:200rpx;text-align:right;display:block;font-size:28rpx;color:#B3B3B3;}
20 17
 
21
-
22
-
23 18
 .Choice_dx_box{border-bottom:1px solid;padding-bottom:14rpx;color:#ECECEC;line-height:50rpx;margin-top:40rpx;}
24 19
 .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
25 20
 .Choice_dx_text{float:right;font-size:28rpx;color:#B3B3B3;max-width:620rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
26 21
 .Choice_dx_text .picker text{display:block;float:right;}
22
+
23
+
24
+/* 省市区弹窗 */
25
+.Popup_box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;}
26
+.Popup_zhez{width:100%;height: 100%;background:rgba(0, 0, 0, 0.5);}
27
+.Popup_gb{width:60rpx;height:60rpx;border-radius:50rpx;position:absolute;bottom:50%;left:50%;margin-left:-30rpx;margin-bottom:-520rpx;}
28
+.Popup_gb image{width:100%;height:100%;}
29
+.Popup{background:#FFF;width:600rpx;height:900rpx;position:absolute;top:50%;left:50%;margin-left:-300rpx;margin-top:-485rpx;border-radius:6rpx;background:#F1F1F1;overflow:hidden;}
30
+.Popup_title{background:#F5F5F5;height:100rpx;text-align:center;line-height:100rpx;font-size:30rpx;color:#333;}
31
+.Unlimited{width:97%;height:80rpx;margin:auto;margin-top:10rpx;background:#FFF;border-radius:6rpx;text-align:center;line-height:80rpx;font-size:28rpx;color:#333;}
32
+.Popup_list{margin-top:10rpx;height:696rpx;}
33
+.province{float:left;width:45%;height:696rpx;}
34
+.city{float:right;width:55%;height:696rpx;background:#FFF;}
35
+.province_li{height:85rpx;font-size:26rpx;color:#333;text-indent:30rpx;line-height:85rpx;}
36
+.province_li.onFFF{background:#FFF;}
37
+.province_li.onNone{background:none;}
38
+.city_li{min-height:85rpx;line-height:85rpx;}
39
+.city_li text{font-size:26rpx;color:#333;text-indent:30rpx;display:block;}
40
+.area{background:#E7E7E7;}
41
+.area .area_text{border-bottom:1px solid #E0DFE4;font-size:25rpx;color:#333;text-indent:50rpx;}
42
+.hidden{display:none;}