Authored by Lynnic

update

  1 +$pageBgC:#f0f0f0;
1 $mainFontC:#444444; 2 $mainFontC:#444444;
2 $subFontC:#b0b0b0; 3 $subFontC:#b0b0b0;
3 $borderC:#e0e0e0; 4 $borderC:#e0e0e0;
@@ -32,7 +33,9 @@ $basicBtnC:#eb0313; @@ -32,7 +33,9 @@ $basicBtnC:#eb0313;
32 33
33 .good-detail-page { 34 .good-detail-page {
34 overflow: hidden; 35 overflow: hidden;
  36 + background-color: #f0f0f0;
35 .page-block { 37 .page-block {
  38 + background-color: #fff;
36 box-sizing: border-box; 39 box-sizing: border-box;
37 width: 100%; 40 width: 100%;
38 border-bottom: 1px solid $borderC; 41 border-bottom: 1px solid $borderC;
@@ -77,6 +80,7 @@ $basicBtnC:#eb0313; @@ -77,6 +80,7 @@ $basicBtnC:#eb0313;
77 } 80 }
78 .banner-container { 81 .banner-container {
79 position: relative; 82 position: relative;
  83 + background-color: #fff;
80 // overflow: hidden; 84 // overflow: hidden;
81 .is-new-lable { 85 .is-new-lable {
82 position: absolute; 86 position: absolute;
@@ -150,6 +154,7 @@ $basicBtnC:#eb0313; @@ -150,6 +154,7 @@ $basicBtnC:#eb0313;
150 min-height: pxToRem(88px); 154 min-height: pxToRem(88px);
151 padding-left: pxToRem(28px); 155 padding-left: pxToRem(28px);
152 padding-right: pxToRem(28px); 156 padding-right: pxToRem(28px);
  157 + background-color: #fff;
153 border-bottom: 1px solid $borderC; 158 border-bottom: 1px solid $borderC;
154 } 159 }
155 .goodsPrice { 160 .goodsPrice {
@@ -254,6 +259,7 @@ $basicBtnC:#eb0313; @@ -254,6 +259,7 @@ $basicBtnC:#eb0313;
254 .enter-store { 259 .enter-store {
255 min-height: pxToRem(100px); 260 min-height: pxToRem(100px);
256 display: table; 261 display: table;
  262 + background-color: #fff;
257 a { 263 a {
258 display: table-cell; 264 display: table-cell;
259 vertical-align: middle; 265 vertical-align: middle;
@@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
24 .materials { 24 .materials {
25 .detail { 25 .detail {
26 .material-item{ 26 .material-item{
  27 + min-height: pxToRem(136px);
27 margin: pxToRem(10px) 0; 28 margin: pxToRem(10px) 0;
28 // width: 100%; 29 // width: 100%;
29 border-bottom:1px solid $borderC; 30 border-bottom:1px solid $borderC;
@@ -93,7 +93,9 @@ @@ -93,7 +93,9 @@
93 93
94 {{#cartInfo}} 94 {{#cartInfo}}
95 <div class="cart-bar"> 95 <div class="cart-bar">
  96 + {{#if numInCart}}
96 <span class="num-tag">{{numInCart}}</span> 97 <span class="num-tag">{{numInCart}}</span>
  98 + {{/if}}
97 <a href="" class="num-incart iconfont">&#xe62c;</a> 99 <a href="" class="num-incart iconfont">&#xe62c;</a>
98 {{#if goodsInstore}} 100 {{#if goodsInstore}}
99 <a href="" class="addto-cart ">加入购物车</a> 101 <a href="" class="addto-cart ">加入购物车</a>