90 lines
1.5 KiB
Plaintext
90 lines
1.5 KiB
Plaintext
/* pages/logistics/logistics.wxss */
|
|
.logistics .my_wrapper {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
padding: 20rpx;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.logistics .my_wrapper .span {
|
|
flex: 1;
|
|
font-size: 32rpx;
|
|
line-height: 1;
|
|
}
|
|
|
|
.logistics .my_wrapper .span image {
|
|
width: 100%;
|
|
}
|
|
|
|
.logistics .my_wrapper .my-value {
|
|
flex: 3;
|
|
text-align: left;
|
|
color: #8c8c8c;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.logistics .my_wrapper .my-value .b {
|
|
color: #000;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.logistics .my_wrapper .my-value .font {
|
|
font-size: 28rpx;
|
|
margin-left: 20rpx;
|
|
color: #259b24;
|
|
}
|
|
|
|
.logistics .my_wrapper .my-value .p {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.logistics .wlinfo {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
color: #8c8c8c;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.logistics .wlinfo .li {
|
|
border-left: 4rpx solid #bbb;
|
|
text-align: left;
|
|
padding: 0 20rpx 20rpx 40rpx;
|
|
margin-left: 40rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.logistics .wlinfo .li .span {
|
|
font-size: 24rpx;
|
|
border-bottom: #dcdcdc 2rpx solid;
|
|
display: block;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.logistics .wlinfo .li::after {
|
|
content: ".";
|
|
border-radius: 50%;
|
|
background: #8c8c8c;
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
display: block;
|
|
position: absolute;
|
|
top: 4rpx;
|
|
left: -12rpx;
|
|
}
|
|
|
|
.logistics .wlinfo .li:first-child {
|
|
color: #259b24;
|
|
}
|
|
|
|
.logistics .wlinfo .li:first-child::after {
|
|
background: #259b24;
|
|
border: #42b983 8rpx solid;
|
|
top: 0;
|
|
left: -20rpx;
|
|
}
|