143 lines
2.8 KiB
Plaintext
143 lines
2.8 KiB
Plaintext
/* packageA/member/order/orderLogisticsDetails/orderLogisticsDetails.wxss */
|
|
view,text{
|
|
box-sizing: border-box;
|
|
}
|
|
.map map{
|
|
width: 100%;
|
|
height: 700rpx;
|
|
margin-bottom: -107rpx;
|
|
background-color: #ebebeb;
|
|
}
|
|
|
|
.container {
|
|
position: relative;
|
|
z-index: 999;
|
|
padding: 0 31rpx;
|
|
margin-top:20rpx;
|
|
}
|
|
.container .express_info {
|
|
padding: 0 30rpx;
|
|
background-color: #ffffff;
|
|
box-shadow: 0 11rpx 31rpx 1rpx rgba(136, 136, 136, 0.18);
|
|
border-radius: 10rpx;
|
|
}
|
|
.container .express_info .express_num {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 68rpx;
|
|
font-size: 24rpx;
|
|
color: #121212;
|
|
padding-left: 6rpx;
|
|
border-bottom: 1rpx solid #eeeeee;
|
|
}
|
|
.container .express_info .express_num text{
|
|
margin-left: 18rpx;
|
|
font-size: 24rpx;
|
|
color: #f05152;
|
|
}
|
|
.container .express_info .clerk {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 32rpx 0;
|
|
}
|
|
.container .express_info .clerk .face {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
.container .express_info .clerk .face image {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.container .express_info .clerk .clerk-info {
|
|
flex: 1;
|
|
text-align: left;
|
|
padding-left: 15rpx;
|
|
}
|
|
.container .express_info .clerk .clerk-info .clerk-status {
|
|
font-size: 28rpx;
|
|
color: #121212;
|
|
}
|
|
.container .express_info .clerk .clerk-info .clerk-distance {
|
|
font-size: 20rpx;
|
|
color: #8e8e8e;
|
|
}
|
|
.container .express_info .clerk .call-icon {
|
|
color: #f05152;
|
|
}
|
|
.container .details {
|
|
padding: 19rpx 30rpx;
|
|
margin-top: 20rpx;
|
|
text-align: left;
|
|
background-color: #ffffff;
|
|
box-shadow: 0 11rpx 31rpx 1rpx rgba(136, 136, 136, 0.18);
|
|
border-radius: 10rpx;
|
|
}
|
|
.container .details .details-item {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 0;
|
|
color: #737373;
|
|
}
|
|
.container .details .details-item .icon {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border: solid 1rpx #939393;
|
|
border-radius: 50%;
|
|
}
|
|
.container .details .details-item .desc_text {
|
|
flex: 1;
|
|
padding-left: 19rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.container .details .details-item .time {
|
|
font-size: 22rpx;
|
|
}
|
|
.container .details .details-item.active {
|
|
color: #333333;
|
|
}
|
|
.container .details .details-item.active .icon {
|
|
background-color: #f05152;
|
|
border: none;
|
|
}
|
|
.container .details .hr {
|
|
width: 2rpx;
|
|
height: 30rpx;
|
|
margin-left: 9rpx;
|
|
background-color: #cacaca;
|
|
}
|
|
|
|
|
|
|
|
.no-express {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 30rpx;
|
|
width: 690rpx;
|
|
height: 142rpx;
|
|
margin: 20rpx auto;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
}
|
|
.no-express .face {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
.no-express .face image {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.no-express .clerk-info {
|
|
flex: 1;
|
|
text-align: left;
|
|
padding-left: 15rpx;
|
|
}
|
|
.no-express .clerk-info .clerk-status {
|
|
font-size: 28rpx;
|
|
color: #121212;
|
|
}
|
|
.no-express .clerk-info .clerk-distance {
|
|
font-size: 20rpx;
|
|
color: #8e8e8e;
|
|
} |