.custom-tree-node { flex: 1; display: flex; align-items: center; justify-content: space-between; font-size: 14px; padding-right: 8px; } .layerBox { position: absolute; top: 50px; left: 5px; z-index: 1000; background-color: rgba(38, 38, 38, .75); display: inline-block; width: 280px; max-height: 500px; max-width: 300px; overflow-y: scroll; scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } .layermanager { background: url(/static/images/bigscreen/tree-bg.png) no-repeat; background-size: 100% 100%; background-position: center; // top: 178px !important; // left: 20px !important; } .ivu-select-dropdown { min-width: 100px; background-color: rgb(68, 49, 49); } .layerBox::-webkit-scrollbar { display: none; /* Chrome Safari */ } .layerBox { height: 500px; overflow: hidden; } .tckz, .collect { overflow-y: auto; overflow-x: hidden; height: 600px; padding: 0px 5px 0px 5px; } .zyml { overflow-y: hidden; overflow-x: hidden; height: 600px; } .zymlsplit, .collectsplit { height: 300px; } .treeDiv { overflow-y: auto; height: calc(100% - 52px); padding: 0px 5px 0px 5px; } .listBtn { position: absolute; right: 10px; } .opBtn { cursor: pointer; margin-left: 5px; } .ivu-list-item { color: white !important; } .sliderBtn { width: 200px; height: 9px; background: transparent; position: absolute; margin-top: 33px; right: 15px; } .ivu-tabs-nav { color: white !important; } .ivu-tabs-bar { margin-bottom: 5px !important; } .ivu-icon { color: white !important; } .ivu-slider { margin-top: -14px !important; } .ivu-switch-small.ivu-switch-checked:after { left: 23px !important; } .ivu-switch-small { width: 38px !important; } .ivu-list-large .ivu-list-item { padding-left: 5px; } .layerlist { padding: 5px !important; } .el-tree { background: transparent !important; color: white !important; .is-disabled { display: none; } } .el-tree-node__content { height: 33px; } .el-tree-node__content:hover, .el-tree-node:focus>.el-tree-node__content { background: transparent !important; } .eicon { width: 24px; height: 24px; margin-top: 5px; background-size: 100% 100%; display: inline-block; cursor: pointer; } .eyes { background-image: url("/static/images/ghzc/eyes.png"); } .close_eyes { background-image: url("/static/images/ghzc/close_eyes.png"); }