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.
 

50 lines
779 B

/* pages/user/order/expressInfo/index.wxss */
.box {
padding: 0 30rpx;
font-size: 24rpx;
color: #666666;
padding-top: 40rpx;
}
.item {
padding-left: 40rpx;
padding-bottom: 30rpx;
position: relative;
}
.circle {
position: absolute;
left: 0;
width: 20rpx;
height: 20rpx;
border-radius: 50%;
left: 0rpx;
background: #ccc;
top: 10rpx;
}
.title {
font-size: 28rpx;
line-height: 40rpx;
margin-bottom: 10rpx;
}
.line {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2rpx;
left: 9rpx;
background: #ccc;
}
.item:nth-child(1) .line {
top: 20rpx;
}
.item:last-child .line {
bottom: auto;
height: 20rpx;
}
.item:nth-child(1) .circle {
background: #0B898E;
}
.item:nth-child(1) .title {
color: #000000;
font-weight: 500;
}