优化接单派单页面按钮布局
This commit is contained in:
parent
43bd15a93a
commit
e4fe37ba3a
@ -1,3 +1,7 @@
|
|||||||
|
/* .box{
|
||||||
|
padding-bottom: 100rpx;
|
||||||
|
} */
|
||||||
|
|
||||||
.searchBox {
|
.searchBox {
|
||||||
padding-bottom: 24rpx;
|
padding-bottom: 24rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -65,6 +69,10 @@
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.orderListBox{
|
||||||
|
padding-bottom: 220rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.orderList {
|
.orderList {
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
@ -167,7 +175,11 @@ page {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 200rpx;
|
position: fixed;
|
||||||
|
bottom: 100rpx;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user