homePageNoMapLess.less 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. .homePageNoMap {
  2. .windStstus {
  3. display: flex;
  4. align-items: center;
  5. margin: 0 10px;
  6. // border: 1px solid #7674d8;
  7. // border-radius: 10px 10px 0 0;
  8. border-bottom: none;
  9. height: 40px;
  10. .everyOne {
  11. display: flex;
  12. align-items: center;
  13. width: 160px;
  14. height: 25px;
  15. margin-right: 10px;
  16. border-radius: 5px;
  17. img {
  18. width: 21px;
  19. height: 21px;
  20. margin-left: 18px;
  21. }
  22. .statusName {
  23. margin-left: 10px;
  24. font-size: 14px;
  25. }
  26. .statusNum {
  27. padding: 0 18px;
  28. position: relative;
  29. right: -37px;
  30. background: #212223;
  31. height: 25px;
  32. line-height: 25px;
  33. border-radius: 5px;
  34. // border-right: 1px dashed #fff;
  35. }
  36. span {
  37. color: #fff;
  38. }
  39. }
  40. }
  41. .homePage_main {
  42. border-radius: 10px;
  43. display: flex;
  44. justify-content: space-between;
  45. .mainLeft {
  46. width: 65%;
  47. .lineStyle {
  48. width: 97%;
  49. border-radius: 10px;
  50. margin: 10px;
  51. padding: 10px;
  52. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  53. .powerLegendColor {
  54. width: 11px;
  55. height: 11px;
  56. border-radius: 7px;
  57. display: inline-block;
  58. margin-top: 2px;
  59. position: relative;
  60. top: 3px;
  61. }
  62. .lineColor {
  63. width: 24px;
  64. height: 2px;
  65. display: inline-block;
  66. margin-top: 2px;
  67. position: relative;
  68. top: -2px;
  69. left: 17px;
  70. }
  71. .styleData {
  72. position: absolute;
  73. top: 10px;
  74. left: 135px;
  75. z-index: 111;
  76. span {
  77. color: #fff;
  78. font-weight: 600;
  79. font-size: 14px;
  80. margin-right: 5px;
  81. border: 1px solid #fff;
  82. padding: 1px 10px;
  83. display: inline-block;
  84. cursor: pointer;
  85. }
  86. .changeStyle {
  87. color: #f2a91f;
  88. border: 1px solid #f2a91f;
  89. }
  90. .defaultSty {
  91. color: #c7c7c7;
  92. border: 1px solid #c7c7c7;
  93. }
  94. }
  95. }
  96. }
  97. .mainRight {
  98. width: 35%;
  99. .lineStyle {
  100. width: 94%;
  101. margin: 10px;
  102. border-radius: 10px;
  103. padding: 10px;
  104. position: relative;
  105. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  106. .styleData {
  107. position: absolute;
  108. top: 10px;
  109. right: 20px;
  110. z-index: 111;
  111. span {
  112. color: #fff;
  113. font-weight: 600;
  114. font-size: 14px;
  115. margin-right: 5px;
  116. border: 1px solid #fff;
  117. padding: 1px 10px;
  118. display: inline-block;
  119. cursor: pointer;
  120. }
  121. .changeStyle {
  122. color: #f2a91f;
  123. border: 1px solid #f2a91f;
  124. }
  125. .defaultSty {
  126. color: #c7c7c7;
  127. border: 1px solid #c7c7c7;
  128. }
  129. }
  130. }
  131. .messageData {
  132. width: 94%;
  133. margin: 10px;
  134. border-radius: 10px;
  135. // padding: 10px;
  136. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  137. padding: 20px 10px;
  138. p {
  139. font-weight: 600;
  140. line-height: 0;
  141. }
  142. .msgHeight {
  143. overflow-y: auto;
  144. height: calc(100% - 30px);
  145. .stationSty {
  146. margin-left: 5px;
  147. display: inline-block;
  148. width: 50px;
  149. font-weight: 600;
  150. }
  151. .titleSty {
  152. display: inline-block;
  153. // width: 60px;
  154. font-weight: 600;
  155. }
  156. .msgSty {
  157. display: inline-block;
  158. width: calc(90% - 110px);
  159. overflow: hidden;
  160. text-overflow: ellipsis;
  161. white-space: nowrap;
  162. cursor: pointer;
  163. &:hover {
  164. text-decoration-line: underline;
  165. }
  166. }
  167. .el-divider {
  168. margin: 12px 0 15px 0;
  169. }
  170. }
  171. span {
  172. font-size: 14px;
  173. }
  174. }
  175. }
  176. }
  177. .footer {
  178. padding: 0 10px;
  179. width: calc(100% - 20px);
  180. height: 40px;
  181. // background: #2f5eb0;
  182. // border-top: 1px solid #797979;
  183. position: fixed;
  184. bottom: 0;
  185. .exitV {
  186. width: 95%;
  187. display: flex;
  188. justify-content: space-between;
  189. line-height: 40px;
  190. .time {
  191. margin-left: 10px;
  192. color: #fff;
  193. }
  194. .earlywarning {
  195. margin-right: 50px;
  196. display: flex;
  197. .warningdata {
  198. margin-left: 20px;
  199. .warningColor {
  200. width: 20px;
  201. height: 20px;
  202. line-height: 40px;
  203. display: inline-block;
  204. border-radius: 50%;
  205. margin-left: 10px;
  206. position: relative;
  207. top: 3px;
  208. }
  209. }
  210. }
  211. }
  212. }
  213. }