LayerManage.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .layerBox {
  2. position: absolute;
  3. top: 50px;
  4. left: 5px;
  5. z-index: 1000;
  6. background-color: rgba(38, 38, 38, .75);
  7. display: inline-block;
  8. width: 280px;
  9. max-height: 500px;
  10. max-width: 300px;
  11. overflow-y: scroll;
  12. scrollbar-width: none;
  13. /* firefox */
  14. -ms-overflow-style: none;
  15. /* IE 10+ */
  16. }
  17. .ivu-select-dropdown {
  18. min-width: 100px;
  19. background-color: rgb(68, 49, 49);
  20. }
  21. .layerBox::-webkit-scrollbar {
  22. display: none;
  23. /* Chrome Safari */
  24. }
  25. .layerBox {
  26. height: 500px;
  27. overflow: hidden;
  28. }
  29. .zyml,
  30. .tckz {
  31. overflow-y: auto;
  32. overflow-x: hidden;
  33. height: 460px;
  34. }
  35. .listBtn {
  36. position: absolute;
  37. right: 10px;
  38. }
  39. .opBtn {
  40. cursor: pointer;
  41. }
  42. .ivu-list-item {
  43. color: white !important;
  44. }
  45. .sliderBtn {
  46. width: 200px;
  47. height: 3px;
  48. right: 8px;
  49. position: absolute;
  50. }
  51. .ivu-tabs-nav {
  52. color: white !important;
  53. }
  54. .ivu-tabs-bar {
  55. margin-bottom: 5px !important;
  56. }