Showing
2 changed files
with
11 additions
and
9 deletions
@@ -32,14 +32,16 @@ | @@ -32,14 +32,16 @@ | ||
32 | <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img> | 32 | <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img> |
33 | </div> | 33 | </div> |
34 | <div class="product-name">{{productName}}</div> | 34 | <div class="product-name">{{productName}}</div> |
35 | - <div class='product-price-wrap'> | ||
36 | - <span class='product-people-number'>{{joinPeopleNum}}人团</span> | ||
37 | - <span class='product-price'>{{formatCollagePrice}}</span> | ||
38 | - </div> | 35 | + {{#if formatCollagePrice}} |
36 | + <div class='product-price-wrap'> | ||
37 | + <span class='product-people-number'>{{joinPeopleNum}}人团</span> | ||
38 | + <span class='product-price'>{{formatCollagePrice}}</span> | ||
39 | + </div> | ||
40 | + {{/if}} | ||
39 | {{#if collagedPersonNum}} | 41 | {{#if collagedPersonNum}} |
40 | - <div class="product-price-wrap"> | ||
41 | - <span class="product-sell-number">已拼{{collagedPersonNum}}件</span> | ||
42 | - </div> | 42 | + <div class="product-price-wrap"> |
43 | + <span class="product-sell-number">已拼{{collagedPersonNum}}件</span> | ||
44 | + </div> | ||
43 | {{/if}} | 45 | {{/if}} |
44 | </div> | 46 | </div> |
45 | {{/each}} | 47 | {{/each}} |
@@ -16,9 +16,9 @@ | @@ -16,9 +16,9 @@ | ||
16 | } | 16 | } |
17 | 17 | ||
18 | .swiper-container { | 18 | .swiper-container { |
19 | - height: 450px; | ||
20 | margin-left: 20px; | 19 | margin-left: 20px; |
21 | margin-right: 20px; | 20 | margin-right: 20px; |
21 | + padding-bottom: 60px; | ||
22 | } | 22 | } |
23 | 23 | ||
24 | .swiper-pagination .swiper-pagination-bullet-active { | 24 | .swiper-pagination .swiper-pagination-bullet-active { |
@@ -28,7 +28,6 @@ | @@ -28,7 +28,6 @@ | ||
28 | .swiper-slide { | 28 | .swiper-slide { |
29 | text-align: center; | 29 | text-align: center; |
30 | font-size: 18px; | 30 | font-size: 18px; |
31 | - height: 88%; | ||
32 | 31 | ||
33 | .product-image-bg { | 32 | .product-image-bg { |
34 | height: 250px; | 33 | height: 250px; |
@@ -36,6 +35,7 @@ | @@ -36,6 +35,7 @@ | ||
36 | } | 35 | } |
37 | 36 | ||
38 | .product-name { | 37 | .product-name { |
38 | + margin-bottom: 20px; | ||
39 | font-family: PingFang-SC-Regular, sans-serif; | 39 | font-family: PingFang-SC-Regular, sans-serif; |
40 | color: #222; | 40 | color: #222; |
41 | text-align: left; | 41 | text-align: left; |
-
Please register or login to post a comment