personal.css 1.1 KB
/* 选课 */

.cell_color {
    color: #34485e;
}


/* 操作 */

.operation,
.operation2 {
    width: 114px;
    height: 38px;
    border-radius: 3px;
    line-height: 38px;
    border: 1px solid #409eff;
    float: left;
    text-align: center;
}

.operation {
    background-color: #409eff;
    color: #fff;
    margin: 0 25px 0 50px;
}

.cell_wrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment_content {
    border-top: 1px solid #f1f1f1;
    padding: 16px 24px;
}


/* 按钮 */

.active_btn {
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background-color: #409eff;
    margin: 26px auto 6px;
}


/* 活动弹窗 */

.comment_single {
    font-size: 16px;
    color: #5b5e63;
    line-height: 32px;
}

.active_title,
.active_content {
    float: left;
    text-align: left;
}

.active_title {
    width: 96px;
}

.active_color {
    font-size: 14px;
    color: #8c9198;
}

.active_three {
    line-height: 22px;
    width: 430px;
    margin-top: 6px;
}

.signed {
    background-color: #A4C7FF
}