Authored by Lynnic

update

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