myIntegral.css 1.2 KB
.integral_box{
    width: 100%;
    height: 3.2rem;
    background-color: #1A9D89;
    font-size: 0.3rem;
    color: #FFFFFF;
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
}
.integral_num{
    font-size: 1.2rem;
}
.integral_info_box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.2rem 0;
}
.integral_item{
    width: 50%;
    text-align: center;
    font-size: 0.36rem;
    color: #000;
}
.line{
    width:0.02rem;
    height:0.44rem;
    background: #CCCCCC;
}
.integral_info{
    font-size: 0.24rem;
    color: #666666;
}
.content_box{
    margin-top: 0.16rem;
}
.item_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
    color: #000;
    font-size: 0.28rem;
}
.item_list:last-child{
    border-bottom: 0;
}
.icon-jiantou1{
    color: #ccc;
}
.list_info_box{
    font-size: 0.32rem;
    color: #000000;
}
.integral_num2{
    font-size: 0.36rem;
    color: #1A9D89;
}
.time{
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.15rem;
}