menuManage.css 3.99 KB
/*页面公用*/
/*组织添加修改样式*/
.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;
    margin-left: 3px;
}
.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(2){
    background: #fff;
    border:1px solid #e1e4e6;
}
.role_alert_btn span:nth-of-type(1){
    background: #32c5d2;
    border:1px solid #32c5d2;
    color: #fff;
}
/*右侧对应样式*/
.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;
}
.mainright_l {
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: -ms-calc(100% - 70px);
    position: absolute;
}
.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;
}
.mainright_r{
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: -ms-calc(100% - 70px);
    float: right;
}
.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;
}
.user_operate_s {
    padding: 7px 8px;
    cursor: pointer;
    margin-left: 16px;
    border-radius: 20px !important;
    background: #e7505a;
    color: #fff;
}

#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 {
    overflow-x: auto;
    padding-top: 12px;
     /*overflow-y: hidden;*/
    /*height: 100%;*/
    max-height: 800px;
}
.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;
}