exampleRight.css 1.5 KB
/* 评测例题 */


/* 右侧 */

.cn_right_box {
    margin: 53px 47px 0 77px;
}


/* 标题及时间 */

.cn_exam_title {
    font-size: 14px;
    color: #5b5e63;
    margin-bottom: 20px;
}

.cn_exam_title h2 {
    color: #34485e;
    font-size: 18px;
}


/* 时间 */

.cn_title_time {
    color: #409eff;
    float: right;
}


/* 说明 */

.cn_exam_exp {
    color: #8c9198;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 30px
}


/* 请看下列两个例题: */

.cn_exam_two h2 {
    font-size: 18px;
    line-height: 24px;
    color: #34485e;
    text-align: left;
    /* margin-top: 30px; */
    margin-bottom: 20px;
}


/* 具体例题 */

.cn_exam_detail {
    margin-bottom: 20px;
    border-radius: 3px 3px 0px 0px;
}


/* 上层 */

.cn_det_top {
    height: 40px;
    background-color: #409eff;
    border-radius: 3px 3px 0px 0px;
    line-height: 40px;
}


/* 题目 */

.cn_top_title {
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}


/* 下层 */

.cn_det_bot {
    border: 1px solid #eee;
    border-top: none;
}

.cn_bot_box {
    padding: 15px;
    font-size: 14px;
}


/* 问题 */

.cn_box_question {
    color: #5b5e63;
    margin-top: 15px
}


/* 答案 */

.cn_box_answer {
    color: #8c9198;
    width: 420px;
    margin-top: 30px
}


/* 说明 */

.cn_box_explain {
    color: #47d1a0;
    text-align: left;
    margin-top: 20px
}


/* 警告 */

.cn_exam_wran {
    margin-bottom: 25px;
}

.cn_wran_content {
    color: #409eff;
    font-size: 12px;
}