样式修改

This commit is contained in:
BAKEYi 2026-04-01 18:03:28 +08:00
parent 3772269122
commit 7f432b6bf6
1 changed files with 19 additions and 3 deletions

View File

@ -73,7 +73,11 @@
</view>
<!-- 确认按钮 -->
<view class="confirm-btn" @click="onConfirm"><text class="con-btn-text">确认</text></view>
<view class="fixed-confirm-bar">
<view class="confirm-btn" @click="onConfirm">
<text class="con-btn-text">确认</text>
</view>
</view>
</view>
<!-- 地区选择弹窗用户端 -->
@ -2077,12 +2081,24 @@
/* 底部编辑区域(用户端样式) */
.bottom-edit-section {
background-color: #FFFFFF;
padding: 20rpx 20rpx 0 20rpx;
padding: 20rpx 20rpx 120rpx 20rpx;
flex: 1;
display: flex;
flex-direction: column;
}
/* 固定按钮栏 */
.fixed-confirm-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #FFFFFF;
padding: 20rpx 20rpx env(safe-area-inset-bottom) 20rpx; /* 适配刘海屏 */
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
z-index: 10;
}
.address-input-row {
// width: 702rpx;
display: flex;
@ -2224,7 +2240,7 @@
justify-content: center;
font-size: 32rpx;
color: #FFFFFF;
margin-top: 40rpx;
// margin-top: 40rpx;
}
.con-btn-text {