panoramicPowerLess.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .panoramicPowerPage {
  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. margin-left: 18px;
  19. position: relative;
  20. top: 2px;
  21. }
  22. .statusName {
  23. margin-left: 10px;
  24. font-size: 14px;
  25. }
  26. .statusNum {
  27. display: inline-block;
  28. width: 50px;
  29. text-align: center;
  30. position: relative;
  31. right: -37px;
  32. background: #212223;
  33. height: 25px;
  34. line-height: 25px;
  35. border-radius: 5px;
  36. // border-right: 1px dashed #fff;
  37. }
  38. span {
  39. color: #fff;
  40. }
  41. }
  42. .windLeft {
  43. display: flex;
  44. .windMsg {
  45. margin-right: 10px;
  46. font-weight: 600;
  47. span {
  48. display: inline-block;
  49. }
  50. span:nth-of-type(1) {
  51. margin-left: 20px;
  52. font-size: 14px;
  53. color: #fff;
  54. }
  55. span:nth-of-type(2) {
  56. font-size: 14px;
  57. color: #fff;
  58. }
  59. }
  60. }
  61. }
  62. .lineMain {
  63. width: calc(100% - 20px);
  64. padding: 10px 0 10px 20px;
  65. // border-radius: 10px;
  66. .lineStyle {
  67. width: 94%;
  68. border-radius: 10px;
  69. margin-bottom: 15px;
  70. padding: 10px;
  71. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  72. .powerLegendColor {
  73. width: 11px;
  74. height: 11px;
  75. border-radius: 7px;
  76. display: inline-block;
  77. margin-top: 2px;
  78. position: relative;
  79. top: 3px;
  80. }
  81. .lineColor {
  82. width: 24px;
  83. height: 2px;
  84. display: inline-block;
  85. margin-top: 2px;
  86. position: relative;
  87. top: -2px;
  88. left: 17px;
  89. }
  90. }
  91. }
  92. }