diff --git a/pages/address/search.vue b/pages/address/search.vue index 3fc13d6..0bd244e 100644 --- a/pages/address/search.vue +++ b/pages/address/search.vue @@ -73,7 +73,11 @@ - 确认 + + + 确认 + + @@ -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 {