Authored by Lynnic

fixed bugs in good detail page

... ... @@ -127,7 +127,7 @@ $basicBtnC:#eb0313;
color: #fff;
}
}
.banner-container {
position: relative;
background-color: #fff;
... ... @@ -208,7 +208,7 @@ $basicBtnC:#eb0313;
line-height: pxToRem(88px);
}
.currentPrice {
color: red;
color: #d0021b;
margin-right: pxToRem(10px);
}
.previousPrice {
... ... @@ -255,7 +255,7 @@ $basicBtnC:#eb0313;
width: pxToRem(53px);
height: pxToRem(32px);
}
&:nth-child(3) {
&:nth-child(1) {
text-align: right;
.vip-img {
background: image-url('product/silver.png') no-repeat;
... ... @@ -266,7 +266,7 @@ $basicBtnC:#eb0313;
background: image-url('product/golden.png') no-repeat;
}
}
&:nth-child(1) {
&:nth-child(3) {
text-align: left;
.vip-img {
background: image-url('product/platinum.png') no-repeat;
... ...
... ... @@ -39,8 +39,8 @@
<div class="price-date">
{{# goodsPrice}}
<div class="goodsPrice">
<h1 class="currentPrice"{{currentPrice}}</h1>
<h1 class="previousPrice"{{previousPrice}}</h1>
<h1 class="currentPrice">{{currentPrice}}</h1>
<h1 class="previousPrice">{{previousPrice}}</h1>
</div>
{{/ goodsPrice}}
... ...