appMobile.html 1.6 KB

1234567891011121314151617181920212223242526
  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="res/css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="res/css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="res/css/mBoxTooltip.css" charset="UTF-8" />
  8. <script src="res/common.js?v=1.1.7"></script>
  9. <!--<script src="res/framework/mootools/mootools-core-1.4.5-full-nocompat.js"></script>-->
  10. <!--<script src="res/framework/mootools/mootools-more-1.4.0.1-all_2.js"></script>-->
  11. <script src="res/framework/mootools/mootools-1.6.0.min.js"></script>
  12. <script src="res/framework/Decimal.js"></script>
  13. <script src="res/js/appmobile.js?v=1.1.7"></script>
  14. <title>OA办公系统</title>
  15. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  16. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  17. <meta content="yes" name="apple-mobile-web-app-capable" />
  18. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  19. <meta content="telephone=no" name="format-detection" />
  20. </head>
  21. <body style="overflow: auto; margin:0px; height: 100%;">
  22. <div id="appContent" style="overflow: hidden; height:100%; background-image:url('/x_desktop/res/img/launch_background.png'); background-size: cover"></div>
  23. <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>
  24. </body>
  25. </html>