细节优化
parent
c6c55a479e
commit
f2658f9902
|
|
@ -31,14 +31,13 @@
|
|||
*/
|
||||
.nav-button {
|
||||
background: #eee;
|
||||
-webkit-box-shadow: 0 -3px 8px #dbdbdb;
|
||||
box-shadow: 0 -3px 8px #dbdbdb;
|
||||
box-shadow: 0 -2px 3px #e2e2e2;
|
||||
}
|
||||
.nav-button .left-price {
|
||||
width: calc(100% - 220rpx);
|
||||
width: calc(100% - 270rpx);
|
||||
}
|
||||
.nav-button .right-button {
|
||||
width: 200rpx;
|
||||
width: 250rpx;
|
||||
}
|
||||
.nav-button .left-price .estimate-discount-price {
|
||||
top: 6rpx;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
<view :class="'sales-price single-text margin-top-'+(data.estimate_discount_price == 0 ? 'sm' : 'xl')">{{currency_symbol}}{{data.estimate_price}}</view>
|
||||
</view>
|
||||
<view class="right-button fr tr">
|
||||
<button type="default" size="mini" class="bg-main br-main cr-white round dis-block" @tap="buy_event">立即购买</button>
|
||||
<button type="default" size="mini" class="bg-main br-main cr-white round dis-block text-size-sm" @tap="buy_event">立即购买</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue