bc34574c by 任超

style:首页细节

1 parent b8d57d72
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
34 </a> 34 </a>
35 </li> 35 </li>
36 <li> 36 <li>
37 <a class="cardItem" href="/staticViews/yyxz.html" title="在线预约"> 37 <a class="cardItem" id="onlineBooking" title="在线预约">
38 <!-- href="/staticViews/yyxz.html" -->
38 <img src="./staticImages/zxyy.png" alt="在线预约"> 39 <img src="./staticImages/zxyy.png" alt="在线预约">
39 在线预约 40 在线预约
40 </a> 41 </a>
...@@ -86,7 +87,7 @@ ...@@ -86,7 +87,7 @@
86 <div class="c_two"> 87 <div class="c_two">
87 <div class="subject"> 88 <div class="subject">
88 <h2><a href="" title="便民服务">便民服务</a></h2> 89 <h2><a href="" title="便民服务">便民服务</a></h2>
89 <ul> 90 <ul class="convenient_service">
90 <li> 91 <li>
91 <a href="./staticViews/convenienceService/businessInquiry.html" title="业务查询"> 92 <a href="./staticViews/convenienceService/businessInquiry.html" title="业务查询">
92 <img src="./staticImages/ywcx.png" alt="业务查询" /> 93 <img src="./staticImages/ywcx.png" alt="业务查询" />
...@@ -101,7 +102,7 @@ ...@@ -101,7 +102,7 @@
101 <p>查询个人/企业线上约号业务,包含预约的业务名称、预约大厅详情、预约时间、预约流水号等信息</p> 102 <p>查询个人/企业线上约号业务,包含预约的业务名称、预约大厅详情、预约时间、预约流水号等信息</p>
102 </a> 103 </a>
103 </li> 104 </li>
104 <li> 105 <li class="">
105 <a href="./staticViews/convenienceService/certificateVerification.html" title="证书查询"> 106 <a href="./staticViews/convenienceService/certificateVerification.html" title="证书查询">
106 <img src="./staticImages/zscx.png" alt="证书查询" /> 107 <img src="./staticImages/zscx.png" alt="证书查询" />
107 <h6>证书查询</h6> 108 <h6>证书查询</h6>
......
...@@ -153,6 +153,9 @@ div.banner ul li a { ...@@ -153,6 +153,9 @@ div.banner ul li a {
153 .laws_regulations .laws_list li:not(:last-child) { 153 .laws_regulations .laws_list li:not(:last-child) {
154 border-bottom: 1px dashed #DEDEDE; 154 border-bottom: 1px dashed #DEDEDE;
155 } 155 }
156 .convenient_service li a {
157 cursor: pointer;
158 }
156 159
157 /* ---------------好差评start---------------------------- */ 160 /* ---------------好差评start---------------------------- */
158 .Good_bad_reviews { 161 .Good_bad_reviews {
......
...@@ -64,6 +64,11 @@ function initData() { ...@@ -64,6 +64,11 @@ function initData() {
64 window.open('./staticViews/wdyy.html') 64 window.open('./staticViews/wdyy.html')
65 } 65 }
66 }) 66 })
67 $('#onlineBooking').click (function(){
68 if (isLogin()) {
69 window.open('./staticViews/wdyy.html')
70 }
71 })
67 } 72 }
68 //加载新闻数据 73 //加载新闻数据
69 function NewsData() { 74 function NewsData() {
......