Authored by lijing

新增预售标签

... ... @@ -21,6 +21,9 @@
{{# is_soon_sold_out}}
<p class="good-tag soon-sold-out-tag">即将售罄</p>
{{/ is_soon_sold_out}}
{{# is_presell}}
<p class="good-tag is_presell">预售</p>
{{/ is_presell}}
{{/ tags}}
</div>
{{# bannerTop}}
... ...
... ... @@ -185,6 +185,11 @@ $basicBtnC: #eb0313;
background-color: #ffac5b;
color: #fff;
}
.is_presell {
background-color: #000;
color: #fff;
}
}
.banner-container {
... ...