inverter-info.less 1010 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @import '../setting.less';
  2. #appBody.light {
  3. //
  4. .Inverter-Info .box-main {
  5. .wind-site-menu {
  6. background-color: @gray-3;
  7. }
  8. .Inverter-Info-body {
  9. .inverter-datas .inverter-item .inverter-item-info {
  10. border: 1px solid @gray-3;
  11. background-color: @white;
  12. .states {
  13. background: @white;
  14. transition: @transition;
  15. .state-list .list-item {
  16. background: rgba(96, 103, 105, 0.1);
  17. &:nth-child(2n) {
  18. background: transparent;
  19. }
  20. .state {
  21. background: rgba(96, 103, 105, 0.2);
  22. }
  23. }
  24. .counts {
  25. .all {
  26. background: rgba(96, 103, 105, 0.1);
  27. }
  28. .error {
  29. color: @white;
  30. }
  31. }
  32. }
  33. }
  34. .Inverter-Info-title {
  35. position: relative;
  36. background: @white;
  37. transition: @transition;
  38. .title {
  39. color: @deepblue;
  40. font-weight: bold;
  41. }
  42. .title-tools-left {
  43. color: @black;
  44. }
  45. }
  46. .table-form.mg-b-8 {
  47. background: @white;
  48. transition: @transition;
  49. }
  50. }
  51. }
  52. }