my_integral.wxss 2.9 KB
.header {
    height: 278rpx;
    background: rgba(61, 154, 248, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
}

.header_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header_img image {
    display: block;
    width: 100%;
    height: 100%;
}

.header_top {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding-top: 28rpx;
}

.header_top .tips_word {
    font-size: 32rpx;
    font-family: PingFang SC;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.header_top .jifen {
    width: 100%;
    text-align: center;
    font-size: 68rpx;
    font-family: PingFang SC;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    margin: 14rpx 0 28rpx;
}

.header_top .time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22rpx;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 32rpx;
    color: rgba(61, 154, 248, 1);
    padding: 0 18rpx;
    background: #cce5fd;
    border-radius: 22rpx;
    width: 350rpx;
}

.line {
    height: 18rpx;
    background: #f9f9f9;
}

.content {
    width: 100%;
}

.title {
    height: 94rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30rpx;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(19, 26, 46, 1);
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.item {
    width: 100%;
    height: 164rpx;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 32rpx;
}

.item:last-child .right {
    border-bottom: none;
}

.item .left {
    display: flex;
    align-items: center;
    padding: 0 28rpx 0 32rpx;
    width: 96rpx;
    height: 96rpx;
    border-radius: 50%;
    overflow: hidden;
}

.item .left image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.right {
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding-right: 36rpx;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.right .word_box {
    width: 364rpx;
}

.right .word_box .word {
    font-size: 30rpx;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(6, 14, 35, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right .word_box .e_time {
    font-size: 26rpx;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(156, 156, 156, 1);
    margin-top: 18rpx;
}

.num {
    font-size: 30rpx;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(19, 26, 46, 1);
}

.num_blue {
    color: rgba(61, 154, 248, 1);
}