style:便民服务
Showing
17 changed files
with
134 additions
and
17 deletions
... | @@ -93,21 +93,21 @@ | ... | @@ -93,21 +93,21 @@ |
93 | </a> | 93 | </a> |
94 | </li> | 94 | </li> |
95 | <li> | 95 | <li> |
96 | <a href="" title="预约查询"> | 96 | <a href="./staticViews/convenienceService/appointmentInquiry.html" title="预约查询"> |
97 | <img src="./staticImages/yycx.png" alt="预约查询" /> | 97 | <img src="./staticImages/yycx.png" alt="预约查询" /> |
98 | <h6>预约查询</h6> | 98 | <h6>预约查询</h6> |
99 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系培训工作</p> | 99 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系培训工作</p> |
100 | </a> | 100 | </a> |
101 | </li> | 101 | </li> |
102 | <li> | 102 | <li> |
103 | <a href="" title="证书查询"> | 103 | <a href="./staticViews/convenienceService/certificateQuery.html" title="证书查询"> |
104 | <img src="./staticImages/zscx.png" alt="证书查询" /> | 104 | <img src="./staticImages/zscx.png" alt="证书查询" /> |
105 | <h6>证书查询</h6> | 105 | <h6>证书查询</h6> |
106 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训作</p> | 106 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训作</p> |
107 | </a> | 107 | </a> |
108 | </li> | 108 | </li> |
109 | <li> | 109 | <li> |
110 | <a href="" title="合同备案查询"> | 110 | <a href="./staticViews/convenienceService/recordInquiry.html" title="合同备案查询"> |
111 | <img src="./staticImages/htbacx.png" alt="合同备案查询" /> | 111 | <img src="./staticImages/htbacx.png" alt="合同备案查询" /> |
112 | <h6>合同备案查询</h6> | 112 | <h6>合同备案查询</h6> |
113 | <p>快速查看网站提供分全部数据地信中心开展外业安全生监控系统培训工作</p> | 113 | <p>快速查看网站提供分全部数据地信中心开展外业安全生监控系统培训工作</p> | ... | ... |
... | @@ -398,5 +398,10 @@ div.footer .system_service ul li a:hover { | ... | @@ -398,5 +398,10 @@ div.footer .system_service ul li a:hover { |
398 | -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/ | 398 | -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/ |
399 | border-radius: 6px; | 399 | border-radius: 6px; |
400 | } | 400 | } |
401 | /* 中间区域高度 */ | ||
402 | .middleZoneHeight { | ||
403 | min-height: calc(100vh - 525px); | ||
404 | } | ||
405 | |||
401 | 406 | ||
402 | /* 0091FF */ | 407 | /* 0091FF */ | ... | ... |
File mode changed
File mode changed
File mode changed
... | @@ -45,13 +45,13 @@ | ... | @@ -45,13 +45,13 @@ |
45 | margin-right: -10px; | 45 | margin-right: -10px; |
46 | } | 46 | } |
47 | .business_module li{ | 47 | .business_module li{ |
48 | width: 20%; | 48 | width: 25%; |
49 | height: 160px; | 49 | height: 230px; |
50 | text-align: center; | 50 | text-align: center; |
51 | line-height: 160px; | 51 | line-height: 160px; |
52 | font-size: 26px; | 52 | font-size: 26px; |
53 | float: left; | 53 | float: left; |
54 | margin-bottom: 20px; | 54 | margin-bottom: 30px; |
55 | box-sizing: border-box; | 55 | box-sizing: border-box; |
56 | padding: 0 10px; | 56 | padding: 0 10px; |
57 | } | 57 | } | ... | ... |
... | @@ -44,7 +44,6 @@ function setCookie(resdata,duration){ | ... | @@ -44,7 +44,6 @@ function setCookie(resdata,duration){ |
44 | date.setTime(date.getTime() + duration*24*3600*1000); | 44 | date.setTime(date.getTime() + duration*24*3600*1000); |
45 | document.cookie = "myCookie=" + JSON.stringify(resdata) | 45 | document.cookie = "myCookie=" + JSON.stringify(resdata) |
46 | + "; expires=" +date.toGMTString() + "; path=/"; | 46 | + "; expires=" +date.toGMTString() + "; path=/"; |
47 | // document.cookie = " myCookie =" + JSON.stringify(resdata) + ';expires=' + date.toGMTString(); | ||
48 | }; | 47 | }; |
49 | 48 | ||
50 | //获取cookie | 49 | //获取cookie | ... | ... |
File mode changed
File mode changed
staticJs/convenienceService/recordInquiry.js
0 → 100644
File mode changed
... | @@ -18,6 +18,7 @@ document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localh | ... | @@ -18,6 +18,7 @@ document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localh |
18 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); | 18 | document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); |
19 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); | 19 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); |
20 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>"); | 20 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>"); |
21 | document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/common.js\'></script>"); | ||
21 | document.writeln("</head>"); | 22 | document.writeln("</head>"); |
22 | document.writeln(""); | 23 | document.writeln(""); |
23 | document.writeln("<body>"); | 24 | document.writeln("<body>"); | ... | ... |
... | @@ -2,7 +2,6 @@ layui.use('element', function () { | ... | @@ -2,7 +2,6 @@ layui.use('element', function () { |
2 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | 2 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 |
3 | //监听导航点击 | 3 | //监听导航点击 |
4 | element.on('nav(demo)', function (elem) { | 4 | element.on('nav(demo)', function (elem) { |
5 | //console.log(elem) | ||
6 | layer.msg(elem.text()); | 5 | layer.msg(elem.text()); |
7 | }); | 6 | }); |
8 | }); | 7 | }); |
... | @@ -209,7 +208,6 @@ function paged(pageCount, curr) { | ... | @@ -209,7 +208,6 @@ function paged(pageCount, curr) { |
209 | 208 | ||
210 | 209 | ||
211 | // 列表数据渲染 | 210 | // 列表数据渲染 |
212 | |||
213 | function dataRendering() { | 211 | function dataRendering() { |
214 | for (var i = 0; i < dataList.list.length; i++) { | 212 | for (var i = 0; i < dataList.list.length; i++) { |
215 | li = '<li data-slsqBsm="' + dataList.list[i].slsqBsm + '" data-businessNo="' + dataList.list[i].businessNo + '">'; | 213 | li = '<li data-slsqBsm="' + dataList.list[i].slsqBsm + '" data-businessNo="' + dataList.list[i].businessNo + '">'; | ... | ... |
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>预约查询</title> | ||
9 | <script type="text/javascript" src="../../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../../staticCss/convenienceService/businessInquiry.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="businessInquiry"> | ||
15 | <div class="navigation_crumbs"> | ||
16 | <div class="contentBox"> | ||
17 | <span class="layui-breadcrumb"> | ||
18 | <a href="../../index.html" title="首页">首页</a> | ||
19 | <a title="预约查询"><cite>预约查询</cite></a> | ||
20 | </span> | ||
21 | </div> | ||
22 | </div> | ||
23 | <div class="informationService middleZoneHeight"> | ||
24 | <div> | ||
25 | <span>受理编号:</span> | ||
26 | <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> | ||
27 | </div> | ||
28 | <div> | ||
29 | <span>权利信息:</span> | ||
30 | <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> | ||
31 | </div> | ||
32 | <button type="button" class="layui-btn layui-btn-normal">查询</button> | ||
33 | </div> | ||
34 | </div> | ||
35 | </body> | ||
36 | <script type="text/javascript" src="../../staticJs/down.js"></script> | ||
37 | <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script> | ||
38 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -20,13 +20,13 @@ | ... | @@ -20,13 +20,13 @@ |
20 | </span> | 20 | </span> |
21 | </div> | 21 | </div> |
22 | </div> | 22 | </div> |
23 | <div class="informationService"> | 23 | <div class="informationService middleZoneHeight"> |
24 | <div> | 24 | <div> |
25 | <span>受理编号:</span> | 25 | <span>受理编号:</span> |
26 | <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> | 26 | <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> |
27 | </div> | 27 | </div> |
28 | <div> | 28 | <div> |
29 | <span>权利信息:</span> | 29 | <span>权利信息</span> |
30 | <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> | 30 | <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> |
31 | </div> | 31 | </div> |
32 | <button type="button" class="layui-btn layui-btn-normal">查询</button> | 32 | <button type="button" class="layui-btn layui-btn-normal">查询</button> | ... | ... |
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>证书查询</title> | ||
9 | <script type="text/javascript" src="../../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../../staticCss/convenienceService/businessInquiry.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="businessInquiry"> | ||
15 | <div class="navigation_crumbs"> | ||
16 | <div class="contentBox"> | ||
17 | <span class="layui-breadcrumb"> | ||
18 | <a href="../../index.html" title="首页">首页</a> | ||
19 | <a title="证书查询"><cite>证书查询</cite></a> | ||
20 | </span> | ||
21 | </div> | ||
22 | </div> | ||
23 | <div class="informationService middleZoneHeight"> | ||
24 | <div> | ||
25 | <span>受理编号:</span> | ||
26 | <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> | ||
27 | </div> | ||
28 | <div> | ||
29 | <span>权利信息:</span> | ||
30 | <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> | ||
31 | </div> | ||
32 | <button type="button" class="layui-btn layui-btn-normal">查询</button> | ||
33 | </div> | ||
34 | </div> | ||
35 | </body> | ||
36 | <script type="text/javascript" src="../../staticJs/down.js"></script> | ||
37 | <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script> | ||
38 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>合同备案查询</title> | ||
9 | <script type="text/javascript" src="../../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../../staticCss/convenienceService/businessInquiry.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="businessInquiry"> | ||
15 | <div class="navigation_crumbs"> | ||
16 | <div class="contentBox"> | ||
17 | <span class="layui-breadcrumb"> | ||
18 | <a href="../../index.html" title="首页">首页</a> | ||
19 | <a title="合同备案查询"><cite>合同备案查询</cite></a> | ||
20 | </span> | ||
21 | </div> | ||
22 | </div> | ||
23 | <div class="informationService middleZoneHeight"> | ||
24 | <div> | ||
25 | <span>受理编号:</span> | ||
26 | <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> | ||
27 | </div> | ||
28 | <div> | ||
29 | <span>权利信息</span> | ||
30 | <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> | ||
31 | </div> | ||
32 | <button type="button" class="layui-btn layui-btn-normal">查询</button> | ||
33 | </div> | ||
34 | </div> | ||
35 | </body> | ||
36 | <script type="text/javascript" src="../../staticJs/down.js"></script> | ||
37 | <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script> | ||
38 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -49,32 +49,32 @@ | ... | @@ -49,32 +49,32 @@ |
49 | <div class="contentBox"> | 49 | <div class="contentBox"> |
50 | <ul class="business_module"> | 50 | <ul class="business_module"> |
51 | <li> | 51 | <li> |
52 | <a href="./wdyw.html" title="我的业务"> | 52 | <a class="cardItem" href="./wdyw.html" title="我的业务"> |
53 | 我的业务 | 53 | 我的业务 |
54 | </a> | 54 | </a> |
55 | </li> | 55 | </li> |
56 | <li> | 56 | <li> |
57 | <a href="./wdyy.html" title="我的预约"> | 57 | <a class="cardItem" href="./wdyy.html" title="我的预约"> |
58 | 我的预约 | 58 | 我的预约 |
59 | </a> | 59 | </a> |
60 | </li> | 60 | </li> |
61 | <li> | 61 | <li> |
62 | <a href="" title="我的不动产"> | 62 | <a class="cardItem" href="" title="我的不动产"> |
63 | 我的不动产 | 63 | 我的不动产 |
64 | </a> | 64 | </a> |
65 | </li> | 65 | </li> |
66 | <li> | 66 | <li> |
67 | <a href="" title="业务查询"> | 67 | <a class="cardItem" href="" title="业务查询"> |
68 | 业务查询 | 68 | 业务查询 |
69 | </a> | 69 | </a> |
70 | </li> | 70 | </li> |
71 | <li> | 71 | <li> |
72 | <a href="" title="我的支付"> | 72 | <a class="cardItem" href="" title="我的支付"> |
73 | 我的支付 | 73 | 我的支付 |
74 | </a> | 74 | </a> |
75 | </li> | 75 | </li> |
76 | <li> | 76 | <li> |
77 | <a href="" title="档案查询"> | 77 | <a class="cardItem" href="" title="档案查询"> |
78 | 档案查询 | 78 | 档案查询 |
79 | </a> | 79 | </a> |
80 | </li> | 80 | </li> | ... | ... |
-
Please register or sign in to post a comment