Showing
1 changed file
with
10 additions
and
10 deletions
@@ -24,13 +24,13 @@ | @@ -24,13 +24,13 @@ | ||
24 | } | 24 | } |
25 | .boys{ | 25 | .boys{ |
26 | background:resolve('shopping-cart/boys.png') bottom left repeat-x #fff; | 26 | background:resolve('shopping-cart/boys.png') bottom left repeat-x #fff; |
27 | - } | 27 | + } |
28 | .girls{ | 28 | .girls{ |
29 | background:resolve('shopping-cart/girls.png') bottom left repeat-x #fff; | 29 | background:resolve('shopping-cart/girls.png') bottom left repeat-x #fff; |
30 | - } | 30 | + } |
31 | .kids{ | 31 | .kids{ |
32 | background:resolve('shopping-cart/kids.png') bottom left repeat-x #fff; | 32 | background:resolve('shopping-cart/kids.png') bottom left repeat-x #fff; |
33 | - } | 33 | + } |
34 | .life-style{ | 34 | .life-style{ |
35 | background:resolve('shopping-cart/lifeStyle.png') bottom left repeat-x #fff !important; | 35 | background:resolve('shopping-cart/lifeStyle.png') bottom left repeat-x #fff !important; |
36 | } | 36 | } |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | padding-left:40px; | 51 | padding-left:40px; |
52 | font-size: 32px; | 52 | font-size: 32px; |
53 | line-height: 82px; | 53 | line-height: 82px; |
54 | - span{ | 54 | + span{ |
55 | position: absolute; | 55 | position: absolute; |
56 | right: 20px; | 56 | right: 20px; |
57 | top: 28px; | 57 | top: 28px; |
@@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
86 | width: 48%; | 86 | width: 48%; |
87 | height: 40px; | 87 | height: 40px; |
88 | font-size: 32px; | 88 | font-size: 32px; |
89 | - overflow: hidden; | 89 | + overflow: hidden; |
90 | text-overflow:ellipsis; | 90 | text-overflow:ellipsis; |
91 | white-space:nowrap; | 91 | white-space:nowrap; |
92 | } | 92 | } |
@@ -118,7 +118,7 @@ | @@ -118,7 +118,7 @@ | ||
118 | color: #444; | 118 | color: #444; |
119 | &:last-child h3{ | 119 | &:last-child h3{ |
120 | border-bottom:none; | 120 | border-bottom:none; |
121 | - } | 121 | + } |
122 | h3{ | 122 | h3{ |
123 | width: 95%; | 123 | width: 95%; |
124 | height: 80px; | 124 | height: 80px; |
@@ -133,7 +133,7 @@ | @@ -133,7 +133,7 @@ | ||
133 | p{ | 133 | p{ |
134 | display: inline-block; | 134 | display: inline-block; |
135 | height: 80px; | 135 | height: 80px; |
136 | - overflow: hidden; | 136 | + overflow: hidden; |
137 | text-overflow:ellipsis; | 137 | text-overflow:ellipsis; |
138 | white-space:nowrap; | 138 | white-space:nowrap; |
139 | } | 139 | } |
@@ -142,7 +142,7 @@ | @@ -142,7 +142,7 @@ | ||
142 | margin-left: 8px; | 142 | margin-left: 8px; |
143 | height: 80px; | 143 | height: 80px; |
144 | display: inline-block; | 144 | display: inline-block; |
145 | - overflow: hidden; | 145 | + overflow: hidden; |
146 | text-overflow:ellipsis; | 146 | text-overflow:ellipsis; |
147 | white-space:nowrap; | 147 | white-space:nowrap; |
148 | } | 148 | } |
@@ -152,7 +152,7 @@ | @@ -152,7 +152,7 @@ | ||
152 | height: 80px; | 152 | height: 80px; |
153 | text-align: right; | 153 | text-align: right; |
154 | font-size: 28px; | 154 | font-size: 28px; |
155 | - overflow: hidden; | 155 | + overflow: hidden; |
156 | text-overflow:ellipsis; | 156 | text-overflow:ellipsis; |
157 | white-space:nowrap; | 157 | white-space:nowrap; |
158 | } | 158 | } |
@@ -371,7 +371,7 @@ | @@ -371,7 +371,7 @@ | ||
371 | 371 | ||
372 | .coupon-count { | 372 | .coupon-count { |
373 | padding: 5px 15px; | 373 | padding: 5px 15px; |
374 | - background: #f00; | 374 | + background: #d0021b; |
375 | color: #fff; | 375 | color: #fff; |
376 | border-radius: 10px; | 376 | border-radius: 10px; |
377 | margin-left: 20px; | 377 | margin-left: 20px; |
-
Please register or login to post a comment