|
|
@@ -137,10 +137,8 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="action-btn-group" v-if="countdown && progress.number != progress.sold"> |
|
|
|
<button v-if="product.flash.text=='距开始:'" :class="{'only': flash}" type="primary" disabled class=" action-btn-gray action-btn no-border buy-now-btn">Buy |
|
|
|
Now</button> |
|
|
|
<button v-else :class="{'only': flash}" type="primary" class=" action-btn no-border buy-now-btn" @click="buy">Buy |
|
|
|
Now</button> |
|
|
|
<button v-if="product.flash.text=='距开始:'" :class="{'only': flash}" type="primary" disabled class=" action-btn-gray action-btn no-border buy-now-btn">Buy Now</button> |
|
|
|
<button v-else :class="{'only': flash}" type="primary" class=" action-btn no-border buy-now-btn" @click="buy">Buy Now</button> |
|
|
|
<!-- <button v-if="!flash" type="primary" class=" action-btn no-border add-cart-btn" @click="addCart">加入购物车</button> --> |
|
|
|
</view> |
|
|
|
<view class="p-b-btn" v-else> |
|
|
@@ -1034,7 +1032,7 @@ |
|
|
|
width: 360rpx !important; |
|
|
|
} |
|
|
|
|
|
|
|
&:after { |
|
|
|
/* &:after { |
|
|
|
content: ''; |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
@@ -1043,7 +1041,7 @@ |
|
|
|
height: 28upx; |
|
|
|
width: 0; |
|
|
|
border-right: 1px solid rgba(255, 255, 255, .5); |
|
|
|
} |
|
|
|
} */ |
|
|
|
|
|
|
|
.action-btn-gray { |
|
|
|
filter: grayscale(10%) !important; |
|
|
|