供奉弹窗的修正

This commit is contained in:
minimaxagent1 2025-08-12 08:41:22 +08:00
parent 66ffd2cbac
commit 87f4e91074

View File

@ -142,6 +142,8 @@ export default {
.modal-content { .modal-content {
position: relative; position: relative;
display: flex;
flex-direction: column;
width: 100%; width: 100%;
background: #FFFBF5; background: #FFFBF5;
border-radius: 24rpx 24rpx 0 0; border-radius: 24rpx 24rpx 0 0;
@ -266,12 +268,13 @@ export default {
.confirm-section { .confirm-section {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 24rpx 32rpx; padding: 24rpx 51rpx;
width: 648rpx; width: 100%;
height: 90rpx; height: 90rpx;
background: #A24242; background: #A24242;
border-radius: 45rpx 45rpx 45rpx 45rpx; border-radius: 45rpx 45rpx 45rpx 45rpx;
gap: 20rpx; gap: 20rpx;
} }
.price-info { .price-info {