Fix:4651 【旅居商城小程序】团购详情页底部交互按钮区域样式优化

This commit is contained in:
linxi
2025-11-24 11:18:09 +08:00
parent 8c7df45451
commit 94536701e4
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -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;
}