logistics.wxss 2.31 KB
.message-title {
    width: 100%;
    margin-left: 40rpx;
    font-family: PingFang-SC-Semibold;
    color: #000;
    font-size: 68rpx;
    font-weight: bold;
}

.header-detail {
    margin-top: 60rpx;
    margin-left: 40rpx;
    height: 80rpx;
    display: flex;
}
.header-detail .express-icon {
    width: 80rpx;
    height: 80rpx;
}
.header-detail .header-content {
    margin-left: 20rpx;
}
.header-detail .header-content .company {
    height: 34rpx;
    display: flex;
}
.header-detail .header-content .number {
    height: 34rpx;
    margin-top: 4rpx;
    display: flex;
}
.header-detail .header-content .tips {
    color: #999999;
    font-family: PingFang-SC-Regular;
    font-size: 24rpx;
}
.header-detail .header-content .express-content {
    font-family: PingFang-SC-Regular;
    font-size: 24rpx;
    color: #000000;
}
.header-detail .header-content .order-detail-order-copy-image {
    width: 30rpx;
    height: 30rpx;
    margin-left: 20rpx;
  }

.space-line {
    background-color: #eeeeee;
    height: 2rpx;
    width: 100%;
    margin-top: 40rpx;
}

.logistics-list {
  margin-bottom: 10rpx;
}
.cell {
    display: flex;
    width: 100%;
}
.cell .left-view {
    width: 110rpx;
    position: relative;
}
.cell .left-view .circle {
    width: 20rpx;
    height: 20rpx;
    border-radius: 10rpx;
    margin-left: 50rpx;
    margin-top: 62rpx;
    background-color: #eeeeee;
}
.cell .left-view .line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rpx;
    margin-left: 58rpx;
    background-color: #eeeeee;
}
.cell .left-view .first-line {
    position: absolute;
    top: 92rpx;
    bottom: 0;
    width: 2rpx;
    margin-left: 58rpx;
    background-color: #eeeeee;
}
.cell .left-view .icon {
    width: 40rpx;
    height: 40rpx;
    margin-top: 52rpx;
    margin-left: 40rpx;
}

.cell .right-view {
    width: 560rpx;
}

.cell .content {
    margin-top: 50rpx;
    margin-right: 50rpx;
    font-family: PingFang-SC-Regular;
    font-size: 28rpx;
    color: #999999;
}

.cell .time {
    margin-top: 20rpx;
    height: 28rpx;
    font-family: PingFang-SC-Regular;
    font-size: 24rpx;
    color: #999999;
}
.cell .black {
    color: #000000;
}

.empty {
    display: flex;
    justify-content: center;
    font-family: PingFang-SC-Regular;
    color: #999;
    font-size: 30rpx;
    letter-spacing: 0.8px;
    margin-top: 200rpx;
}