123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .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");
- }
|