Showing
3 changed files
with
8 additions
and
7 deletions
@@ -156,10 +156,10 @@ | @@ -156,10 +156,10 @@ | ||
156 | {{/if}} | 156 | {{/if}} |
157 | </div> | 157 | </div> |
158 | <div class="wx-footer"> | 158 | <div class="wx-footer"> |
159 | - <div class="iconfont"></div> | 159 | + <div class="icon-pic"></div> |
160 | <div class="tip"> | 160 | <div class="tip"> |
161 | - <div class="copy">微信搜索 “<span id="wx-name">Yoho!Buy有货</span>”<a class="copy-wx hide">【点击复制】</a>关注</div> | ||
162 | - <div class="intro">首次绑定账户可获得50个有货币,更有免单抽奖等着您</div> | 161 | + <div class="copy">你购物,我买单。</div> |
162 | + <div class="intro">微信搜索公众号“有货YOHOBUY"关注赢免单!</div> | ||
163 | </div> | 163 | </div> |
164 | </div> | 164 | </div> |
165 | </div> | 165 | </div> |
public/img/home/wechat.png
0 → 100644
3.62 KB
@@ -387,11 +387,12 @@ | @@ -387,11 +387,12 @@ | ||
387 | z-index: 1; | 387 | z-index: 1; |
388 | padding: 20px 25px; | 388 | padding: 20px 25px; |
389 | 389 | ||
390 | - .iconfont { | ||
391 | - color: #e0e0e0; | ||
392 | - font-size: 35px; | 390 | + .icon-pic { |
391 | + width: 49px; | ||
392 | + height: 49px; | ||
393 | + background-image: resolve("home/wechat.png"); | ||
394 | + background-size: 100%; | ||
393 | float: left; | 395 | float: left; |
394 | - width: 50px; | ||
395 | } | 396 | } |
396 | 397 | ||
397 | .tip { | 398 | .tip { |
-
Please register or login to post a comment