cokingCoalA.html 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <!-- 引入样式 -->
  8. <link rel="stylesheet" href="./styles/element-ui@2.15.9.css" />
  9. <link rel="stylesheet" href="./styles/cokingCoalA.css" />
  10. <!-- 引入js -->
  11. <script src="./libs/vue@2.7.10.js"></script>
  12. <script src="./libs/datav.min.js"></script>
  13. <script src="./libs/echarts.min.js"></script>
  14. <script src="./libs/element-ui@2.15.9.js"></script>
  15. <script src="./libs/axios.min.js"></script>
  16. <script src="./js/request.js"></script>
  17. <script src="./libs/echarts-tooltip-carousel.js"></script>
  18. </head>
  19. <body>
  20. <div id="app">
  21. <dv-full-screen-container>
  22. <header class="my-header relative">
  23. <span>焦煤集团驾驶舱数字看板</span>
  24. <span class="rightTime">{{time}}</span>
  25. </header>
  26. <div class="main">
  27. <div class="left">
  28. <dv-border-box-8>
  29. <div class="left-top">
  30. <div class="commonTitle w-full" style="height: 50px;">
  31. <div class="flex items-center">
  32. <img style="width:17px;height:34px;margin-right: 10px;" src="./images/arrow.png" alt="">
  33. <span>三序列人员</span>
  34. </div>
  35. <img class="w-full block" style="margin-top: 2px;" src="./images/line.png" alt="">
  36. </div>
  37. <div class="left-top-content">
  38. <div id="aiQuality" class="mx-auto" style="width: 100%; height: 100%"></div>
  39. </div>
  40. </div>
  41. </dv-border-box-8>
  42. <dv-border-box-8>
  43. <div class="left-bottom">
  44. <div class="commonTitle w-full" style="height: 50px;">
  45. <div class="flex items-center">
  46. <img style="width:17px;height:34px;margin-right: 10px;" src="./images/arrow.png" alt="">
  47. <span>技术昵称</span>
  48. </div>
  49. <img class="w-full block" style="margin-top: 2px;" src="./images/line.png" alt="">
  50. </div>
  51. <div class="left-bottom-content">
  52. <div ref="echartR1" class="loopBack" style="height:100%;width:100%;"></div>
  53. </div>
  54. </div>
  55. </dv-border-box-8>
  56. </div>
  57. <div class="center">
  58. <div class="center-top">
  59. <div class="flex items-center flex-col justify-center top-text" style="padding-left:60px">
  60. <p><span>3200</span>人</p>
  61. <p>员工总数</p>
  62. </div>
  63. <div class="flex items-center flex-col justify-center top-text" style="padding-left:60px">
  64. <p><span>1900</span>人</p>
  65. <p>在岗总数</p>
  66. </div>
  67. <div class="flex items-center flex-col justify-center top-text" style="padding-left:60px">
  68. <p><span>1300</span>人</p>
  69. <p>离职总数</p>
  70. </div>
  71. </div>
  72. <div ref="echarts-map" style="height: 90%;width: 100%;"></div>
  73. </div>
  74. <div class="right">
  75. <dv-border-box-8>
  76. <div class="right-top">
  77. <div class="commonTitle w-full relative" style="height: 50px;">
  78. <div class="flex items-center">
  79. <img style="width:17px;height:34px;margin-right: 10px;" src="./images/arrow.png" alt="">
  80. <span>在岗人员类别</span>
  81. <div class="absolute pull-down flex justify-center items-center">
  82. <span>原煤</span>
  83. <img style="margin-left:10px" src="./images/down.png" alt="">
  84. </div>
  85. </div>
  86. <img class="w-full block" style="margin-top: 2px;" src="./images/line.png" alt="">
  87. </div>
  88. <div class="right-top-content">
  89. <div class="right-top-content-top">
  90. <div class="flex align-items justify-center" style="padding:10px">
  91. <img src="./images/right-top1.png" alt="" style="margin-right:20px">
  92. <div class="flex flex-col justify-center" style="font-size: 16px;">
  93. <span style="margin-bottom: 10px;">原煤生产人数总数</span>
  94. <span style="font-weight: bold;">60281</span>
  95. </div>
  96. </div>
  97. <div class="flex align-items justify-center" style="padding:10px">
  98. <img src="./images/right-top2.png" alt="" style="margin-right:20px">
  99. <div class="flex flex-col justify-center" style="font-size: 16px;">
  100. <span style="margin-bottom: 10px;">非原煤生产人员</span>
  101. <span style="font-weight: bold;">26840</span>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="right-top-content-bottom">
  106. <div id="aiQuality2" class="mx-auto" style="width: 100%; height: 100%"></div>
  107. </div>
  108. </div>
  109. </div>
  110. </dv-border-box-8>
  111. <dv-border-box-8>
  112. <div class="right-bottom">
  113. <div class="commonTitle w-full" style="height: 50px;">
  114. <div class="flex items-center">
  115. <img style="width:17px;height:34px;margin-right: 10px;" src="./images/arrow.png" alt="">
  116. <span>技能等级</span>
  117. </div>
  118. <img class="w-full block" style="margin-top: 2px;" src="./images/line.png" alt="">
  119. </div>
  120. <div class="right-bottom-content">
  121. <div id="budget" style="width: 100%; height: 100%;"></div>
  122. </div>
  123. </div>
  124. </dv-border-box-8>
  125. </div>
  126. </div>
  127. <div class="footer justify-center">
  128. <a class="item" v-for="(item,index) in companyList" :key="index">{{item.name}}</a>
  129. </div>
  130. </dv-full-screen-container>
  131. </div>
  132. <script src="./js/cokingCoalA.js"></script>
  133. </body>
  134. </html>