/* 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; }