diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue index f32d552..649bc1d 100644 --- a/pkg_product/views/groupBuyDetails.vue +++ b/pkg_product/views/groupBuyDetails.vue @@ -625,7 +625,7 @@ export default { .val { color: #666; text-align: right; } .gallery-img { width: 100%; margin-bottom: 16rpx; border-radius: 12rpx; overflow: hidden; } .bottom-space { height: 140rpx; } -.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 16rpx 24rpx; } +.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 26rpx 24rpx; } .total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { diff --git a/pkg_product/views/sojoumOrderDetails.vue b/pkg_product/views/sojoumOrderDetails.vue index a2f98d3..f41a564 100644 --- a/pkg_product/views/sojoumOrderDetails.vue +++ b/pkg_product/views/sojoumOrderDetails.vue @@ -557,7 +557,7 @@ export default { left: 0; right: 0; background-color: #fff; - padding: 20rpx 30rpx; + padding: 26rpx 30rpx; display: flex; justify-content: space-between; box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05); diff --git a/pkg_product/views/submitOrder.vue b/pkg_product/views/submitOrder.vue index a18956f..55174b2 100644 --- a/pkg_product/views/submitOrder.vue +++ b/pkg_product/views/submitOrder.vue @@ -434,7 +434,7 @@ export default { .text-card .plain-text { font-size: 26rpx; color: #666; line-height: 40rpx; letter-spacing: 2px;} .bottom-space { height: 140rpx; } -.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 16rpx 24rpx; } +.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 26rpx 24rpx; } .total { font-size: 30rpx; color: #111; font-weight: 700; } .total .highlight { color: #C52733; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; }