LayerManage.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .custom-tree-node {
  2. flex: 1;
  3. display: flex;
  4. align-items: center;
  5. justify-content: space-between;
  6. font-size: 14px;
  7. padding-right: 8px;
  8. }
  9. .layerBox {
  10. position: absolute;
  11. top: 50px;
  12. left: 5px;
  13. z-index: 1000;
  14. background-color: rgba(38, 38, 38, .75);
  15. display: inline-block;
  16. width: 280px;
  17. max-height: 500px;
  18. max-width: 300px;
  19. overflow-y: scroll;
  20. scrollbar-width: none;
  21. /* firefox */
  22. -ms-overflow-style: none;
  23. /* IE 10+ */
  24. }
  25. .layermanager {
  26. background: url(/static/images/bigscreen/tree-bg.png) no-repeat;
  27. background-size: 100% 100%;
  28. background-position: center;
  29. // top: 178px !important;
  30. // left: 20px !important;
  31. }
  32. .ivu-select-dropdown {
  33. min-width: 100px;
  34. background-color: rgb(68, 49, 49);
  35. }
  36. .layerBox::-webkit-scrollbar {
  37. display: none;
  38. /* Chrome Safari */
  39. }
  40. .layerBox {
  41. height: 500px;
  42. overflow: hidden;
  43. }
  44. .tckz,
  45. .collect {
  46. overflow-y: auto;
  47. overflow-x: hidden;
  48. height: 600px;
  49. padding: 0px 5px 0px 5px;
  50. }
  51. .zyml {
  52. overflow-y: hidden;
  53. overflow-x: hidden;
  54. height: 600px;
  55. }
  56. .zymlsplit,
  57. .collectsplit {
  58. height: 300px;
  59. }
  60. .treeDiv {
  61. overflow-y: auto;
  62. height: calc(100% - 52px);
  63. padding: 0px 5px 0px 5px;
  64. }
  65. .listBtn {
  66. position: absolute;
  67. right: 10px;
  68. }
  69. .opBtn {
  70. cursor: pointer;
  71. margin-left: 5px;
  72. }
  73. .ivu-list-item {
  74. color: white !important;
  75. }
  76. .sliderBtn {
  77. width: 200px;
  78. height: 9px;
  79. background: transparent;
  80. position: absolute;
  81. margin-top: 33px;
  82. right: 15px;
  83. }
  84. .ivu-tabs-nav {
  85. color: white !important;
  86. }
  87. .ivu-tabs-bar {
  88. margin-bottom: 5px !important;
  89. }
  90. .ivu-icon {
  91. color: white !important;
  92. }
  93. .ivu-slider {
  94. margin-top: -14px !important;
  95. }
  96. .ivu-switch-small.ivu-switch-checked:after {
  97. left: 23px !important;
  98. }
  99. .ivu-switch-small {
  100. width: 38px !important;
  101. }
  102. .ivu-list-large .ivu-list-item {
  103. padding-left: 5px;
  104. }
  105. .layerlist {
  106. padding: 5px !important;
  107. }
  108. .el-tree {
  109. background: transparent !important;
  110. color: white !important;
  111. .is-disabled {
  112. display: none;
  113. }
  114. }
  115. .el-tree-node__content {
  116. height: 33px;
  117. }
  118. .el-tree-node__content:hover,
  119. .el-tree-node:focus>.el-tree-node__content {
  120. background: transparent !important;
  121. }
  122. .eicon {
  123. width: 24px;
  124. height: 24px;
  125. margin-top: 5px;
  126. background-size: 100% 100%;
  127. display: inline-block;
  128. cursor: pointer;
  129. }
  130. .eyes {
  131. background-image: url("/static/images/ghzc/eyes.png");
  132. }
  133. .close_eyes {
  134. background-image: url("/static/images/ghzc/close_eyes.png");
  135. }