index.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xml:lang="zh-CN" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  8. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  9. <title>O2</title>
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  11. </head>
  12. <body>
  13. <div id="layout_main" style="overflow: hidden; height: 100%; background-position-x: center; background-size: cover;">
  14. <div id="layout_top_shim"></div>
  15. <div id="layout_top"></div>
  16. <div id="layout_desktop">
  17. <div id="desktop_content"></div>
  18. <div id="desktop_navi"></div>
  19. </div>
  20. </div>
  21. <div id="loaddingArea" style="z-index: 200001;overflow: hidden;width:0px; height:2px; background-color:#999999; position: absolute; top: 0;"></div>
  22. <div id="browser_loading" style="z-index: 200000;background-image: url(img/loading_home3.gif); background-position: center center; background-repeat: no-repeat; overflow: hidden; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;background-color: #ffffff"></div>
  23. <div id="appContent" style="overflow: hidden; height: 100%;"></div>
  24. <div id="browser_error" style="overflow: hidden; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: none;background: #f1f1f1">
  25. <div style="height:540px; width: 920px; overflow: hidden; margin: 8% auto;">
  26. <div id="browser_error_area" style="height:540px; width: 920px;"></div>
  27. <div style="height:540px; width: 920px; position: relative; top: -540px">
  28. <div style="background-image: url(img/warn1.png); background-repeat: no-repeat; background-position:center center; width: 90px; height: 80px; float:left; margin-left: 144px; margin-top: 74px"></div>
  29. <div style="color: #333333; width: 530px; height: 80px; float:left; margin-left: 30px; margin-top: 74px; font-size: 28px; line-height: 40px;" id="browser_error_area_text">
  30. 您的浏览器版本过低啦!~系统已经不支持IE9及以下版本了!
  31. </div>
  32. <div style="color: #666666; width: 650px; text-align:center; height: 50px; float:left; margin-left: 144px; margin-top: 60px; font-size: 28px; line-height: 40px; border-bottom: 2px solid #999999" id="browser_error_area_up_text">
  33. 请升级您的浏览器:
  34. </div>
  35. <div style="width: 100px; height: 100px; float:left; margin-left: 144px; margin-top: 20px">
  36. <div style="background-position: center; background-repeat: no-repeat; background-image: url(img/logo_edge.png); width: 100px; height: 100px;"></div>
  37. <div style="width: 100px; height: 40px; font-size: 24px; color: #666666; line-height: 40px; text-align: center">Edge</div>
  38. </div>
  39. <div style="width: 100px; height: 100px; float:left; margin-left: 80px; margin-top: 20px">
  40. <div style="background-position: center; background-repeat: no-repeat;background-image: url(img/logo_chrome.png); width: 100px; height: 100px;"></div>
  41. <div style="width: 100px; height: 40px; font-size: 24px; color: #666666; line-height: 40px; text-align: center">Chrome</div>
  42. </div>
  43. <div style="width: 100px; height: 100px; float:left; margin-left: 80px; margin-top: 20px">
  44. <div style="background-position: center; background-repeat: no-repeat;background-image: url(img/logo_firefox.png); width: 100px; height: 100px;"></div>
  45. <div style="width: 100px; height: 40px; font-size: 24px; color: #666666; line-height: 40px; text-align: center">Firefox</div>
  46. </div>
  47. <div style="width: 100px; height: 100px; float:left; margin-left: 80px; margin-top: 20px">
  48. <div style="background-position: center; background-repeat: no-repeat;background-image: url(img/logo_safari.png); width: 100px; height: 100px;"></div>
  49. <div style="width: 100px; height: 40px; font-size: 24px; color: #666666; line-height: 40px; text-align: center">Safari</div>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. <script type=""javascript>
  55. if (!window.FormData || !window.WebSocket || !window.JSON){
  56. var loadingNode = document.getElementById("browser_loading");
  57. var errorNode = document.getElementById("browser_error");
  58. if (loadingNode) loadingNode.style.display = "none";
  59. if (errorNode) errorNode.style.display = "block";
  60. }
  61. </script>
  62. <script src="../o2_core/o2.js"></script>
  63. <script src="../o2_core/compatible.min.js"></script>
  64. <script src="js/base.js"></script>
  65. <script src="js/x.js"></script>
  66. <script src="../o2_lib/Decimal.js"></script>
  67. </body>
  68. </html>