Authored by Lynnic

fixed bugs in good detail page

@@ -127,7 +127,7 @@ $basicBtnC:#eb0313; @@ -127,7 +127,7 @@ $basicBtnC:#eb0313;
127 color: #fff; 127 color: #fff;
128 } 128 }
129 } 129 }
130 - 130 +
131 .banner-container { 131 .banner-container {
132 position: relative; 132 position: relative;
133 background-color: #fff; 133 background-color: #fff;
@@ -208,7 +208,7 @@ $basicBtnC:#eb0313; @@ -208,7 +208,7 @@ $basicBtnC:#eb0313;
208 line-height: pxToRem(88px); 208 line-height: pxToRem(88px);
209 } 209 }
210 .currentPrice { 210 .currentPrice {
211 - color: red; 211 + color: #d0021b;
212 margin-right: pxToRem(10px); 212 margin-right: pxToRem(10px);
213 } 213 }
214 .previousPrice { 214 .previousPrice {
@@ -255,7 +255,7 @@ $basicBtnC:#eb0313; @@ -255,7 +255,7 @@ $basicBtnC:#eb0313;
255 width: pxToRem(53px); 255 width: pxToRem(53px);
256 height: pxToRem(32px); 256 height: pxToRem(32px);
257 } 257 }
258 - &:nth-child(3) { 258 + &:nth-child(1) {
259 text-align: right; 259 text-align: right;
260 .vip-img { 260 .vip-img {
261 background: image-url('product/silver.png') no-repeat; 261 background: image-url('product/silver.png') no-repeat;
@@ -266,7 +266,7 @@ $basicBtnC:#eb0313; @@ -266,7 +266,7 @@ $basicBtnC:#eb0313;
266 background: image-url('product/golden.png') no-repeat; 266 background: image-url('product/golden.png') no-repeat;
267 } 267 }
268 } 268 }
269 - &:nth-child(1) { 269 + &:nth-child(3) {
270 text-align: left; 270 text-align: left;
271 .vip-img { 271 .vip-img {
272 background: image-url('product/platinum.png') no-repeat; 272 background: image-url('product/platinum.png') no-repeat;
@@ -39,8 +39,8 @@ @@ -39,8 +39,8 @@
39 <div class="price-date"> 39 <div class="price-date">
40 {{# goodsPrice}} 40 {{# goodsPrice}}
41 <div class="goodsPrice"> 41 <div class="goodsPrice">
42 - <h1 class="currentPrice"{{currentPrice}}</h1>  
43 - <h1 class="previousPrice"{{previousPrice}}</h1> 42 + <h1 class="currentPrice">{{currentPrice}}</h1>
  43 + <h1 class="previousPrice">{{previousPrice}}</h1>
44 </div> 44 </div>
45 {{/ goodsPrice}} 45 {{/ goodsPrice}}
46 46