细节优化

master
gongfuxiang 2022-12-15 17:48:04 +08:00
parent c6c55a479e
commit f2658f9902
2 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

@ -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>