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; }