|
@@ -180,14 +180,29 @@
|
180
|
180
|
border-bottom: 1px solid #eee;"type="text" class="form-control" required id="{$vo.fieldArr}_{$vo.name|default=''}" name="{$vo.fieldArr}[{$vo.name|default=''}]" value="{$vo.dfvalue|default=''}" lay-verify="city" autocomplete="off"
|
181
|
181
|
placeholder="请选择您的所在城市">
|
182
|
182
|
|
|
183
|
+
|
|
184
|
+ <div id="in_city_bak"></div>
|
183
|
185
|
<div id="in_city" style="display: none;"></div>
|
184
|
186
|
|
185
|
187
|
</div>
|
186
|
188
|
</div>
|
187
|
189
|
<style>
|
|
190
|
+
|
|
191
|
+ .city_a_le1:first-child{
|
|
192
|
+ overflow-y: auto !important;
|
|
193
|
+ }
|
|
194
|
+ #in_city_bak{
|
|
195
|
+ position: fixed;
|
|
196
|
+ top:0;left: 0;z-index: 500;
|
|
197
|
+ display: none;
|
|
198
|
+ background: #000;
|
|
199
|
+ opacity: 0.8;
|
|
200
|
+ width: 100%;height: 100%;
|
|
201
|
+ }
|
188
|
202
|
#in_city{
|
189
|
|
- position:absolute !important;top:30px !important;left:0px !important;
|
|
203
|
+ position:fixed !important;top:8% !important;left:5% !important;z-index: 1000;
|
190
|
204
|
padding-top: 10px;
|
|
205
|
+ width: 90%;height:80%;
|
191
|
206
|
}
|
192
|
207
|
#in_city h1{
|
193
|
208
|
font-size: 20px !important;
|
|
@@ -202,8 +217,48 @@
|
202
|
217
|
}
|
203
|
218
|
|
204
|
219
|
#quxiao{
|
205
|
|
- display: none !important;
|
|
220
|
+ /* display: none !important;*/
|
|
221
|
+ }
|
|
222
|
+ .city_a_le1{
|
|
223
|
+ height: 100%;
|
|
224
|
+ }
|
|
225
|
+
|
|
226
|
+ .screen a {
|
|
227
|
+ padding: 10px 10px;
|
|
228
|
+ font-size: 12px;
|
|
229
|
+ width: 100%;
|
|
230
|
+ margin: 0 auto;
|
|
231
|
+/* line-height: 15px;*/
|
|
232
|
+ word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/
|
|
233
|
+ word-break:break-all;
|
|
234
|
+ display: block;float: left;
|
|
235
|
+ border-bottom:none !important;
|
|
236
|
+ }
|
|
237
|
+ .screen .shar {
|
|
238
|
+ border: none !important;
|
|
239
|
+/* border-right: solid 1px #c92436;*/
|
|
240
|
+ color: red;
|
|
241
|
+ }
|
|
242
|
+
|
|
243
|
+ .city_a_le1{
|
|
244
|
+ padding: 10px 0px;
|
|
245
|
+ }
|
|
246
|
+
|
|
247
|
+ .screen{
|
|
248
|
+ float: left;
|
|
249
|
+ width: 20%;
|
|
250
|
+ height: 100%;
|
|
251
|
+ }
|
|
252
|
+ .city_pos{
|
|
253
|
+ float: left;
|
|
254
|
+ width: 80%;
|
|
255
|
+ height: 100%;
|
|
256
|
+ }
|
|
257
|
+ #quxiao{
|
|
258
|
+ bottom: -40px !important;
|
206
|
259
|
}
|
|
260
|
+
|
|
261
|
+
|
207
|
262
|
</style>
|
208
|
263
|
<script type="text/javascript">
|
209
|
264
|
|
|
@@ -226,6 +281,7 @@
|
226
|
281
|
var placeThis; //当前选择标签
|
227
|
282
|
apay.click(function (obj) { //城市导航
|
228
|
283
|
inCity.payment($(this));
|
|
284
|
+ $('#in_city_bak').show();
|
229
|
285
|
})
|
230
|
286
|
|
231
|
287
|
inCity.place(pla); //出发地
|
|
@@ -237,6 +293,7 @@
|
237
|
293
|
$(document).on('click','#quxiao',function(){
|
238
|
294
|
|
239
|
295
|
$("#in_city").hide();
|
|
296
|
+ $('#in_city_bak').hide();
|
240
|
297
|
|
241
|
298
|
});
|
242
|
299
|
|
|
@@ -246,6 +303,7 @@
|
246
|
303
|
if (!$target.closest('#in_city').length && !$target.is('#in_city')) {
|
247
|
304
|
/* alert('You clicked outside the div!');*/
|
248
|
305
|
$("#in_city").hide();
|
|
306
|
+ $('#in_city_bak').hide();
|
249
|
307
|
}
|
250
|
308
|
});
|
251
|
309
|
|
|
@@ -331,11 +389,11 @@
|
331
|
389
|
{eyou:case value="radio"}
|
332
|
390
|
<!-- 单选项 start -->
|
333
|
391
|
<div class="form-group group_z" style="width:100%;">
|
334
|
|
- <fieldset style=" padding: 0; border:none;">
|
|
392
|
+ <fieldset style=" padding: 0; border:none;height: 36px;line-height: 36px; ">
|
335
|
393
|
<!-- <legend>{$vo.title}{eyou:if condition="1 == $vo.is_required"}(必填){/eyou:if}</legend>-->
|
336
|
394
|
{eyou:volist name="$vo.dfvalue" id="v2"}
|
337
|
|
- <label class="radio-label" style="margin-right: 5%;">
|
338
|
|
- <span>{$v2}</span>
|
|
395
|
+ <label class="radio-label" style="margin-right: 5%;margin-bottom:0px;">
|
|
396
|
+ <span style="font-size: 15px;color: #999;">{$v2}</span>
|
339
|
397
|
<input type="radio" class="radio" name="{$vo.fieldArr}[{$vo.name|default=''}]" value="{$v2}" {eyou:if condition="isset($vo['trueValue']) AND in_array($v2, $vo['trueValue'])"}checked="checked"{/eyou:if}>
|
340
|
398
|
<span class="check-mark"></span>
|
341
|
399
|
</label>
|