Authored by 郭成尧

'new-festival-icon'

... ... @@ -42,9 +42,12 @@
color: #fff;
}
.new-festival-tag {
width: 90px;
background-color: #000;
color: #fff;
color: #000;
width: 100px;
background-image: resolve("product/new-festival.png");
background-repeat: no-repeat;
background-color: #fff;
background-size: 100px 28px;
}
.limit-tag {
width: 100px;
... ...
... ... @@ -144,8 +144,12 @@ $basicBtnC:#eb0313;
color: #fff;
}
.new-festival-tag {
background-color: #000;
color: #fff;
color: #000;
width: 120px;
background-image: resolve("product/new-festival.png");
background-repeat: no-repeat;
background-color: #fff;
background-size: 120px 38px;
}
.yohood-tag {
background-color: #000;
... ...
... ... @@ -13,7 +13,7 @@
<p class="good-tag sale-tag">SALE</p>
{{/ is_discount}}
{{# is_yohood}}
<div class="good-tag new-tag">NEW</div>
<p class="good-tag new-festival-tag">新品节</p>
{{/ is_yohood}}
{{# is_limited}}
<p class="good-tag limit-tag">限量商品</p>
... ...
... ... @@ -12,9 +12,9 @@
{{# is_discount}}
<p class="good-tag sale-tag">SALE</p>
{{/ is_discount}}
{{# is_yohoood}}
<p class="good-tag new-tag">NEW</p>
{{/ is_yohoood}}
{{# is_yohood}}
<p class="good-tag new-festival-tag">新品节</p>
{{/ is_yohood}}
{{# is_limited}}
<p class="good-tag limit-tag">限量商品</p>
{{/ is_limited}}
... ...