Authored by htoooth

add css

... ... @@ -330,9 +330,9 @@
<div class="footer-link">
<div class="center-content clearfix">
<div class="left right-flag">
<div class="govicon">
<script id="jsgovicon" src="http://odr.jsdsgsxt.gov.cn:8081/mbm/app/main/electronic/js/govicon.js?siteId=f2b6e3b8d18241afb8dd6cadf7f15406&width=26&height=34&type=1" type="text/javascript" charset="utf-8" async></script>
</div>
<a class='govicon' href="http://odr.jsdsgsxt.gov.cn:8081/mbm/entweb/elec/certView?siteId=f2b6e3b8d18241afb8dd6cadf7f15406" target="_blank" rel="nofollow">
<div class="govimg"></div>
</a>
<a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&amp;ct=df&amp;a=1&amp;pa=0.5902942178957805" target="_blank" rel="nofollow">
<img src="//static.yohobuy.com/images/v3/icon/credit-flag3.png">
</a>
... ...
... ... @@ -299,6 +299,7 @@
margin-right: 5px;
}
.govicon {
display: inline-block;
float: left;
border-radius: 2px;
margin-right: 8px;
... ... @@ -306,6 +307,12 @@
width: 26px;
height: 34px;
}
.govimg {
width: 100%;
height: 100%;
background: url(/layout/ebsIcon.png) no-repeat;
}
}
.about-us {
... ...