styles.less 1.1 KB
/* 通过模态框状态 */
.is_ok{
    height: 336px;
    box-sizing: border-box;
    padding: 60px 81px 0px 59px;
    overflow: hidden;
    .header{
        margin-bottom: 23px;
        span{
            font-size: 14px;
            line-height: 24px;
        }
        span:nth-child(1){
            color: #666666;
            text-align: right;
            margin-right: 24px;
        }
        span:nth-child(2){
            font-weight: bold;
        }
    }
    .body{
        display: flex;
        margin-bottom: 60px;
        span{
            font-size: 14px;
            line-height: 24px;
            color: #666666;
        }
        span:nth-child(1){
            text-align: right;
            margin-right: 24px;
        }
    }

}
.btn_page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    .btn{
        min-width: 90px;
        min-height: 32px;
    }
    .btn_margin{
        margin-left: 24px;
    }
    .btn_no{
        color: #FF5350;
        border:1px solid #FF5350;
    }
    .btn_reject{
        color: #FF9B00;
        border:1px solid #FF9B00;
    }
}