workmobile.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  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.css" charset="UTF-8" />
  9. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  10. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  11. <link rel="icon" href="data:;">
  12. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  13. <meta content="yes" name="apple-mobile-web-app-capable" />
  14. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  15. <meta content="telephone=no" name="format-detection" />
  16. <title></title>
  17. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  18. </head>
  19. <body style="overflow: hidden; margin:0px;background:url(../o2_core/o2/xDesktop/$Default/blue/icons/loading.gif) center no-repeat;">
  20. <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 100%;">
  21. <div id="loaddingArea" style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100"></div>
  22. <div id="appContent" class="appContent" style="overflow: hidden; "></div>
  23. </div>
  24. <script src="../o2_core/o2.min.js"></script>
  25. <script src="js/base_work.min.js"></script>
  26. <script src="js/o2m.api.js"></script>
  27. <script src="js/work.min.js"></script>
  28. <script src="../o2_lib/Decimal.js"></script>
  29. <script>layout.mobile = true;</script>
  30. </body>
  31. </html>