roleManage.css 4.46 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对应样式*/
.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{
    border-top:2px solid #32c5d2;
    height: 40px;
    line-height: 40px;
    padding:0 16px;
    font-weight: 500;
    color:#424242;
}
.role_alert_con_t img{
    cursor: pointer;
    margin-top: 14px;
}
.role_alert_error{
    height: 36px;
    line-height: 36px;
    color:#d4333f;
    font-size: 12px;
}
.role_alert_feed{
    padding-left:16px;
    margin-bottom: 8px;
}
.role_alert_feed_l{
    display: inline-block;
    width:82px;
    text-align: right;
    margin-right: 12px;
}
.role_alert_feed_l em{
    color: #d4333f;
    margin-right: 8px;
    vertical-align: middle;
}
.role_alert_feed input{
    width:244px;
    height: 26px;
    border: 1px solid #e1e4e6;
    padding-left: 8px;
    color:#676869;
}
.role_alert_feed textarea{
    width: 244px;
    height: 66px;
    border: 1px solid #e1e4e6;
    vertical-align: top;
    color:#676869;
    padding-left: 8px;
}
.role_alert_btn{
    padding-right: 26px;
    text-align: right;
    margin-top: 16px;
    padding-bottom: 24px;
}
.role_alert_btn span{
    cursor: pointer;
    display: inline-block;
    width: 78px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
}
.role_alert_btn span:nth-of-type(1){
    background: #32c5d2;
    border:1px solid #32c5d2;
    color: #fff;
}
.role_alert_btn span:nth-of-type(2){
    border:1px solid #e1e4e6;
}
.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;
}
td a:first-of-type{
    color: #32c5d2;
}
td a:last-of-type{
    color:black;
}