物流端
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/meLogistics/meLogistics.wxss

142 lines
2.4 KiB

/* pages/meLogistics/meLogistics.wxss */
.top{
display: flex;
justify-content: left;
font-size: 28rpx;
}
.top input{
border: 1rpx #333 solid;
height: 60rpx;
width: 700rpx;
border-radius: 5rpx;
padding: 5rpx 10rpx;
}
.top view{
width: 305rpx;
margin-left: 20rpx;
background-color: #eee;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10rpx;
color: #333;
font-weight: 700;
}
.form{
background-color: #fff;
border-radius: 15rpx;
padding: 0rpx 30rpx;
margin-bottom: 15rpx;
}
.form .from-con{
font-size: 28rpx;
border-bottom: 2rpx #eee solid;
position: relative;
margin-top: 25rpx;
}
.from-con label{
position: absolute;
top: 5rpx;
font-weight: 900;
font-size: 28rpx;
color: #333;
}
.from-con input{
text-align: right;
padding: 10rpx;
}
.place{
color:#c4bfbf;
}
.bush{
display: flex;
justify-content:space-between;
align-items: center;
}
.bush button{
width: 200rpx !important;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
background-color: #23c559;
color:#fff;
height: 55rpx;
}
.bush-img{
display: flex;
flex-wrap: wrap;
justify-content:space-around;
padding: 10rpx 10rpx;
width: 100%;
}
.bush-img image{
width: 270rpx;
height: 230rpx;
margin-top: 5rpx;
border: 1rpx solid #999;
border-radius: 15rpx;
}
.back{
margin-top: 15rpx;
}
.con{
display: flex;
align-items: center;
}
.con button{
width: 170rpx !important;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
background-color: rgb(245, 90, 90);
height: 55rpx;
margin-left: 10rpx !important;
}
.tabel{
margin-top: 20rpx;
width: 100%;
border: 1rpx #ddd solid;
}
.tabel .tr{
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.tr .td{
border-right:#ddd solid 1rpx ;
border-top: #ddd solid 1rpx;
padding: 15rpx 0;
font-size: 22rpx;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
white-space: nowrap;
min-width: 250rpx;
}
.tab-top view{
background-color: #51bdbe;
color:#fff;
font-weight: 700;
font-size: 28rpx;
}
.td1{
border-right:#ddd solid 1rpx ;
border-top: #ddd solid 1rpx;
padding: 15rpx 0;
font-size: 22rpx;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
white-space: nowrap;
min-width: 70rpx;
}