Authored by yyq

Merge branch 'hotfix/qrCode' into release/seo1113

... ... @@ -70,7 +70,7 @@
<tr>
<td>月度购物次数</td>
<td>自然月内达到<span class="ident">1个</span>购物天数且订单已完成</td>
<td>20</td>
<td>100</td>
</tr>
<tr>
<td>完善资料</td>
... ...
... ... @@ -329,12 +329,16 @@
</a>
<div class="download-app-box">
<div class="download-app-left">
<div class="qr-code-img we-chat-code"></div>
<div class="qr-code-img we-chat-code">
<img src="//img12.static.yhbimg.com/evidenceImages/2017/11/14/10/02c21ad1b55c13f8bcd9ae5b643c3c2374.png">
</div>
<h5 class="qr-words">微信扫一扫</h5>
<h5 class="qr-words">关注公众号,赢免单</h5>
</div>
<div class="download-app-right">
<div class="qr-code-img mobile-code"></div>
<div class="qr-code-img mobile-code">
<img src="//img11.static.yhbimg.com/evidenceImages/2017/11/14/10/01dce3f4c011e664dcfed9cd836377aeb7.png">
</div>
<h5 class="qr-words">下载手机客户端</h5>
<h5 class="qr-words qr-more">
<a href="javascript:void(0);" target="_blank">更多客户端下载</a>
... ...

19.4 KB | W: | H:

18.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -471,33 +471,20 @@
float: left;
width: 130px;
height: 180px;
padding-top: 140px;
padding-top: 10px;
text-align: center;
background-color: #f4f4f4;
}
.qr-code-img {
margin: 0 auto;
margin: 10px auto;
width: 96px;
height: 168px;
}
.we-chat-code {
position: absolute;
top: -32px;
left: 18px;
background-image: resolve("layout/qr-yifan.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}
height: 96px;
.mobile-code {
position: absolute;
top: -33px;
right: 18px;
background-image: resolve("layout/qr-wenle.png");
background-repeat: no-repeat;
background-size: 100% 100%;
> img {
width: 100%;
height: 100%;
}
}
.qr-words {
... ...
... ... @@ -331,7 +331,7 @@
.we-chat-img {
position: relative;
background-image: resolve("layout/qr-yifan.png");
background-image: resolve("layout/qr-wenle-wechat.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}
... ... @@ -1566,7 +1566,7 @@
.code-img {
width: 117px;
height: 192px;
background-image: resolve("layout/qr-yifan-large.png");
background-image: resolve("layout/qr-wenle-large.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}
... ...