/* compontents/curriculum/curriculum.wxss */
.record {
    width:100%;
    margin:20rpx 0;
    border-radius:25rpx;
    padding: 28rpx 28rpx 81rpx 28rpx;
    box-sizing:border-box;
    background:#fff;
}

.record_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.record_title text:nth-child(1) {
    font-size: 36rpx;
    font-weight: 600;
}

.record_title text:nth-child(2) {
    font-size: 28rpx;
    color: #878787;
}

.record_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30rpx;
}

.record_list text {
    color: #444;
    font-size: 28rpx;
}