From 7f432b6bf65aa6941a456b440677d2b424b2e778 Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Wed, 1 Apr 2026 18:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/address/search.vue | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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 {