Showing
2 changed files
with
4 additions
and
5 deletions
@@ -20,7 +20,9 @@ | @@ -20,7 +20,9 @@ | ||
20 | </a> | 20 | </a> |
21 | {{#goods0}} | 21 | {{#goods0}} |
22 | <a href="{{url}}"> | 22 | <a href="{{url}}"> |
23 | - <img src="{{image src 181 183}}" alt="left" class="bottom left"> | 23 | + <div class="bottom left"> |
24 | + <img src="{{image src 138 183}}" alt="left"> | ||
25 | + </div> | ||
24 | </a> | 26 | </a> |
25 | {{/goods0}} | 27 | {{/goods0}} |
26 | {{#goods1}} | 28 | {{#goods1}} |
@@ -14,21 +14,18 @@ | @@ -14,21 +14,18 @@ | ||
14 | float: left; | 14 | float: left; |
15 | height: 183px; | 15 | height: 183px; |
16 | width: 50%; | 16 | width: 50%; |
17 | + background: #f5f7f6; | ||
17 | 18 | ||
18 | &.left { | 19 | &.left { |
19 | border-right: 1px solid #e0e0e0; | 20 | border-right: 1px solid #e0e0e0; |
20 | } | 21 | } |
21 | 22 | ||
22 | - &.right { | ||
23 | - background: #f5f7f6; | ||
24 | - | ||
25 | img { | 23 | img { |
26 | width: 138px; | 24 | width: 138px; |
27 | height: 100%; | 25 | height: 100%; |
28 | margin: 0 auto; | 26 | margin: 0 auto; |
29 | } | 27 | } |
30 | } | 28 | } |
31 | - } | ||
32 | 29 | ||
33 | .fav-container { | 30 | .fav-container { |
34 | position: absolute; | 31 | position: absolute; |
-
Please register or login to post a comment