platformAnalyse.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta content="IE=8" http-equiv="X-UA-Compatible" />
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  7. <title>平台运行分析</title>
  8. <link href="http://static.vbdsm.com/js/lib/easyui/themes/vber/easyui.css" rel="stylesheet" type="text/css" />
  9. <link href="http://static.vbdsm.com/js/lib/easyui/themes/icon.css" rel="stylesheet" type="text/css" />
  10. <link href="http://static.vbdsm.com/js/lib/loadmask/jquery.loadmask.css" rel="stylesheet" type="text/css" />
  11. <script src="http://static.vbdsm.com/js/lib/echarts/build/dist/echarts.js"></script>
  12. <script src="http://static.vbdsm.com/js/lib/zrender/js/jquery.js"></script>
  13. <script src="http://static.vbdsm.com/js/lib/zrender/js/esl/esl.js"></script>
  14. <script src="http://static.vbdsm.com/js/lib/highcharts/highcharts.js" type="text/javascript"></script>
  15. <script src="http://static.vbdsm.com/js/lib/easyui/jquery.easyui.min.js" type="text/javascript"></script>
  16. <script src="http://static.vbdsm.com/js/lib/easyui/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>
  17. <script src="http://static.vbdsm.com/js/lib/loadmask/jquery.loadmask.min.js" type="text/javascript"></script>
  18. <script src="http://static.vbdsm.com/js/static.support.js" type="text/javascript"></script>
  19. <script src="http://static.vbdsm.com/js/easyui.support.js" type="text/javascript"></script>
  20. <script src="http://static.vbdsm.com/js/common.tools.js" type="text/javascript"></script>
  21. <script src="http://static.vbdsm.com/js/util.js" type="text/javascript"></script>
  22. <script src="http://static.vbdsm.com/js/lib/jquery.query-2.1.7.js" type="text/javascript"></script>
  23. <script src="./js/date.js" type="text/javascript"></script>
  24. <script src="/system/lang/platformAnalyse/config.json?script=1&auth_cid="></script>
  25. <script src="/js/geoJson/china-main-city/china-main-city-map.js"></script>
  26. <script src="./js/platformAnalyse.js" type="text/javascript"></script>
  27. <style type="text/css">
  28. body {
  29. font-family: "微软雅黑";
  30. }
  31. #menu_left * {
  32. vertical-align: middle;
  33. }
  34. #detail td {
  35. height: 30px;
  36. line-height: 30px;
  37. color: #74b8f0;
  38. font-size: 15px;
  39. }
  40. #content {
  41. padding: 10px;
  42. }
  43. #content a {
  44. text-decoration: none;
  45. }
  46. #content th {
  47. height: 33px;
  48. line-height: 33px;
  49. font-size: 12px;
  50. border: thin solid #ddd;
  51. }
  52. #content td {
  53. height: 26px;
  54. line-height: 26px;
  55. font-size: 12px;
  56. border-bottom: thin solid #ddd;
  57. border-left: thin solid #ddd;
  58. border-right: thin solid #ddd;
  59. }
  60. .normal {
  61. text-align: center;
  62. }
  63. .normal_left {
  64. text-align: left;
  65. }
  66. .other {
  67. text-align: center;
  68. background-color: #eee;
  69. }
  70. .other_left {
  71. text-align: left;
  72. background-color: #eee;
  73. }
  74. </style>
  75. <script charset="UTF-8" type="text/javascript"></script>
  76. </head>
  77. <body class="easyui-layout" data-options="fit:true, border:false,plain:true">
  78. <div data-options="region:'center'" id="center" style="border-top: none; border-bottom: none">
  79. <div style="width: 100%; min-width: 1150px; height: 570px; border-top: 1px solid #c3c3c3; background-image: url('http://static.vbdsm.com/images/mapbg.jpg'); background-size: 100%100%">
  80. <!-- 地图 -->
  81. <div id="main" style="margin-left: 5px; position: relative; overflow: hidden; width: 550px; height: 550px; float: left"></div>
  82. <!-- 总览信息-->
  83. <div style="overflow: hidden; width: 480px; height: 550px; float: right; margin-right: 10px">
  84. <div style="width: 100%; height: 265px; background-color: white; margin-top: 10px; border-radius: 5px">
  85. <div align="center" id="title" style="margin-top: 10px; width: 90%; height: 35px; border-bottom: 2px solid #74b8f0; margin-left: 5%; vertical-align: baseline; color: #74b8f0; font-size: 24px">全国运行情况</div>
  86. <div style="margin-top: 10px; border-right: 2px solid #cccccc; height: 210px; width: 220px; margin-left: 5%; float: left">
  87. <div id="container1" style="height: 100%; width: 100%"></div>
  88. </div>
  89. <div style="margin-top: 30px; height: 180px; width: 190px; float: left">
  90. <table cellpadding="0" cellspacing="0" id="detail">
  91. <tr>
  92. <td align="left">&nbsp;监测用户:<span id="customer"></span></td>
  93. </tr>
  94. <tr>
  95. <td align="left">&nbsp;监测容量:<span id="total"></span></td>
  96. </tr>
  97. <tr>
  98. <td align="left">&nbsp;监测点数量:<span id="totalCount"></span></td>
  99. </tr>
  100. <tr id="yichangTr" style="display: none">
  101. <td align="left">&nbsp;运行异常数量:<span id="NotonlineCount"></span></td>
  102. </tr>
  103. </table>
  104. </div>
  105. </div>
  106. <div id="cityContainer" style="width: 100%; height: 265px; background-color: white; margin-top: 10px; display: none; border-radius: 5px">
  107. <!-- <div id="city" style="font-size:14px;width: 100%;color:#74B8F0;background-color: #eee;height: 30px;line-height: 30px;border: 1px solid #ddd;border-radius:5px 5px 0px 0px" align="left"></div> -->
  108. <div align="center" id="title1" style="margin-top: 10px; width: 90%; height: 35px; border-bottom: 2px solid #74b8f0; margin-left: 5%; vertical-align: baseline; color: #74b8f0; font-size: 24px">全省运行情况</div>
  109. <div style="margin-top: 10px; border-right: 2px solid #cccccc; height: 210px; width: 220px; margin-left: 5%; float: left">
  110. <div id="container2" style="height: 100%; width: 100%"></div>
  111. </div>
  112. <div style="margin-top: 30px; height: 180px; width: 190px; float: left">
  113. <table cellpadding="0" cellspacing="0" id="detail">
  114. <tr>
  115. <td align="left">&nbsp;监测用户:<span id="customer1"></span></td>
  116. </tr>
  117. <tr>
  118. <td align="left">&nbsp;监测容量:<span id="total1"></span></td>
  119. </tr>
  120. <tr>
  121. <td align="left">&nbsp;监测点数量:<span id="totalCount1"></span></td>
  122. </tr>
  123. <tr>
  124. <td align="left">&nbsp;运行异常数量:<span id="NotonlineCount1"></span></td>
  125. </tr>
  126. </table>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <div id="menu_left" style="padding: 2px; background-color: #eee; border-bottom: solid 1px #ddd">
  132. <input id="currentProName" type="hidden" />
  133. <input id="currentCName" type="hidden" />
  134. <input id="currentDisName" type="hidden" />
  135. &nbsp;<input class="easyui-datebox" id="day" style="width: 120px" /> <span>&nbsp;地区:</span><input id="area" style="width: 120px" />
  136. <a class="easyui-linkbutton" href="javascript:void(0)" iconCls="icon-search" id="btnQuery" title="查询信息">查询</a>
  137. </div>
  138. <div id="chartdiv" style="width: 100%; min-height: 300px"></div>
  139. </div>
  140. <div id="win">
  141. <table border="0" cellpadding="0" cellspacing="0" id="content" style="width: 100%"></table>
  142. </div>
  143. </body>
  144. </html>