stat.html 694 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <filter><script src="../js/common.js"></script><script src="../js/jquery.min.js"></script></filter>
  5. <script class="include" system="" path="inc/" file="head">include()</script>
  6. <script src="../js/echarts/echarts.common.min.js"></script>
  7. </head>
  8. <body class="gray">
  9. <header>
  10. 气象站设备日志 <a href="#" class="ico-back"></a>
  11. </header>
  12. <section class="wrapper">
  13. <div id="main" style="width: auto;height:400px;"></div>
  14. <section class="msgs">
  15. </section>
  16. <section class="card col2 border" id="search" style="display:none;">
  17. </section>
  18. </section>
  19. </body>
  20. </html>