light-jjyx.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. // 经济运行模块白色主题样式
  2. @import "./setting.less";
  3. #appBody.light {
  4. .static-main {
  5. background : #fff;
  6. border-color : @deepblue;
  7. border-radius: @borderRaduis;
  8. transition : @transition;
  9. flex : 0 0 130px;
  10. margin-right : 5px;
  11. transition : @transition;
  12. .icon i {
  13. background : @deepblue;
  14. border-color: rgb(128, 128, 128);
  15. transition : @transition;
  16. svg use {
  17. fill : #fff;
  18. transition: @transition;
  19. }
  20. }
  21. .info .value {
  22. color : @deepblue;
  23. transition: @transition;
  24. }
  25. }
  26. .static-items {
  27. background : #fff;
  28. margin-right : 4px;
  29. border-radius: @borderRaduis;
  30. transition : @transition;
  31. .static-items-title {
  32. color : @deepblue;
  33. font-weight: 700;
  34. transition : @transition;
  35. }
  36. .items {
  37. .item {
  38. margin-left : 4px;
  39. border-radius: @borderRaduis;
  40. background : rgba(128, 128, 128, 0.15);
  41. transition : @transition;
  42. font-weight : 700;
  43. .title {
  44. color : @deepblue;
  45. font-weight: 700;
  46. transition : @transition;
  47. }
  48. }
  49. }
  50. }
  51. .power-benchmarking-page .top .top-left .top-left-header .header-right>div.active,
  52. .power-benchmarking-page .top .top-left .top-left-header .header-right>div:hover {
  53. background : rgba(54, 52, 142, 0.2);
  54. border-color: @deepblue;
  55. color : @deepblue;
  56. transition : @transition;
  57. }
  58. .power-benchmarking-page .top .top-right .rank-title::before {
  59. background: linear-gradient(135deg, rgba(54, 52, 142, 0.4), transparent, transparent, transparent, rgba(54, 52, 142, 0.4));
  60. }
  61. .power-benchmarking-page .top .top-right .rank-title {
  62. border-color: @deepblue;
  63. color : @deepblue;
  64. transition : @transition;
  65. }
  66. .power-benchmarking-page .top .top-right .rank-title .border {
  67. border-color: @deepblue;
  68. transition : @transition;
  69. }
  70. .power-benchmarking-page .top .top-right .rank-table.el-table thead tr th {
  71. background : rgba(54, 52, 142, 0.05);
  72. color : @black;
  73. font-weight: 700;
  74. transition : @transition;
  75. }
  76. .power-benchmarking-page .top .top-right .rank-block {
  77. border-color: @deepblue;
  78. background : rgba(54, 52, 142, 0.2);
  79. transition : @transition;
  80. }
  81. .power-benchmarking-page .top .top-right .rank-table {
  82. border-color: @deepblue;
  83. transition : @transition;
  84. }
  85. .top-right .el-table__body-wrapper {
  86. background: #fff;
  87. transition: @transition;
  88. }
  89. .main-body .el-table td,
  90. .main-body .custom-table.el-table td {
  91. color : @black;
  92. font-weight: 700;
  93. transition : @transition;
  94. }
  95. .main-body .el-table tr:hover td,
  96. .main-body .custom-table.el-table tr:hover td {
  97. color : @deepblue;
  98. font-weight: 700;
  99. transition : @transition;
  100. }
  101. .power-benchmarking-page .top .top-right .rank-table.el-table.el-table--striped .el-table__body tr.el-table__row--striped td {
  102. background: rgba(54, 52, 142, 0.1);
  103. transition: @transition;
  104. }
  105. .power-benchmarking-page .top .top-right .rank-table.el-table.el-table--striped .el-table__body tr.el-table__row--striped:hover td {
  106. background: rgba(54, 52, 142, 0.1) !important;
  107. transition: @transition;
  108. }
  109. .top-left .el-table {
  110. // background: #fff;
  111. // transition: @transition;
  112. table {
  113. background: #fff;
  114. transition: @transition;
  115. }
  116. th,
  117. td {
  118. font-weight: bold;
  119. font-weight: 700;
  120. }
  121. thead tr:first-child th {
  122. background: rgba(128, 128, 128, 0.3);
  123. color : @black;
  124. transition: @transition;
  125. }
  126. thead tr:last-child th {
  127. background: rgba(128, 128, 128, 0.1);
  128. color : @black;
  129. transition: @transition;
  130. }
  131. th.light,
  132. td.light {
  133. color : @deepblue !important;
  134. transition: @transition;
  135. }
  136. }
  137. }