Authored by Lynnic

update

@@ -220,6 +220,7 @@ $basicBtnC:#eb0313; @@ -220,6 +220,7 @@ $basicBtnC:#eb0313;
220 .vipLevel { 220 .vipLevel {
221 width: 100%; 221 width: 100%;
222 box-sizing: border-box; 222 box-sizing: border-box;
  223 + background-color: #fff;
223 display: table; 224 display: table;
224 min-height: pxToRem(88px); 225 min-height: pxToRem(88px);
225 padding-left: pxToRem(28px); 226 padding-left: pxToRem(28px);
@@ -258,6 +259,7 @@ $basicBtnC:#eb0313; @@ -258,6 +259,7 @@ $basicBtnC:#eb0313;
258 .goodsDiscount { 259 .goodsDiscount {
259 font-size: pxToRem(28px); 260 font-size: pxToRem(28px);
260 color: $mainFontC; 261 color: $mainFontC;
  262 + background-color: #fff;
261 border-bottom: 1px solid $borderC; 263 border-bottom: 1px solid $borderC;
262 h1 { 264 h1 {
263 padding: pxToRem(30px) pxToRem(28px); 265 padding: pxToRem(30px) pxToRem(28px);
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 <div class="banner-container"> 3 <div class="banner-container">
4 <div class="tag-container"> 4 <div class="tag-container">
5 <p class="good-tag new-tag">NEW</p> 5 <p class="good-tag new-tag">NEW</p>
  6 + <p class="good-tag renew-tag">再到着</p>
6 {{# tags}} 7 {{# tags}}
7 {{# is_new}} 8 {{# is_new}}
8 <p class="good-tag new-tag">NEW</p> 9 <p class="good-tag new-tag">NEW</p>