Authored by 郭成尧

image-q

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