Authored by 郭成尧

Merge branch 'feature/reds' into release/5.6

1 <div class="item"> 1 <div class="item">
2 {{#if link}} 2 {{#if link}}
3 <a href="{{link}}"> 3 <a href="{{link}}">
4 - <img class="item-pic" src="{{src}}" alt=""> 4 + <img class="item-pic" src="{{image2 src}}" alt="">
5 </a> 5 </a>
6 {{^}} 6 {{^}}
7 - <img class="item-pic" src="{{src}}" alt=""> 7 + <img class="item-pic" src="{{image2 src}}" alt="">
8 {{/if}} 8 {{/if}}
9 9
10 {{#if showProductInfo}} 10 {{#if showProductInfo}}
@@ -17,10 +17,10 @@ @@ -17,10 +17,10 @@
17 <li class="swiper-slide"> 17 <li class="swiper-slide">
18 {{#if link}} 18 {{#if link}}
19 <a href="{{link}}"> 19 <a href="{{link}}">
20 - <img src="{{src}}" alt=""> 20 + <img src="{{image2 src}}" alt="">
21 </a> 21 </a>
22 {{^}} 22 {{^}}
23 - <img src="{{src}}" alt=""> 23 + <img src="{{image2 src}}" alt="">
24 {{/if}} 24 {{/if}}
25 </li> 25 </li>
26 {{/each}} 26 {{/each}}
@@ -4,9 +4,9 @@ @@ -4,9 +4,9 @@
4 bottom: 0; 4 bottom: 0;
5 display: table; 5 display: table;
6 width: 100%; 6 width: 100%;
7 - height: 44PX;  
8 - line-height: 44PX;  
9 - font-size: 14PX; 7 + height: 80px;
  8 + line-height: 80px;
  9 + font-size: 26px;
10 background: #fff; 10 background: #fff;
11 border-top: 1px solid #e0e0e0; 11 border-top: 1px solid #e0e0e0;
12 z-index: 2; 12 z-index: 2;
@@ -21,8 +21,8 @@ @@ -21,8 +21,8 @@
21 21
22 .wall { 22 .wall {
23 width: 0; 23 width: 0;
24 - height: 14PX;  
25 - margin-top: 15PX; 24 + height: 50px;
  25 + margin-top: 15px;
26 float: right; 26 float: right;
27 border-right: 1px solid #e0e0e0; 27 border-right: 1px solid #e0e0e0;
28 display: inline-block; 28 display: inline-block;