0b4a73a3 by 任超

style:业务查询

1 parent 1163b9c2
......@@ -86,7 +86,7 @@
<h2><a href="" title="便民服务">便民服务</a></h2>
<ul>
<li>
<a href="" title="业务查询">
<a href="./staticViews/convenienceService/businessInquiry.html" title="业务查询">
<img src="./staticImages/ywcx.png" alt="业务查询" />
<h6>业务查询</h6>
<p>快速查看网站提供分全部数据地信中心开展外业安全生产监控统培训工作</p>
......
.businessInquiry .informationService{
width: 1200px;
margin: 0 auto;
margin-top: 20px;
}
.businessInquiry .informationService div {
display: inline-block;
}
.businessInquiry .informationService div:nth-child(2) {
margin-left: 20px;
}
.businessInquiry .informationService input {
width: 300px;
display: inline-block;
}
.businessInquiry .informationService button {
display: inline-block;
margin-left: 20px;
}
\ No newline at end of file
layui.use('element', function () {
let element = layui.element;
});
$(function(){
})
\ No newline at end of file
......@@ -61,9 +61,10 @@ document.writeln(" <li class=\'layui-nav-item\'>");
document.writeln(" <a href=\'javascript:;\'>查验中心</a>");
document.writeln(" <dl class=\'layui-nav-child\'>");
document.writeln(" <!-- 二级菜单 -->");
document.writeln(" <dd><a href=\'\'>移动模块</a></dd>");
document.writeln(" <dd><a href=\'\'>后台模版</a></dd>");
document.writeln(" <dd><a href=\'\'>电商平台</a></dd>");
document.writeln(" <dd><a href=\'\'>档案查询</a></dd>");
document.writeln(" <dd><a href=\'\'>合同备案查询</a></dd>");
document.writeln(" <dd><a href=\'\'>二三维不动产证书查验</a></dd>");
document.writeln(" <dd><a href=\'\'>证书核验</a></dd>");
document.writeln(" </dl>");
document.writeln(" </li>");
document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>");
......
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>业务查询</title>
<script type="text/javascript" src="../../staticJs/head.js"></script>
<link rel="stylesheet" type="text/css" href="../../staticCss/convenienceService/businessInquiry.css">
</head>
<body>
<div class="businessInquiry">
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../../index.html" title="首页">首页</a>
<a title="业务查询"><cite>业务查询</cite></a>
</span>
</div>
</div>
<div class="informationService">
<div>
<span>受理编号:</span>
<input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input">
</div>
<div>
<span>权利信息:</span>
<input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input">
</div>
<button type="button" class="layui-btn layui-btn-normal">查询</button>
</div>
</div>
</body>
<script type="text/javascript" src="../../staticJs/down.js"></script>
<script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
</html>
\ No newline at end of file