rqdd.vue 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <template>
  2. <div class="app-container">
  3. <div class="head">
  4. <div class="slice">
  5. <img alt="" src="./img/Slice 311.png">
  6. </div>
  7. <div style="position: absolute;right: 377px;top: 18px">
  8. <img alt="" src="./img/返回首页.png">
  9. </div>
  10. <div class="topButton1">
  11. <div class="buttonWord">
  12. <span>离线运行</span>
  13. </div>
  14. </div>
  15. <div class="topButton2">
  16. <div class="buttonWord">
  17. <span>发电端计划监控</span>
  18. </div>
  19. </div>
  20. </div>
  21. <div class="zs1">
  22. <div class="littleHeadWord">
  23. <span>信息总览</span>
  24. </div>
  25. </div>
  26. <div class="zs2">
  27. <div class="littleHeadWord">
  28. <span>告警信息</span>
  29. </div>
  30. </div>
  31. <div class="ys1">
  32. <div class="littleHeadWord">
  33. <span>联络线信息</span>
  34. </div>
  35. </div>
  36. <div class="yx1">
  37. <div class="littleHeadWord">
  38. <span>断面信息</span>
  39. </div>
  40. </div>
  41. <div class="zx">
  42. <div class="littleHeadWord">
  43. <span>日前调度计划</span>
  44. </div>
  45. <iframe scrolling="no" src="/#/rqddjh" style="width: 100%;height: 100%;border: 0;">
  46. </iframe>
  47. </div>
  48. </div>
  49. </template>
  50. <script>
  51. export default {
  52. name: 'rqdd-name'
  53. }
  54. </script>
  55. <style lang="css" scoped>
  56. .slice {
  57. width: 300px;
  58. position: absolute;
  59. left: 30px;
  60. }
  61. .head {
  62. width: 100%;
  63. height: calc(8vh);
  64. background: url(./img/装饰.png) no-repeat;
  65. background-size: 100% 100%;
  66. }
  67. .zs1 {
  68. width: 50%;
  69. height: calc(70vh);
  70. position: absolute;
  71. top: 87px;
  72. left: 2px;
  73. background: url(./img/1.png) no-repeat;
  74. }
  75. .topButton1 {
  76. background: url(./img/4灰大素材.png);
  77. height: 42px;
  78. width: 179px;
  79. position: absolute;
  80. top: 16px;
  81. left: 379px
  82. }
  83. .topButton2 {
  84. background: url(./img/色相饱和度4.png);
  85. height: 42px;
  86. width: 182px;
  87. position: absolute;
  88. top: 16px;
  89. left: 608px
  90. }
  91. .topButton1 .buttonWord {
  92. position: absolute;
  93. top: 9px;
  94. left: 45px;
  95. color: white;
  96. font-size: 19px;
  97. font-weight: 1000;
  98. font-family: AliMaMa;
  99. }
  100. .topButton2 .buttonWord {
  101. position: absolute;
  102. top: 9px;
  103. left: 25px;
  104. color: white;
  105. font-size: 19px;
  106. font-weight: 1000;
  107. font-family: AliMaMa;
  108. }
  109. .zs2 {
  110. width: 50%;
  111. height: calc(80vh);
  112. position: absolute;
  113. top: 87px;
  114. left: 629px;
  115. background: url(./img/1.png) no-repeat
  116. }
  117. .ys1 {
  118. width: 29%;
  119. height: calc(80vh);
  120. position: absolute;
  121. top: 87px;
  122. left: 1260px;
  123. background: url(./img/1.j.png) no-repeat
  124. }
  125. .yx1 {
  126. width: 29%;
  127. height: calc(38vh);
  128. position: absolute;
  129. top: 561px;
  130. left: 1260px;
  131. background: url(./img/1.j.png) no-repeat
  132. }
  133. .zx {
  134. width: 69.5%;
  135. height: calc(55vh);
  136. position: absolute;
  137. top: 399px;
  138. left: 2px;
  139. background: url(./img/2.png) no-repeat
  140. }
  141. .littleHeadWord {
  142. text-align: left;
  143. position: absolute;
  144. left: 70px;
  145. }
  146. .littleHeadWord span {
  147. color: white;
  148. font-size: 19px;
  149. font-weight: 1000;
  150. font-family: AliMaMa;
  151. }
  152. </style>