74ffa16d by 任超

style:样式

1 parent 95418f1b
...@@ -246,7 +246,7 @@ input[type='file'] { ...@@ -246,7 +246,7 @@ input[type='file'] {
246 246
247 .acceptance_information ul li span { 247 .acceptance_information ul li span {
248 color: #9B9B9B; 248 color: #9B9B9B;
249 width: 100px; 249 width: 113px;
250 text-align: right; 250 text-align: right;
251 display: inline-block; 251 display: inline-block;
252 } 252 }
...@@ -352,12 +352,13 @@ input[type='file'] { ...@@ -352,12 +352,13 @@ input[type='file'] {
352 display: inline-block; 352 display: inline-block;
353 color: rgb(133, 125, 125); 353 color: rgb(133, 125, 125);
354 margin-right: 13px; 354 margin-right: 13px;
355 font-size: 14px;
355 } 356 }
356 357
357 .ssq { 358 .ssq {
358 width: 99.5%; 359 width: 94.5%;
359 white-space: nowrap; 360 white-space: nowrap;
360 left: -13px; 361 left: -5px;
361 } 362 }
362 363
363 .ssq .layui-inline { 364 .ssq .layui-inline {
......
...@@ -4,8 +4,8 @@ var bsmCl; ...@@ -4,8 +4,8 @@ var bsmCl;
4 // 领证方式 4 // 领证方式
5 var lzfs = 1; 5 var lzfs = 1;
6 layui.use('element', function () { 6 layui.use('element', function () {
7 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
7 }); 8 });
8
9 $(function () { 9 $(function () {
10 addTabs('#wssq'); 10 addTabs('#wssq');
11 //设置步骤条信息 11 //设置步骤条信息
...@@ -20,6 +20,16 @@ $(function () { ...@@ -20,6 +20,16 @@ $(function () {
20 }).extend({ //设定模块别名 20 }).extend({ //设定模块别名
21 common: 'cityCommon' 21 common: 'cityCommon'
22 }); 22 });
23 layui.use(['form', 'common'], function () {
24 var common = layui.common,
25 form = layui.form;
26 //三级地址联动
27 common.showCity('province', 'city', 'district');
28 //区域选择
29 form.on('select(selectCity)', function (data) {
30 return false;
31 });
32 });
23 //读取受理信息 33 //读取受理信息
24 loadAcceptDetail() 34 loadAcceptDetail()
25 //获取房屋信息 35 //获取房屋信息
......
...@@ -199,18 +199,6 @@ ...@@ -199,18 +199,6 @@
199 <!-----------------资料上传------------------ --> 199 <!-----------------资料上传------------------ -->
200 <div class="data_upload" id="clxx"> 200 <div class="data_upload" id="clxx">
201 <h3>资料上传</h3> 201 <h3>资料上传</h3>
202 <!-- <div>
203 <div style="float: left;">
204 <img class="pic" src="">
205 <input name="file" accept="image/*" type="file" style="display: none" />
206 <div class="certificate">
207 <span> 申请书【原件】 3-1</span>
208 <a href="#">删除</a>
209 </div>
210 </div>
211 </div> -->
212
213
214 </div> 202 </div>
215 <!-- 领证方式 --> 203 <!-- 领证方式 -->
216 <div class="obtaining_license"> 204 <div class="obtaining_license">
...@@ -246,7 +234,7 @@ ...@@ -246,7 +234,7 @@
246 <h2></h2> 234 <h2></h2>
247 <div class="layui-inline layui-select-default" style="margin-right: 10px;"> 235 <div class="layui-inline layui-select-default" style="margin-right: 10px;">
248 <select name="province" class="Pselected" id="province" 236 <select name="province" class="Pselected" id="province"
249 data-area="陕西省"" lay-filter=" province"> 237 data-area="陕西省"" lay-filter="province">
250 <option value="">选择省</option> 238 <option value="">选择省</option>
251 </select> 239 </select>
252 </div> 240 </div>
...@@ -293,7 +281,6 @@ ...@@ -293,7 +281,6 @@
293 </div> 281 </div>
294 </body> 282 </body>
295 <script type="text/javascript" src="../../staticJs/common.js"></script> 283 <script type="text/javascript" src="../../staticJs/common.js"></script>
296 <script type="text/javascript" src="../../staticJs/city-picker.js"></script>
297 <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> 284 <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script>
298 <script type="text/javascript" src="../../staticJs/onlineApply/houseFill.js"></script> 285 <script type="text/javascript" src="../../staticJs/onlineApply/houseFill.js"></script>
299 <script type="text/javascript" src="../../staticJs/down.js"></script> 286 <script type="text/javascript" src="../../staticJs/down.js"></script>
......