From e4fe37ba3a49d61efc11cd002cd22d5f30832cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 8 Sep 2025 15:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=A5=E5=8D=95=E6=B4=BE?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/repairList/index.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/community/repairList/index.css b/packages/community/repairList/index.css index 3e52e3ba..4070dcb6 100644 --- a/packages/community/repairList/index.css +++ b/packages/community/repairList/index.css @@ -1,3 +1,7 @@ +/* .box{ + padding-bottom: 100rpx; +} */ + .searchBox { padding-bottom: 24rpx; background-color: #fff; @@ -65,6 +69,10 @@ transform: translateX(-50%); } +.orderListBox{ + padding-bottom: 220rpx; +} + .orderList { margin-top: 20rpx; @@ -167,7 +175,11 @@ page { align-items: center; justify-content: center; margin: 0 auto; - margin-top: 200rpx; + position: fixed; + bottom: 100rpx; + left: 50%; + transform: translateX(-50%); + z-index: 99; }