Showing
2 changed files
with
7 additions
and
4 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | {{# hotGoods}} | 13 | {{# hotGoods}} |
14 | <a class="goods-info" href="{{url}}" data-good-id="{{product_id}}"> | 14 | <a class="goods-info" href="{{url}}" data-good-id="{{product_id}}"> |
15 | <div class="goods-image"> | 15 | <div class="goods-image"> |
16 | - <img src="{{image2 default_images w=340 h=370 q=60}}"> | 16 | + <img src="{{image default_images 318 425}}"> |
17 | </div> | 17 | </div> |
18 | <div class="good-detail-text"> | 18 | <div class="good-detail-text"> |
19 | <div class="price"> | 19 | <div class="price"> |
@@ -63,11 +63,11 @@ | @@ -63,11 +63,11 @@ | ||
63 | display: block; | 63 | display: block; |
64 | position: relative; | 64 | position: relative; |
65 | float: left; | 65 | float: left; |
66 | - margin: 0 5px 85px; | 66 | + margin: 0 5px 45px; |
67 | 67 | ||
68 | .goods-image { | 68 | .goods-image { |
69 | width: 100%; | 69 | width: 100%; |
70 | - height: 370px; | 70 | + height: 425px; |
71 | 71 | ||
72 | img { | 72 | img { |
73 | width: 100%; | 73 | width: 100%; |
@@ -76,6 +76,9 @@ | @@ -76,6 +76,9 @@ | ||
76 | } | 76 | } |
77 | 77 | ||
78 | .good-detail-text { | 78 | .good-detail-text { |
79 | + position: relative; | ||
80 | + top: -55px; | ||
81 | + | ||
79 | .price { | 82 | .price { |
80 | height: 55px; | 83 | height: 55px; |
81 | width: 100%; | 84 | width: 100%; |
@@ -113,7 +116,7 @@ | @@ -113,7 +116,7 @@ | ||
113 | line-height: 60px; | 116 | line-height: 60px; |
114 | position: absolute; | 117 | position: absolute; |
115 | left: 65px; | 118 | left: 65px; |
116 | - bottom: -35px; | 119 | + bottom: 20px; |
117 | font-size: 28px; | 120 | font-size: 28px; |
118 | } | 121 | } |
119 | } | 122 | } |
-
Please register or login to post a comment