Showing
3 changed files
with
10 additions
and
3 deletions
@@ -330,9 +330,9 @@ | @@ -330,9 +330,9 @@ | ||
330 | <div class="footer-link"> | 330 | <div class="footer-link"> |
331 | <div class="center-content clearfix"> | 331 | <div class="center-content clearfix"> |
332 | <div class="left right-flag"> | 332 | <div class="left right-flag"> |
333 | - <div class="govicon"> | ||
334 | - <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> | ||
335 | - </div> | 333 | + <a class='govicon' href="http://odr.jsdsgsxt.gov.cn:8081/mbm/entweb/elec/certView?siteId=f2b6e3b8d18241afb8dd6cadf7f15406" target="_blank" rel="nofollow"> |
334 | + <div class="govimg"></div> | ||
335 | + </a> | ||
336 | <a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&ct=df&a=1&pa=0.5902942178957805" target="_blank" rel="nofollow"> | 336 | <a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&ct=df&a=1&pa=0.5902942178957805" target="_blank" rel="nofollow"> |
337 | <img src="//static.yohobuy.com/images/v3/icon/credit-flag3.png"> | 337 | <img src="//static.yohobuy.com/images/v3/icon/credit-flag3.png"> |
338 | </a> | 338 | </a> |
public/img/layout/ebsIcon.png
0 → 100644

17 KB
@@ -299,6 +299,7 @@ | @@ -299,6 +299,7 @@ | ||
299 | margin-right: 5px; | 299 | margin-right: 5px; |
300 | } | 300 | } |
301 | .govicon { | 301 | .govicon { |
302 | + display: inline-block; | ||
302 | float: left; | 303 | float: left; |
303 | border-radius: 2px; | 304 | border-radius: 2px; |
304 | margin-right: 8px; | 305 | margin-right: 8px; |
@@ -306,6 +307,12 @@ | @@ -306,6 +307,12 @@ | ||
306 | width: 26px; | 307 | width: 26px; |
307 | height: 34px; | 308 | height: 34px; |
308 | } | 309 | } |
310 | + | ||
311 | + .govimg { | ||
312 | + width: 100%; | ||
313 | + height: 100%; | ||
314 | + background: url(/layout/ebsIcon.png) no-repeat; | ||
315 | + } | ||
309 | } | 316 | } |
310 | 317 | ||
311 | .about-us { | 318 | .about-us { |
-
Please register or login to post a comment