system_manager.css 4.01 KB
#role_auth_config_wrap .role_list{
    width: 240px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    border: 1px solid #c3c3c336;
}

#role_auth_config_wrap .auth_list{
    width: calc(100% - 278px);
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c3c3c336;
    position: relative;
}

#role_auth_config_wrap .uk-card-body{
    height: 100%;
    padding: 0;
}

.role_list>.uk-card-body>ul{
    font-size: 14px;
    margin-top: 0px;
    height: calc(100% - 40px);
    overflow: auto;
}

.role_list>.uk-card-body>ul>li{
    cursor: default;
    padding-left: 20px;
    margin-top: 2px !important;
    padding-top: 17px !important;
    position: relative;
}

.role_list>.uk-card-body>ul>li.active{
    background: #1e87f0 !important;
    color: white;
}

.role_list>.uk-card-body>ul>li:hover{
    background: #fff494;
}

#role_auth_config_wrap .uk-card-body .title{
    display: block;
    line-height: 25px;
    padding: 5px;
    background: #f8f8f8;
    text-indent: 7px;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
}

#role_auth_config_wrap .fun_s_list{
    padding-bottom: 30px;
    overflow: auto;
    height: calc(100% - 55px);
}

#role_auth_config_wrap .c_box_wrap{
    border: 1px solid #eeeeee;
    padding: 15px;
    display: block;
    min-height: 26px;
    position: relative;
    box-shadow: 0px 3px 15px rgba(0,0,0,.08);
}

.fun_s_list .module{
    margin: 34px;
}

.fun_s_list .module span.root{
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 4px 9px;
    color: #181818;
    font-weight: 600;
    left: 21px;
}

.fun_s_list .module .sub_menus{
    padding: 28px 30px 10px 0;
}

.fun_s_list .module .sub_menus>span{
    margin: 5px;
    border-bottom: 1px solid #dedede;
    padding: 7px 12px 7px 9px;
    cursor: default;
}

.fun_s_list .module span.item.active{
    color: #ffffff;
    background: #9c9c9c;
}

.fun_s_list .module span.item.active .uk-checkbox:checked,
.fun_s_list .module span.item.active .uk-checkbox:indeterminate,
.fun_s_list .module span.item.active .uk-radio:checked{
    background-color: #9c9c9c;
}

.fun_s_list .module span.root.item.active{
    color: #ffffff;
    background: #9c9c9c;
}

.fun_s_list .module span.root.item.active .uk-checkbox:checked,
.fun_s_list .module span.root.item.active .uk-checkbox:indeterminate,
.fun_s_list .module span.root.item.active .uk-radio:checked{
    background-color: #9c9c9c;
}

.footer_wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer_wrap .uk-margin-small-bottom{
    margin-bottom: 0 !important;
}

.sys_user_line_config_page .all_lines>span{
    background: #fff;
    color: #666;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
    padding: 5px 12px;
    border: 1px solid #ececec;
    display: inline-block;
    margin: 5px;
    min-width: 70px;
    text-align: center;
    cursor: default;
}

.sys_user_line_config_page .all_lines{
    height: 214px;
    overflow: auto;
    position: relative;
    padding: 15px 0 10px;
}

.sys_user_line_config_page .selected_lines>span{
    color: #fbfbfb;
    box-shadow: 0px 3px 12px rgba(50, 197, 210, 0.3);
    padding: 7px 12px;
    border: 1px solid #ececec;
    display: inline-block;
    margin: 5px 2px;
    min-width: 70px;
    text-align: center;
    background: #32C5D2;
    cursor: move;
    height: 25px !important;
}

.sys_user_line_config_page .selected_lines{
    border-top: 1px solid #ececec;
    width: calc(100% + 10px);
    margin-left: -30px;
    padding: 25px;
    box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
}

.sys_user_line_config_page .company_search_wrap select {
    display: inline-block;
    width: 128px;
    margin-right: 12px;
}

.sys_user_line_config_page .company_search_wrap{
    border-bottom: 1px solid #ececec;
    width: calc(100% + 10px);
    margin-left: -30px;
    padding: 25px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.08);
}

.sys_user_line_config_page .all_lines>span.active {
    background: #ffe9a5;
}