物流端
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

188 lines
2.9 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;
color: red;
font-weight: 900;
font-size: 28rpx;
}
.from-con text {
position: absolute;
padding-left: 20rpx;
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;
padding-left: 40rpx;
}
.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: 20rpx 10rpx;
width: 100%;
}
.bush-img image {
width: 100rpx;
height: 100rpx;
margin-top: 5rpx;
border: 1rpx solid #999;
border-radius: 5rpx;
}
.back {
margin-top: 15rpx;
}
.back_img_box {
margin-top: 20rpx;
padding-top: 10rpx;
background-color: #e6e6e6;
border-radius: 5rpx;
}
.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;
}
.bottomButton {
margin-top: 30rpx;
margin-bottom: 80rpx;
padding: 0rpx 10rpx;
display: block;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #7f96d3;
}
.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;
padding: 0rpx 2rpx;
min-width: 30rpx;
}