appMobile.html 1.4 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  8. <script src="../o2_core/o2.min.js?v=2.0.8"></script>
  9. <script src="../o2_core/compatible.min.js?v=2.0.8"></script>
  10. <script src="js/appmobile.js?v=2.0.8"></script>
  11. <script src="../o2_lib/Decimal.js"></script>
  12. <title>OA办公系统</title>
  13. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  14. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  15. <meta content="yes" name="apple-mobile-web-app-capable" />
  16. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  17. <meta content="telephone=no" name="format-detection" />
  18. </head>
  19. <body style="overflow: auto; margin:0px; height: 100%;">
  20. <div id="appContent" style="overflow: hidden; height:100%; background-image:url('/x_desktop/res/img/launch_background.png'); background-size: cover"></div>
  21. <div id="appContentMask" style="overflow: hidden; height:100%; position: relative; top: -100%; background-image:url('/x_desktop/res/img/launch_background.png'); background-size: cover"></div>
  22. </body>
  23. </html>