mydetail.wxss 725 字节
page {
    background-color: rgb(240, 240, 240);
}

.apply_item {
    padding: 0 32rpx;
    height: 88rpx;
    color: #333;
    font-size: 28rpx;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply_item_list {
    text-align: right;
    width: 70%;
    color: #333;
    font-size: 28rpx;
}

.apply_item_list image {
    width: 56rpx;
    height: 56rpx;
    border-radius: 50%;
}

.distance {
    margin-top: 16rpx;
}

.distance image {
    width: 16rpx;
    height: 27rpx;
}

.star image {
    width: 28rpx;
    height: 28rpx;

}

.line view {
    margin: 0 32rpx;
    background-color: #e6e6e6;
    height: 1px;
}

.line {
    background-color: #ffffff;
}