work.html 1.1 KB

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="0" />
  8. <link rel="stylesheet" type="text/css" href="css/style_all.css" charset="UTF-8" />
  9. <link rel="icon" href="data:;">
  10. <title>WORK</title>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  12. </head>
  13. <body style="height: 100%; overflow: auto; margin:0px">
  14. <div id="appContent" class="appContent" style="overflow: auto; height:100%">
  15. <div id="loaddingArea" style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100"></div>
  16. </div>
  17. <script src="../o2_core/o2.min.js"></script>
  18. <script src="js/base_work.min.js"></script>
  19. <script src="js/work.min.js"></script>
  20. <script src="../o2_lib/Decimal.js"></script>
  21. </body>
  22. </html>