jsc-ztjs.less 861 B

123456789101112131415161718192021222324252627282930
  1. //驾驶舱模块-状态监视白色主题样式
  2. @import "./setting.less";
  3. #appBody.light {
  4. .status-panel .status-com-panel .p-body .category-box[data-v-74094c42]{
  5. width: 100%;
  6. background-color: @white;
  7. transition : @transition;
  8. display: flex;
  9. margin-bottom: 0.37vh;
  10. }
  11. .el-scrollbar__wrap{
  12. background: @white;
  13. transition : @transition;
  14. }
  15. .map-1 .btn-group-tabs[data-v-0ec6dd0b]{
  16. display: flex;
  17. flex-direction: row;
  18. background: @white;
  19. height: 50px;
  20. }
  21. .status-panel .status-com-panel .p-body .item-box .data-item.light[data-v-74094c42]{
  22. background-color: @deepblue;
  23. position: relative;
  24. }
  25. //驾驶舱模块-Agc白色主题样式
  26. .com-panel2 .panel-header2 .panel-tools2{
  27. color: @black;
  28. opacity: 0.3;
  29. }
  30. }