fcf8fcd6 by 任超

style:个人中心

1 parent 25a60066
......@@ -10,10 +10,10 @@ $(function(){
pageData();
})
function pageData(){
$('.business_module li').mouseover(function(){
$('.business_module li .cardItem').mouseover(function(){
$(this).find('.itemImg').attr('src',$(this).find('.itemImg').attr('url'))
})
$('.business_module li').mouseout(function(){
$('.business_module li .cardItem').mouseout(function(){
$(this).find('.itemImg').attr('src',$(this).find('.itemImg').attr('pre'))
})
}
......
......@@ -52,47 +52,47 @@
<li>
<div class="cardItem">
<a href="./wdyy.html" title="我的预约">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/myyuyue.png">
<img class="itemImg" url="../staticImages/semyyuyue.png" src="../staticImages/myyuyue.png" pre="../staticImages/myyuyue.png">
<p class="itemName">我的预约</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="业务查询">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/myyewuchaxun.png">
<a href="./convenienceService/businessInquiry.html" title="业务查询">
<img class="itemImg" url="../staticImages/semyyewuchaxun.png" src="../staticImages/myyewuchaxun.png" pre="../staticImages/myyewuchaxun.png">
<p class="itemName">业务查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="合同备案查询">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/hetongbeianchaxun.png">
<a href="./convenienceService/recordInquiry.html" title="合同备案查询">
<img class="itemImg" url="../staticImages/sehetongbeianchaxun.png" src="../staticImages/hetongbeianchaxun.png" pre="../staticImages/hetongbeianchaxun.png">
<p class="itemName">合同备案查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="不动产证书查询">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/budongchanzhengshu.png">
<a href="./convenienceService/certificateVerification.html" title="不动产证书查询">
<img class="itemImg" url="../staticImages/sebudongchanzhengshu.png" src="../staticImages/budongchanzhengshu.png" pre="../staticImages/budongchanzhengshu.png">
<p class="itemName">不动产证书查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="档案查询">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/danganchaxun.png">
<a href="./convenienceService/fileQuery.html" title="档案查询">
<img class="itemImg" url="../staticImages/sedanganchaxun.png" src="../staticImages/danganchaxun.png" pre="../staticImages/danganchaxun.png">
<p class="itemName">档案查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="证书核验">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/zhengshuheyan.png">
<a href="./convenienceService/certificateVerification.html" title="证书核验">
<img class="itemImg" url="../staticImages/sezhengshuheyan.png" src="../staticImages/zhengshuheyan.png" pre="../staticImages/zhengshuheyan.png">
<p class="itemName">证书核验</p>
</a>
</div>
......@@ -100,7 +100,7 @@
<li>
<div class="cardItem">
<a href="" title="我的发票">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/wodefapiao.png">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/wodefapiao.png" pre="../staticImages/wodefapiao.png">
<p class="itemName">我的发票</p>
</a>
</div>
......@@ -108,7 +108,7 @@
<li>
<div class="cardItem">
<a href="" title="我的支付">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/wodezhifu.png">
<img class="itemImg" url="../staticImages/sewodezhifu.png" src="../staticImages/wodezhifu.png" pre="../staticImages/wodezhifu.png">
<p class="itemName">我的支付</p>
</a>
</div>
......