workReport.css 1.2 KB
/* 主体内容 */

.work_report_wrap {
    width: 1200px;
    margin: 28px auto;
    height: auto;
    box-shadow: #ccc 0px 0px 5px;
}


/* 标题 */

.report_title {
    color: #526AA6;
    font-size: 30px;
    width: 100%;
    height: 94px;
    border-bottom: 2px solid #526AA6;
    text-align: center;
    font-weight: bold;
    line-height: 94px;
}


/* 工作报告 */

.work_report_main {
    margin: 60px 10px 0;
    padding-bottom: 60px;
}


/* 下拉选框 */


/* 时间区间 */

.time_interval {
    width: 180px;
}


/* 客户状态 */

.customer_status {
    width: 215px;
}


/* 货币种类 */

.currency_money {
    width: 150px;
}


/* 付款状态 */

.pay_status {
    width: 205px;
}


/* 移民办理状态 */

.immigrat_management {
    width: 220px;
}


/* 办理结果 */

.handle_result {
    width: 230px
}


/* 客户信息 */

.customer_infor {
    width: 100%;
    border: 1px solid #526AA6;
    border-radius: 3px;
}


/* 标题 */

.cus_infor_title {
    width: 100%;
    height: 35px;
    background-color: #526AA6;
    color: #fff;
    font-size: 18px;
}

.customer_icon {
    margin: 0 8px 0 16px
}


/* 表格 */

.customer_table {
    padding: 11px 13px;
}


/* 未支付 */

.no_pay {
    color: #EC0000
}