物流端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yyt-mall-wl/pages/handover/handover.wxss

85 lines
1.3 KiB

1 year ago
/* pages/handover/handover.wxss */
.back{
margin-top: 15rpx;
}
.top{
background-color: #fff;
padding: 10rpx 10rpx;
font-size: 22rpx;
border-radius: 15rpx;
}
.from-con{
display: flex;
align-items: center;
position: relative;
}
.from-con input{
width: 250rpx;
border: 1rpx #666 solid;
padding: 3rpx 10rpx;
text-align: right;
}
.place{
color:#c4bfbf;
}
.f5{
width: 200rpx !important;
font-size: 28rpx;
background-color: #eee;
border: 1rpx #ddd solid;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
left: 40rpx;
}
.allordernum{
margin-top: 20rpx;
/* border: 1rpx #999 solid; */
background-color: #f1f1f1;
border: 1rpx #eee solid;
border-radius: 15rpx;
width: 100%;
height: 350rpx;
padding: 20rpx 0 ;
}
.allordernum view{
padding: 20rpx;
background-color: #eee;
width: 88%;
margin: 0 auto;
margin-bottom: 15rpx;
border-radius: 15rpx;
}
.tr{
display: flex;
width: 100%;
}
.tr .td{
/* border-right:#ddd solid 1rpx ;
border-top: #ddd solid 1rpx; */
border: 1rpx #ddd solid;
padding: 15rpx 0;
font-size: 22rpx;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
white-space: nowrap;
min-width: 150rpx;
}
.top1 view{
background-color: #6bc9ca;
color: #fff;
}
.td1{
min-width: 100rpx !important;
}