detailExample.css 1.0 KB
/* 说明 */

.cn_det_exp {
    color: #f7c51b;
}


/* 问答 */

.cn_det_quest {
    margin-bottom: 10px;
}

.det_quest_box {
    padding: 20px 24px;
    border: 1px solid #eee;
}


/* 问题 */

.det_box_question,
.det_box_answer {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
}

.det_box_question {
    color: #5B5E63;
    text-align: left;
    overflow: hidden;
}


/* 答案 */

.det_box_answer {
    margin-top: 20px;
    color: #8c9198;
}


/* 选择框 */

.det_answer_circle {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: -1px
}

.det_ans_pic {
    width: 100%;
    height: 100%;
    display: block;
}


/* 选项 */

.order_num {
    margin-right: 8px;
}

.det_answer_choice {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    /* flex-wrap: wrap;
    -webkit-flex-wrap: wrap; */
}

.currency_btn {
    margin-top: 45px;
    margin-bottom: 50px
}


/* 答案图片 */

.ans_img {
    width: 100%;
    height: 50px;
}

.space_img {
    width: 100%;
    height: 100%;
}