0b4a73a3 by 任超

style:业务查询

1 parent 1163b9c2
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 <h2><a href="" title="便民服务">便民服务</a></h2> 86 <h2><a href="" title="便民服务">便民服务</a></h2>
87 <ul> 87 <ul>
88 <li> 88 <li>
89 <a href="" title="业务查询"> 89 <a href="./staticViews/convenienceService/businessInquiry.html" title="业务查询">
90 <img src="./staticImages/ywcx.png" alt="业务查询" /> 90 <img src="./staticImages/ywcx.png" alt="业务查询" />
91 <h6>业务查询</h6> 91 <h6>业务查询</h6>
92 <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控统培训工作</p> 92 <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控统培训工作</p>
......
1 .businessInquiry .informationService{
2 width: 1200px;
3 margin: 0 auto;
4 margin-top: 20px;
5 }
6 .businessInquiry .informationService div {
7 display: inline-block;
8 }
9 .businessInquiry .informationService div:nth-child(2) {
10 margin-left: 20px;
11 }
12 .businessInquiry .informationService input {
13 width: 300px;
14 display: inline-block;
15 }
16 .businessInquiry .informationService button {
17 display: inline-block;
18 margin-left: 20px;
19 }
...\ No newline at end of file ...\ No newline at end of file
1 layui.use('element', function () {
2 let element = layui.element;
3 });
4 $(function(){
5
6 })
...\ No newline at end of file ...\ No newline at end of file
...@@ -61,9 +61,10 @@ document.writeln(" <li class=\'layui-nav-item\'>"); ...@@ -61,9 +61,10 @@ document.writeln(" <li class=\'layui-nav-item\'>");
61 document.writeln(" <a href=\'javascript:;\'>查验中心</a>"); 61 document.writeln(" <a href=\'javascript:;\'>查验中心</a>");
62 document.writeln(" <dl class=\'layui-nav-child\'>"); 62 document.writeln(" <dl class=\'layui-nav-child\'>");
63 document.writeln(" <!-- 二级菜单 -->"); 63 document.writeln(" <!-- 二级菜单 -->");
64 document.writeln(" <dd><a href=\'\'>移动模块</a></dd>"); 64 document.writeln(" <dd><a href=\'\'>档案查询</a></dd>");
65 document.writeln(" <dd><a href=\'\'>后台模版</a></dd>"); 65 document.writeln(" <dd><a href=\'\'>合同备案查询</a></dd>");
66 document.writeln(" <dd><a href=\'\'>电商平台</a></dd>"); 66 document.writeln(" <dd><a href=\'\'>二三维不动产证书查验</a></dd>");
67 document.writeln(" <dd><a href=\'\'>证书核验</a></dd>");
67 document.writeln(" </dl>"); 68 document.writeln(" </dl>");
68 document.writeln(" </li>"); 69 document.writeln(" </li>");
69 document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>"); 70 document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>");
......
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">
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