btn.css 637 字节
/* 下一页 */

.inter_answer_btn {
    width: 330px;
    height: 50px;
    background: #409eff;
    box-shadow: 0px 3px 6px rgba(18, 86, 194, 0.2);
    opacity: 1;
    border-radius: 3px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    margin: 0 auto;
    margin-top: 34px;
    margin-bottom: 28px;
}

.second_btn {
    width: 180px;
    height: 40px;
    background: #409eff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-radius: 3px;
    margin: 0 auto;
}