powerPredictionPageLess.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. .powerPredictionPage {
  2. .windStstus {
  3. display: flex;
  4. justify-content: space-around;
  5. align-items: center;
  6. margin: 0 10px;
  7. border: 1px solid #7674d8;
  8. border-radius: 10px 10px 0 0;
  9. border-bottom: none;
  10. height: 40px;
  11. .el-col {
  12. display: flex;
  13. }
  14. .scrollbar {
  15. border-right: 1px dashed #fff;
  16. .scrollbarName {
  17. width: 10%;
  18. font-size: 14px;
  19. color: #fff;
  20. position: relative;
  21. top: 10px;
  22. left: 20px;
  23. }
  24. .el-scrollbar {
  25. width: 90%;
  26. .scrollbar-flex-content {
  27. display: flex;
  28. width: 50%;
  29. .scrollbar-demo-item {
  30. flex-shrink: 0;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. padding: 0px 15px;
  35. margin: 10px;
  36. text-align: center;
  37. border-radius: 4px;
  38. border: 1px solid #8679df;
  39. color: #fff;
  40. font-size: 14px;
  41. cursor: pointer;
  42. }
  43. .changeBacksty {
  44. background-color: #504bb5 !important;
  45. }
  46. .defaultBacksty {
  47. background-color: #373590 !important;
  48. }
  49. }
  50. .el-scrollbar__bar {
  51. display: block !important;
  52. --el-scrollbar-opacity: 0.8;
  53. --el-scrollbar-bg-color: #8679df;
  54. // --el-scrollbar-hover-opacity: 0.5;
  55. // --el-scrollbar-hover-bg-color: red;
  56. }
  57. }
  58. }
  59. .everyOne {
  60. display: flex;
  61. align-items: center;
  62. img {
  63. width: 21px;
  64. height: 21px;
  65. margin-left: 18px;
  66. }
  67. .statusName {
  68. margin-left: 10px;
  69. font-size: 14px;
  70. }
  71. .statusNum {
  72. padding: 0 18px;
  73. position: relative;
  74. border-right: 1px dashed #fff;
  75. }
  76. span {
  77. color: #fff;
  78. }
  79. }
  80. .windLeft {
  81. display: flex;
  82. .windMsg {
  83. margin-right: 10px;
  84. font-weight: 600;
  85. span {
  86. display: inline-block;
  87. }
  88. span:nth-of-type(1) {
  89. margin: 0 0 0 20px;
  90. font-size: 14px;
  91. color: #fff;
  92. }
  93. span:nth-last-child(1) {
  94. font-size: 16px;
  95. color: #fff;
  96. }
  97. }
  98. }
  99. }
  100. .lineMain {
  101. width: calc(100% - 20px);
  102. padding: 10px 0 10px 20px;
  103. border-radius: 10px;
  104. .lineStyle {
  105. width: 98%;
  106. border-radius: 10px;
  107. margin-bottom: 10px;
  108. padding: 10px 0 10px 10px;
  109. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  110. .powerLegendColor {
  111. width: 11px;
  112. height: 11px;
  113. border-radius: 7px;
  114. display: inline-block;
  115. margin-top: 2px;
  116. position: relative;
  117. top: 3px;
  118. }
  119. .lineColor {
  120. width: 24px;
  121. height: 2px;
  122. display: inline-block;
  123. margin-top: 2px;
  124. position: relative;
  125. top: -2px;
  126. left: 17px;
  127. }
  128. }
  129. .lineStyle1 {
  130. width: 96%;
  131. border-radius: 10px;
  132. margin-bottom: 10px;
  133. padding: 10px 0 10px 10px;
  134. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  135. .guageMsg {
  136. position: relative;
  137. top: -35px;
  138. left: 25%;
  139. width: 50%;
  140. text-align: center;
  141. p {
  142. font-size: 16px;
  143. line-height: 0.5;
  144. }
  145. }
  146. }
  147. }
  148. }