SYSUI实现的组织架构图效果代码

代码语言:html

所属分类:图表

代码描述:SYSUI实现的组织架构图效果代码

代码标签: 组织 构图 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/SYSUI.js"></script>

    <style type="text/css">
        .themeModule {
            position: fixed;
            z-index: 0;
        }
        .menu-section {
            position: relative;
            z-index: 0;
        }
        .breadcrumb {
            height: 100%;
            padding-top: 100px;
        }
        .breadcrumb .column-name {
            position: relative;
            z-index: 10;
        }
        .breadcrumb .column-name .sys-childmenu {
            position: relative;
            float: left;
            z-index: 1;
        }
        .breadcrumb .menuUl_title {
            display: initial!important;
            border-radius: 5px;
            background: #0077AA;
            color: #FFFFFF;
            float: left;
            line-height: 45px;
            margin: 10px 50px;
        }
        .breadcrumb .sys-childmenu .menuUl_title:before {
            content: "";
            position: absolute;
            z-index: 11;
            width: 50px!important;
            border-bottom: 1px solid #999999;
            height: 1px!important;
        }
        .column-name .sys-childmenu:before {
            content: "";
            height: 100%;
            border-left: 1px solid #999999;
            position: absolute;
            z-index: 5;
            left: 0;
            top: 0
        }
        .menulist .column-name .sys-childmenu.endthread:before {
            border-left: 0px!important;
        }
        .column-name  a.thread:before {
            right: -50px!important;
            width: 50px!important;
            left: auto!important;
            top: 50%;
            border-bottom: 1px solid #999999;
            height: 1px!important;
            content: "";
            position: absolute;
            z-index: 11;
        }
        .column-name .sys-childmenu .menuUl_title:after,
        .column-name .sys-childmenu a.thread:after {
            right: auto!important;
            left: -50px!important;
            width: 50px!important;
            top: 50%;
            border-bottom: 1px solid #999999;
            height: 1px!important;
            content: "";
            position: absolute;
            z-index: 11;
        }
        .column-name:last-child:before {
            height: 50%;
            content: "";
            position: absolute;
            z-index: 11;
            bottom: 0;
            left: 0;
            width: 1px;
            background: #F2F2F2;
            border-right: 1px solid #F2F2F2;
        }
        .column-name:first-child:before {
            height: 50%;
            content: "";
            position: absolute;
            z-index: 11;
            top: 0;
            left: 0;
            width: 1px;
            background: #F2F2F2;
            border-right: 1px solid #F2F2F2;
        }
        .menulist .sys-color0 a {
            background: #009933!important;
        }
        .menulist .sys-color0 a.thread:after {
            border-bottom: 1px solid #009933!important;
        }
        .menulist .sys-color0 .menuUl_title:before {
            border-bottom: 1px solid #009933!important;
        }
        .menulist .sys-color0 .sys-childmenu:before {
            border-left: 1px solid #009933!important;
        }
        .menulist .sys-color1 a {
            background: #D15B47!important;
        }
        .menulist .sys-color1 a.thread:after {
            border-bottom: 1px solid #D15B47!important;
        }
        .menulist .sys-color1 .menuUl_title:befo.........完整代码请登录后点击上方下载按钮下载查看

网友评论0