UNPKG

@krmao/react-basic

Version:
4 lines 7.08 kB
body,html{width:100%;height:100%;background:var(--background-color);color:#333;font-size:14px;line-height:1.4;font-weight:var(--font-weight);font-family:var(--font-family);overflow-x:auto;overflow-y:auto;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}body::-webkit-scrollbar{display:none}* html body{overflow:visible}body,div,html,span{margin:0;padding:0}.basic_base_font{font-family:var(--font-family);font-weight:var(--font-weight)}.basic_base_font_important{font-family:var(--font-family)!important;font-weight:var(--font-weight)!important}.basic_base_font_bold{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold)}.basic_base_font_bold_important{font-family:var(--font-family-bold)!important;font-weight:var(--font-weight-bold)!important}.basic_ellipsis_max_1_line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basic_ellipsis_max_2_line{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}:root{--background-color:#f7f7f7;--font-family:PingFangSC-Regular,"Microsoft YaHei",serif;--font-family-code:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;--font-family-bold:PingFangSC-Medium,"Microsoft YaHei",serif;--font-weight:normal;--font-weight-bold:bold} .basic_org_chart_container{display:inline-block}.basic_org_chart_container :global table{border-collapse:separate;border-spacing:0;line-height:1.5715}.basic_org_chart_container :global table tr.hidden{display:none!important}.basic_org_chart_container :global table tr.lines{position:relative}.basic_org_chart_container :global table tr.lines .expand-icon{box-sizing:content-box;display:inline-block;width:18px;height:18px;border-radius:50%;background-color:#e8eefb;border:1px solid #3870e1;position:relative;margin-left:-11px;margin-bottom:-18px/2;z-index:9;cursor:pointer}.basic_org_chart_container :global table tr.lines .expand-icon-collapsed::before,.basic_org_chart_container :global table tr.lines .expand-icon-expanded::before{box-sizing:border-box;content:"";width:10px;height:2px;background-color:#3870e1;position:absolute;top:16px/2;left:8px/2}.basic_org_chart_container :global table tr.lines .expand-icon-collapsed::after{box-sizing:border-box;content:"";width:2px;height:10px;background-color:#3870e1;position:absolute;top:8px/2;left:16px/2}.basic_org_chart_container :global table tr.lines .expand-icon-loading-children::before{box-sizing:border-box;content:"";width:10px;height:10px;border:2px solid #3870e1;border-radius:50%;position:absolute;top:8px/2;left:8px/2}.basic_org_chart_container :global table tr.lines .expand-icon:hover{background-color:#d2def7}.basic_org_chart_container :global table tr.lines td{height:20px}.basic_org_chart_container :global table tr.lines td .vertical-line{width:2px;height:100%;background-color:#3870e1;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_org_chart_container :global table tr.lines td.left{border-right:2px/2 solid #3870e1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_org_chart_container :global table tr.lines td.right{border-left:2px/2 solid #3870e1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_org_chart_container :global table tr.lines td.top{border-top:2px solid #3870e1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_org_chart_container :global table td{text-align:center;padding:0;vertical-align:top}.basic_org_chart_container :global table td .node{display:inline-block;margin:0 5px}.basic_org_chart_container :global table td .node .node-content{color:#000;text-align:center;padding:.2rem .4rem;border:1px solid #3870e1;border-radius:3px;box-shadow:0 1px 5px rgba(0,0,0,.15);cursor:pointer;white-space:nowrap} .basic_box{display:block;width:100%;height:100%;position:relative}.basic_box_line{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:#1658dc;box-shadow:0 0 70px 20px #1658dc;-webkit-clip-path:inset(0);clip-path:inset(0);-webkit-animation:basic_box_y 2s ease-in-out infinite alternate,basic_box_inset 4s ease-in-out infinite;animation:basic_box_y 2s ease-in-out infinite alternate,basic_box_inset 4s ease-in-out infinite}@-webkit-keyframes basic_box_y{to{transform:translateY(-100%);top:100%}}@keyframes basic_box_y{to{transform:translateY(-100%);top:100%}}@-webkit-keyframes basic_box_inset{33%{-webkit-clip-path:inset(-200px 0 0 0);clip-path:inset(-200px 0 0 0)}50%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}83%{-webkit-clip-path:inset(0 0 -200px 0);clip-path:inset(0 0 -200px 0)}}@keyframes basic_box_inset{33%{-webkit-clip-path:inset(-200px 0 0 0);clip-path:inset(-200px 0 0 0)}50%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}83%{-webkit-clip-path:inset(0 0 -200px 0);clip-path:inset(0 0 -200px 0)}} .basic_tree_root{font-family:var(--font-family);font-weight:var(--font-weight);background-color:#e8eefb;display:flex;border-radius:4px;flex-direction:column;align-items:flex-start}.basic_tree_root .basic_tree_header{padding:16px 16px 0 16px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.basic_tree_root .basic_tree_header .ant-breadcrumb span{display:inline-flex;align-items:center}.basic_tree_root .basic_tree_header .breadcrumb-item-text{font-family:var(--font-family);font-weight:var(--font-weight);color:#4c5a75;font-size:14px;letter-spacing:0;line-height:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_tree_root .basic_tree_header .breadcrumb-item-link{font-family:var(--font-family);font-weight:var(--font-weight);cursor:pointer;color:#8790a3;font-size:14px;letter-spacing:0;line-height:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_tree_root .basic_tree_header .ant-checkbox-group{display:flex;flex-direction:row;align-items:center}.basic_tree_root .basic_tree_header .ant-checkbox-group .checkbox-item-filter{margin:0 6px;display:flex;flex-direction:row;align-items:center}.basic_tree_root .basic_tree_header .ant-checkbox-group .checkbox-item-filter .ant-checkbox{top:0!important}.basic_tree_root .basic_tree_content{text-align:center;width:100%;height:auto;overflow-x:scroll;overflow-y:hidden;padding:48px 16px}.basic_tree_root .basic_tree_content .basic_tree_item{position:relative;font-family:var(--font-family);font-weight:var(--font-weight);background:#fff;border-radius:4px;font-size:14px;color:#102247;letter-spacing:0;padding:14px 16px 12px 16px;box-shadow:0 4px 8px 0 rgba(16,34,71,.04);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basic_tree_root .basic_tree_content .basic_tree_item .basic_tree_item_type{font-family:var(--font-family);font-weight:var(--font-weight);position:absolute;background:#1658dc;border-radius:4px 0 4px 0;left:0;top:0;padding:0 4px;font-size:12px;color:#fff;letter-spacing:0;line-height:14px}