menuManage.css 3.14 KB
/*页面公用*/
/*组织添加修改样式*/
.role_alert_con{
    display: none;
}
.role_alert_con{
    width: 712px;
    /* height: 512px; */
    left: 50%;
    top: 50%;
    margin-left: -356px;
    /* 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;
}
.diy_select{
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}
.diy_select_txt{
    width: 144px;
}
.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;
 }

/*右侧对应样式*/
.row{
    padding: 20px 20px 0;
}
.col-mid-3{
    width:20%;
    margin-right: 20px;
}
.col-mid-8{
    width:72%;
}
.col-mid-3,.col-mid-8{
    /*border: 1px solid #e7ecf1 !important;*/
    background-color: #fff;
}
.menumanage-container-l{
    width: 326px;
    height: 800px;
    /*overflow-y: auto;*/
}
.marginright_l_t{
    padding-right: 16px;
    height: 56px;
    line-height: 56px;
    color:#5ba1eb;
    padding-left: 36px;
    background: url('../../../img/arrow_down_red.png') no-repeat 10px center;
}
.menumanage-container-r{
    height: 800px;
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: -o-calc(100% - 350px);
}
.user_operate_list{
    margin: 12px 0 12px 12px;
    height: 32px;
    line-height: 32px;
}
.user_operate_list li:nth-of-type(1) span{
    padding-left: 4px;
    font-weight: 600;
    color: #e7505a;
    font-size: 16px;
}

#treeview1{
    height: calc(100% - 56px);
    overflow-x: scroll;
    overflow-y: scroll;
}
.mainright_l .list-group .list-group-item {
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    background-color: #f1f5f8;
    border:0;
    white-space: nowrap;
}
.bootstrap-table {
    height: calc(100% - 56px);
    height: -webkit-calc(100% - 56px);
    height: -moz-calc(100% - 56px);
    height: -o-calc(100% - 56px);
    height: -ms-calc(100% - 56px);
}
.parent_business{
    width: 244px;
    display: inline-block;
    vertical-align: top;
}
.role_alert_feed .diy_select{
    height: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    width: 244px;
}

.role_alert_feed .diy_select_txt {
    width:214px;
}
.ztree {
    padding: 10px 0;
    max-height: 780px;
}
.operate_btn_color:first-of-type {
    padding: 4px 6px;
    background: #3fc9d5;
    margin-right: 3px;
}
.operate_btn_color:last-of-type {
    padding: 4px 6px;
    background: #659be0;
    margin-right: 3px;
}
td{
    white-space:nowrap !important;
}
.framework-group-ul {
    width: 290px;
    height: 700px;
    padding-left: 24px;
    overflow-y: auto;
}