clientIndex.css 2.2 KB
/* 我的客户 */

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


/* 标题 */

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

.title_top {
    padding-top: 25px;
    padding-bottom: 6px;
}

.title_bot {
    font-size: 16px;
    color: #666;
    font-weight: normal
}


/* 我的客户 */

.client_infor_wrap {
    padding: 35px 15px 60px;
}


/* 上层搜索条件 */

.client_top_single {
    width: 262px;
    height: 68px;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
}

.client_top_single:hover {
    border-color: #526AA6;
    opacity: 0.8;
}

.client_top_l {
    width: 164px;
    margin-left: 18px;
    text-align: left;
    font-size: 16px;
}

.client_top_img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.click_top_active {
    color: #526AA6;
    border-color: #526AA6;
}


/* 下拉选框搜索 */

.client_search_select {
    margin-top: 50px;
    margin-bottom: 30px
}

.customer_status {
    width: 270px;
}


/* 输入框选择 */

.client_search_btn_box {
    margin-bottom: 50px;
}

.client_search_input {
    width: 375px;
    margin-right: 20px;
}

.search_btn {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #526AA6;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
}

.search_btn:hover {
    opacity: 0.8
}


/* 表格 */


/* 标题 */

.client_table {
    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
}


/* 表格 */

.client_box_table {
    padding: 11px 13px;
}


/* 未支付 */

.no_pay {
    color: #EC0000
}


/* 分页 */

.customer_page {
    margin-top: 10px
}


/* 操作 */

.watch_pdf {
    width: 34px;
    height: 20px;
    border-radius: 3px;
}

.delete_pdf {
    width: 34px;
    height: 20px;
    border-radius: 3px;
    margin-left: 10px;
}

.attachment {
    color: #003CFF
}