Merge branch 'develop/wap' into beta/wap
Showing
2 changed files
with
5 additions
and
2 deletions
@@ -510,6 +510,9 @@ $basicBtnC:#eb0313; | @@ -510,6 +510,9 @@ $basicBtnC:#eb0313; | ||
510 | &.sold-out { | 510 | &.sold-out { |
511 | background-color: #f58189; | 511 | background-color: #f58189; |
512 | } | 512 | } |
513 | + &.sold-out.limit { | ||
514 | + background-color: #ccc; | ||
515 | + } | ||
513 | } | 516 | } |
514 | .num-tag { | 517 | .num-tag { |
515 | display: block; | 518 | display: block; |
@@ -148,7 +148,7 @@ | @@ -148,7 +148,7 @@ | ||
148 | {{/if}} | 148 | {{/if}} |
149 | 149 | ||
150 | {{#if limitNotForSale}} | 150 | {{#if limitNotForSale}} |
151 | - <a href="javascript:;" class="sold-out">即将开售</a> | 151 | + <a href="javascript:;" class="sold-out limit">即将开售</a> |
152 | {{/if}} | 152 | {{/if}} |
153 | 153 | ||
154 | {{#if canBuyLimit}} | 154 | {{#if canBuyLimit}} |
@@ -156,7 +156,7 @@ | @@ -156,7 +156,7 @@ | ||
156 | {{/if}} | 156 | {{/if}} |
157 | 157 | ||
158 | {{#if noLimitCode}} | 158 | {{#if noLimitCode}} |
159 | - <a href="javascript:;" class="sold-out">立即购买</a> | 159 | + <a href="javascript:;" class="sold-out limit">立即购买</a> |
160 | {{/if}} | 160 | {{/if}} |
161 | <input type="hidden" id="limitCodeUrl" name="limitCodeUrl" value="{{limitCodeUrl}}"> | 161 | <input type="hidden" id="limitCodeUrl" name="limitCodeUrl" value="{{limitCodeUrl}}"> |
162 | <input type="hidden" id="limitProductPay" name="limitProductPay" value="{{limitProductPay}}"> | 162 | <input type="hidden" id="limitProductPay" name="limitProductPay" value="{{limitProductPay}}"> |
-
Please register or login to post a comment