拆包机搬运

This commit is contained in:
2024-04-09 10:07:54 +08:00
parent f29b104068
commit f95afac0e1
5 changed files with 221 additions and 126 deletions

View File

@@ -22,13 +22,14 @@ uni-button:after {
top: calc(var(--status-bar-height) + 72rpx);
width: 100%;
height: auto;
padding: 20rpx 14rpx 140rpx 14rpx;
// padding: 20rpx 14rpx 140rpx 14rpx;
padding: 0 0 140rpx 0;
}
.zd_wrapper {
width: 100%;
height: auto;
background-color: #fff;
border-radius: 10rpx;
// border-radius: 10rpx;
padding: 22rpx;
margin-bottom: 20rpx;
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
@@ -444,4 +445,25 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
}
.uni-date-x {
background-color: transparent !important
}
//
.tab-item {
position relative
font-size: 30rpx
line-height: 60rpx
color: #a5a5a5
text-align: center
margin: 0 30rpx 20rpx 30rpx
}
.tab-item_active {
color: $red
}
.tab-item_active::after {
position absolute
bottom 0
left 15%
content ''
width 70%
height 4rpx
background-color $red
}