Showing
2 changed files
with
8 additions
and
0 deletions
@@ -21,6 +21,9 @@ | @@ -21,6 +21,9 @@ | ||
21 | {{# is_soon_sold_out}} | 21 | {{# is_soon_sold_out}} |
22 | <p class="good-tag soon-sold-out-tag">即将售罄</p> | 22 | <p class="good-tag soon-sold-out-tag">即将售罄</p> |
23 | {{/ is_soon_sold_out}} | 23 | {{/ is_soon_sold_out}} |
24 | + {{# is_presell}} | ||
25 | + <p class="good-tag is_presell">预售</p> | ||
26 | + {{/ is_presell}} | ||
24 | {{/ tags}} | 27 | {{/ tags}} |
25 | </div> | 28 | </div> |
26 | {{# bannerTop}} | 29 | {{# bannerTop}} |
@@ -185,6 +185,11 @@ $basicBtnC: #eb0313; | @@ -185,6 +185,11 @@ $basicBtnC: #eb0313; | ||
185 | background-color: #ffac5b; | 185 | background-color: #ffac5b; |
186 | color: #fff; | 186 | color: #fff; |
187 | } | 187 | } |
188 | + | ||
189 | + .is_presell { | ||
190 | + background-color: #000; | ||
191 | + color: #fff; | ||
192 | + } | ||
188 | } | 193 | } |
189 | 194 | ||
190 | .banner-container { | 195 | .banner-container { |
-
Please register or login to post a comment