12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html>
- <head>
- <filter><script src="../js/common.js"></script><script src="../js/jquery.min.js"></script></filter>
- <script class="include" system="" path="inc/" file="head">include()</script>
- <script src="../js/echarts/echarts.common.min.js"></script>
- </head>
- <body class="gray">
- <header>
- 气象站设备日志 <a href="#" class="ico-back"></a>
- </header>
- <section class="wrapper">
- <div id="main" style="width: auto;height:400px;"></div>
- <section class="msgs">
-
-
- </section>
- <section class="card col2 border" id="search" style="display:none;">
-
-
- </section>
- </section>
- </body>
- </html>
|