scoreDetail.wxss 1.0 KB
/* pages/scoreDetail/scoreDetail.wxss */
page{
    width: 100%;
    height: 100%;
}
.score_detail{
    width: 100%;
    height: 100%;
    background-color: webkit-linear-gradient(top, #4DA9FF 100%, #008985 0%);
}
.allScore{
    height: 300rpx;
    background-color: #4DA9FF;
    font-size: 50rpx;
    font-weight: bold;
    color: #FFF;
    padding: 30rpx;
    width: 100%;
}
.score_list{
    margin: 0 30rpx;
    padding: 20rpx;
    background:#FFF;
    position: relative;
    top: -164rpx;
    border-radius: 8rpx;
    min-height: 400rpx;
}
.scoreItem{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #51f0ea;
    justify-content: space-between;
    padding: 30rpx 0;
    line-height: 40rpx;

}
.score_time{
    font-size: 22rpx;
    color: #2ac7c2;
}
.right_content{
    color: rgb(146, 89, 43);
    font-size: 24rpx;
}
.score_rule{
    position: absolute;
    top: 59px;
    left: 17px;
    color: #FFFF;
    line-height: 1.4;
    font-size: 24rpx
}
.score_rule text{
    margin-left: 118rpx;
}