b0198335 by 任超

style:便民服务

1 parent a160f198
......@@ -93,21 +93,21 @@
</a>
</li>
<li>
<a href="" title="预约查询">
<a href="./staticViews/convenienceService/appointmentInquiry.html" title="预约查询">
<img src="./staticImages/yycx.png" alt="预约查询" />
<h6>预约查询</h6>
<p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系培训工作</p>
</a>
</li>
<li>
<a href="" title="证书查询">
<a href="./staticViews/convenienceService/certificateQuery.html" title="证书查询">
<img src="./staticImages/zscx.png" alt="证书查询" />
<h6>证书查询</h6>
<p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训作</p>
</a>
</li>
<li>
<a href="" title="合同备案查询">
<a href="./staticViews/convenienceService/recordInquiry.html" title="合同备案查询">
<img src="./staticImages/htbacx.png" alt="合同备案查询" />
<h6>合同备案查询</h6>
<p>快速查看网站提供分全部数据地信中心开展外业安全生监控系统培训工作</p>
......
......@@ -398,5 +398,10 @@ div.footer .system_service ul li a:hover {
-webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
border-radius: 6px;
}
/* 中间区域高度 */
.middleZoneHeight {
min-height: calc(100vh - 525px);
}
/* 0091FF */
......
......@@ -45,13 +45,13 @@
margin-right: -10px;
}
.business_module li{
width: 20%;
height: 160px;
width: 25%;
height: 230px;
text-align: center;
line-height: 160px;
font-size: 26px;
float: left;
margin-bottom: 20px;
margin-bottom: 30px;
box-sizing: border-box;
padding: 0 10px;
}
......
......@@ -44,7 +44,6 @@ function setCookie(resdata,duration){
date.setTime(date.getTime() + duration*24*3600*1000);
document.cookie = "myCookie=" + JSON.stringify(resdata)
+ "; expires=" +date.toGMTString() + "; path=/";
// document.cookie = " myCookie =" + JSON.stringify(resdata) + ';expires=' + date.toGMTString();
};
//获取cookie
......
......@@ -18,6 +18,7 @@ document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localh
document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />");
document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>");
document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>");
document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/common.js\'></script>");
document.writeln("</head>");
document.writeln("");
document.writeln("<body>");
......
......@@ -2,7 +2,6 @@ layui.use('element', function () {
let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element.on('nav(demo)', function (elem) {
//console.log(elem)
layer.msg(elem.text());
});
});
......@@ -209,7 +208,6 @@ function paged(pageCount, curr) {
// 列表数据渲染
function dataRendering() {
for (var i = 0; i < dataList.list.length; i++) {
li = '<li data-slsqBsm="' + dataList.list[i].slsqBsm + '" data-businessNo="' + dataList.list[i].businessNo + '">';
......
<!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 middleZoneHeight">
<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
......@@ -20,13 +20,13 @@
</span>
</div>
</div>
<div class="informationService">
<div class="informationService middleZoneHeight">
<div>
<span>受理编号:</span>
<input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input">
</div>
<div>
<span>权利信息</span>
<span>权利信息</span>
<input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input">
</div>
<button type="button" class="layui-btn layui-btn-normal">查询</button>
......
<!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 middleZoneHeight">
<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
<!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 middleZoneHeight">
<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
......@@ -49,32 +49,32 @@
<div class="contentBox">
<ul class="business_module">
<li>
<a href="./wdyw.html" title="我的业务">
<a class="cardItem" href="./wdyw.html" title="我的业务">
我的业务
</a>
</li>
<li>
<a href="./wdyy.html" title="我的预约">
<a class="cardItem" href="./wdyy.html" title="我的预约">
我的预约
</a>
</li>
<li>
<a href="" title="我的不动产">
<a class="cardItem" href="" title="我的不动产">
我的不动产
</a>
</li>
<li>
<a href="" title="业务查询">
<a class="cardItem" href="" title="业务查询">
业务查询
</a>
</li>
<li>
<a href="" title="我的支付">
<a class="cardItem" href="" title="我的支付">
我的支付
</a>
</li>
<li>
<a href="" title="档案查询">
<a class="cardItem" href="" title="档案查询">
档案查询
</a>
</li>
......