roleManage.css 6.4 KB
/*页面公用*/
.data_title_l {
    display: inline-block;
    margin-left: 10px;
}
.select_search_btn{
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px !important;
}
/*main_right对应样式*/
.rolemanage-parkinput78{
    width: 78%;
    height: 34px;
    line-height: 34px;
}
.main_right_con{
    margin:0 0 0 16px;
    height: 100%;
}
.user_operate_list{
    margin: 12px 0;
    height: 32px;
    line-height: 32px;
}
.user_operate_list li .icon-user{
    color: #e7505a;
}
.user_operate_list li:nth-of-type(1) span{
    padding-left: 4px;
    font-weight: 600;
    color: #e7505a;
    font-size: 16px;
}
.user_operate_s{
    padding: 7px 8px;
    cursor: pointer;
    margin-left: 16px;
    border-radius: 20px !important;
    background: #e7505a;
    color: #fff;
}
#roletable tr td .operate_btn_color:first-child{
    padding: 4px 6px;
    background: #3fc9d5;
    margin-right: 3px;
    color: #fff;
}
#roletable tr td .operate_btn_color:last-child {
    padding: 4px 6px;
    background: #659be0;
    margin-right: 3px;
    color: #fff;
}
/*.add_user{
    background: #fff url("../img/add_icon.png") no-repeat 8px center;
}*/
/*.del_user{*/
    /*background: #fff url("../img/del_icon.png") no-repeat 8px center;*/
/*}*/
/*table样式*/
.table_wrap{
    background: #ff0000;
    height: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: -ms-calc(100% - 80px);
    min-height: 524px;
}

/*分页部分样式*/
.user_page_l{
    height: 24px;
    line-height: 24px;
}
.user_page_l span{
    padding: 0 5px;
    display: inline-block;
    border:1px solid #e1e4e6;
    cursor: pointer;
}
.pageActice{
    color:#fff;
    background: #202326;
}
/*角色添加修改样式*/
.role_alert_con{
    display: none;
}
.role_alert_con{
    width:380px;
    /*height: 512px;*/
    left:50%;
    top:50%;
    margin-left: -190px;
    /*margin-top: -256px;*/
    transform: translateY(-50%);
    background: #fff;
}
.role_alert_con_t{
    line-height: 60px;
    height: 60px;
    padding: 0 15px 0 24px;
    border-bottom: 1px solid #EFEFEF;

}
.role_alert_error{
    height: 20px;
    line-height: 20px;
    /*background-color: #fddbdb;*/
    color: red;
    font-size: 12px;
    text-align: center;
}
.role_alert_btn {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
    height: 60px;
}
.role_alert_btn span{
    border-radius: 4px!important;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
.table_wrap1{
    height:calc(100% - 70px) ;
    height:-webkit-calc(100% - 70px) ;
    height:-moz-calc(100% - 70px) ;
    height:-mos-calc(100% - 70px) ;
    height:-o-calc(100% - 70px) ;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 254px;
}
.fixed-table-container{
    height: calc(100% - 36px);
    height: -webkit-calc(100% - 36px);
    height: -mos-calc(100% - 36px);
    height: -moz-calc(100% - 36px);
    height: -o-calc(100% - 36px);
}
.multiselect-container input{
    opacity: 0;
}

.multiselect-container{
    width:244px;
}
.multiselect {
    width: 244px;
    margin-left: -3px;
}
.role_r_search_con {
    height: 60px;
    padding: 13px 12px;
    background: #f5f8fd;
    margin-top: 20px;
}
.role_r_search_con li{
    float: left;
    margin-right: 15px;
}

.user_input {
    width: 160px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c2cad8;
    padding-left: 8px;
}
.f14 {
    font-size: 14px;
}

.user_r_con {
    height: 100%;
    /* width: 100%; */
    margin: 20px 0 12px 16px;
}
ul, li {
    list-style: none;
}
td{
	white-space:nowrap !important;
}

.role-pop-panel-wid50{
    height: 34px;
    line-height: 34px;
    width: 50%;
    text-align: center;
    display: inline-block;
    float: left;
}

/*分配角色内容*/
.allRoler{
    width: 100%;
    height: 375px;
    padding-top: 20px;
}
.roler-conten{
    width: 38%;
    height: 100%;
    float: left;
    cursor: pointer;
    border: 1px solid #d8e2e5;
    margin-left: 2%;
    overflow: auto;
}
.roler-mes-active{
    background: #e1e4e6;
}
.roler-conten-opt li{
    margin-bottom: 20px;
    height: 35px;
    line-height: 35px;
    background: #1E95CD;
    text-align: center;
    border-radius: 20px !important;
    color: #fff;
}
.roler-conten-opt{
    width: 16%;
    float: left;
    cursor: pointer;
    margin-left: 2%;
    padding-top: 40px;
}

.allRoler .addroler-content{
    width: 38%;
    height: 100%;
    float: right;
    cursor: pointer;
    border: 1px solid #d8e2e5;
    margin-right: 2%;
    overflow: auto;
    /*padding-left: 10px;*/
}
.marl25{
    margin-left: 25%;
}
.allRoler .roler-conten li,.allRoler .addroler-content li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    white-space :nowrap;
    text-indent: 8px;
}
.departmentrolerAlert{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100001;
}
.departmentAlert_t,.departmentrolerAlert_t{
    line-height: 60px;
    height: 60px;
    padding: 0 15px 0 24px;
    border-bottom: 1px solid #EFEFEF;
}

.departmentAlert_b,.departmentrolerAlert_b{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
    height: 60px;
}

.departmentrolerAlert_btn,.departmentAlert_btn{
    border-radius: 4px!important;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
.departmentrolercancel_btn,.departmentAlertcancel_btn{
    border-radius: 4px!important;
    cursor: pointer;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
.roler-checkable-con{
    width:712px;
    height: 500px;
    left:50%;
    top:50%;
    margin-left: -356px;
    margin-top:-250px;
    background: #fff;
    position: relative;
}
.treeview-checkable-con{
    background: #fff;
    width: 380px;
    height: 500px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    margin-top: -250px;
}
#treeview-checkable{
    background: #fff;
    width:350px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: scroll;
}
#treeview-checkable .list-group{
    margin-bottom: 0;
}