diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index 003aa5f..3e05d90 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -165,7 +165,7 @@ export default{ width: fit-content; color: #fff; background: #C52733; - font-size: 28rpx; + font-size: 30rpx; padding: 4rpx 20rpx; } .swiper-wrap{ diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue index c552eb9..f32d552 100644 --- a/pkg_product/views/groupBuyDetails.vue +++ b/pkg_product/views/groupBuyDetails.vue @@ -510,13 +510,13 @@ export default { .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; } -.total { font-size: 28rpx; color: #111; font-weight: 700; } +.total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { padding: 10rpx 22rpx; border: 1rpx solid #ccc; border-radius: 132rpx; - font-size: 26rpx; + font-size: 30rpx; color: #333; display: flex; align-items: center; @@ -526,7 +526,7 @@ export default { border-radius: 132rpx; background: #C52733; color: #fff; - font-size: 26rpx; + font-size: 30rpx; display: flex; align-items: center; } @@ -626,13 +626,13 @@ export default { .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; } -.total { font-size: 28rpx; color: #111; font-weight: 700; } +.total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { padding: 10rpx 22rpx; border: 1rpx solid #ccc; border-radius: 132rpx; - font-size: 26rpx; + font-size: 30rpx; color: #333; display: flex; align-items: center; @@ -642,7 +642,7 @@ export default { border-radius: 132rpx; background: #C52733; color: #fff; - font-size: 26rpx; + font-size: 30rpx; display: flex; align-items: center; } diff --git a/pkg_product/views/submitOrder.vue b/pkg_product/views/submitOrder.vue index c2dd0ca..a18956f 100644 --- a/pkg_product/views/submitOrder.vue +++ b/pkg_product/views/submitOrder.vue @@ -435,14 +435,14 @@ export default { .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; } -.total { font-size: 28rpx; color: #111; font-weight: 700; } +.total { font-size: 30rpx; color: #111; font-weight: 700; } .total .highlight { color: #C52733; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { padding: 10rpx 22rpx; border: 1rpx solid #ccc; border-radius: 32rpx; - font-size: 26rpx; + font-size: 30rpx; color: #333; display: flex; align-items: center; @@ -452,7 +452,7 @@ export default { border-radius: 32rpx; background: #C52733; color: #fff; - font-size: 26rpx; + font-size: 30rpx; display: flex; align-items: center; }