jjyx.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. // 对标管理
  2. @import "./setting.less";
  3. #appBody.light {
  4. // 风机绩效榜
  5. .com-table {
  6. thead tr th {
  7. color: @black;
  8. }
  9. .el-scrollbar tr td {
  10. color: @black;
  11. }
  12. .el-scrollbar tr td.light span,
  13. .el-scrollbar tr td.light div {
  14. color: @blue;
  15. }
  16. }
  17. .el-table__header-wrapper {
  18. height: 37px;
  19. }
  20. .left {
  21. padding-top: 20px;
  22. }
  23. .has-gutter {
  24. background: @white;
  25. height: 30px;
  26. .is-center {
  27. height: 37px;
  28. }
  29. }
  30. .performance {
  31. background: @white;
  32. }
  33. .btn.green,
  34. .btn:hover {
  35. color: @deepblue;
  36. border-color: @deepblue;
  37. background: rgba(@deepblueBg, 0.2);
  38. }
  39. .el-select__popper.select,
  40. .el-picker__popper {
  41. background: @white;
  42. border-color: @white;
  43. .el-popper__arrow::before {
  44. border: 1px solid @white !important;
  45. background: @white !important;
  46. }
  47. .el-select-dropdown__item.selected,
  48. .el-select-dropdown__item:hover {
  49. color: @deepblue;
  50. background: fade(@deepblue, 20);
  51. border: 1px solid @deepblue;
  52. }
  53. .el-select-dropdown__item {
  54. color: @black;
  55. }
  56. }
  57. .el-picker__popper.el-popper[role="tooltip"] {
  58. background: @white !important;
  59. border-color: @white !important;
  60. .el-date-table {
  61. th {
  62. color: @black;
  63. }
  64. td.current:not(.disabled) span {
  65. color: @white;
  66. background: @blue;
  67. }
  68. td.today span,
  69. span:hover {
  70. color: @blue;
  71. }
  72. td.prev-month,
  73. td.next-month {
  74. background: fade(@black, 20);
  75. }
  76. span {
  77. color: @black;
  78. }
  79. }
  80. .el-year-table {
  81. td {
  82. color: @black;
  83. }
  84. td.today .cell,
  85. td:hover {
  86. color: @blue;
  87. }
  88. }
  89. }
  90. .el-input {
  91. .el-input__inner {
  92. background: @white;
  93. color: @black;
  94. }
  95. }
  96. .query-item .lable {
  97. color: @black;
  98. }
  99. // 风机绩效榜-明细
  100. .main-body {
  101. input[type="checkbox"]:checked {
  102. background: @blue;
  103. border-color: @blue;
  104. }
  105. input[type="checkbox"] {
  106. background: @white;
  107. border-color: @gray-l;
  108. }
  109. }
  110. .decision-page-2,
  111. .decision-page-3,
  112. .decision-page-4 {
  113. .com-panel {
  114. border-radius: 0;
  115. padding: 0;
  116. }
  117. }
  118. .action {
  119. color: @blue;
  120. }
  121. //线路对标
  122. .el-select {
  123. .el-select__tags .el-tag {
  124. background-color: fade(@deepblue, 20);
  125. color: @deepblue;
  126. .el-icon-close {
  127. background-color: fade(@deepblue, 50);
  128. }
  129. }
  130. }
  131. //单机横向对比
  132. .direction-info {
  133. .com-table {
  134. th,
  135. td {
  136. color: @black;
  137. }
  138. }
  139. }
  140. // 状态转换率
  141. .newspan {
  142. color: @black;
  143. }
  144. .newspan:hover {
  145. background: linear-gradient(
  146. to top,
  147. rgba(54, 52, 142, 0.5),
  148. rgba(54, 52, 142, 0)
  149. );
  150. color: @deepblue;
  151. }
  152. .newspan:hover::after {
  153. border: 0.093vh solid @deepblue;
  154. }
  155. .active {
  156. background: linear-gradient(
  157. to top,
  158. rgba(54, 52, 142, 0.5),
  159. rgba(54, 52, 142, 0)
  160. );
  161. color: @deepblue;
  162. }
  163. .active::after {
  164. border: 0.093vh solid @deepblue;
  165. }
  166. .el-month-table td .cell:hover,
  167. .el-date-picker__header-label.active,
  168. .el-date-picker__header-label:hover {
  169. color: @blue;
  170. }
  171. // 综合分析
  172. .ztfx {
  173. .table-complex {
  174. .table {
  175. tbody {
  176. tr:nth-child(2n) td {
  177. background-color: fade(@black, 20%);
  178. &.item {
  179. background-color: transparent;
  180. }
  181. }
  182. }
  183. th {
  184. background: fade(@black, 40);
  185. color: @white;
  186. }
  187. td {
  188. color: @black;
  189. }
  190. }
  191. }
  192. .table-panel {
  193. .table {
  194. tbody {
  195. tr:nth-child(2n) td {
  196. background-color: fade(@black, 20%);
  197. }
  198. }
  199. th {
  200. background: fade(@black, 40);
  201. color: @white;
  202. }
  203. td {
  204. color: @black;
  205. }
  206. }
  207. }
  208. }
  209. .action-bar {
  210. .selections {
  211. .item {
  212. color: @black;
  213. &:hover,
  214. &.active {
  215. background: fade(@deepblue, 20);
  216. border: 1px solid @deepblue;
  217. color: @deepblue;
  218. }
  219. }
  220. }
  221. }
  222. // 风场信息
  223. .fc-info {
  224. .fc-item {
  225. & > .title {
  226. color: @black;
  227. }
  228. .tags {
  229. .tag {
  230. .tag-title {
  231. color: @black;
  232. }
  233. .tag-value {
  234. color: @deepblue;
  235. }
  236. }
  237. }
  238. }
  239. }
  240. }