bc34574c by 任超

style:首页细节

1 parent b8d57d72
......@@ -34,7 +34,8 @@
</a>
</li>
<li>
<a class="cardItem" href="/staticViews/yyxz.html" title="在线预约">
<a class="cardItem" id="onlineBooking" title="在线预约">
<!-- href="/staticViews/yyxz.html" -->
<img src="./staticImages/zxyy.png" alt="在线预约">
在线预约
</a>
......@@ -86,7 +87,7 @@
<div class="c_two">
<div class="subject">
<h2><a href="" title="便民服务">便民服务</a></h2>
<ul>
<ul class="convenient_service">
<li>
<a href="./staticViews/convenienceService/businessInquiry.html" title="业务查询">
<img src="./staticImages/ywcx.png" alt="业务查询" />
......@@ -101,7 +102,7 @@
<p>查询个人/企业线上约号业务,包含预约的业务名称、预约大厅详情、预约时间、预约流水号等信息</p>
</a>
</li>
<li>
<li class="">
<a href="./staticViews/convenienceService/certificateVerification.html" title="证书查询">
<img src="./staticImages/zscx.png" alt="证书查询" />
<h6>证书查询</h6>
......
......@@ -153,6 +153,9 @@ div.banner ul li a {
.laws_regulations .laws_list li:not(:last-child) {
border-bottom: 1px dashed #DEDEDE;
}
.convenient_service li a {
cursor: pointer;
}
/* ---------------好差评start---------------------------- */
.Good_bad_reviews {
......
......@@ -64,6 +64,11 @@ function initData() {
window.open('./staticViews/wdyy.html')
}
})
$('#onlineBooking').click (function(){
if (isLogin()) {
window.open('./staticViews/wdyy.html')
}
})
}
//加载新闻数据
function NewsData() {
......