qywxstartprocess.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  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>layout.yqwx = true;</script> -->
  9. <script src="../o2_core/o2.min.js"></script>
  10. <script src="../o2_lib/Decimal.js"></script>
  11. <!-- <script src="js/base.min.js"></script> -->
  12. <script src="js/qywxStartProcess.min.js"></script>
  13. <script>layout.mobile = true;</script>
  14. <title>登录</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: hidden; margin:0px;">
  22. <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 100%;">
  23. <div id="loaddingArea"
  24. style="overflow: hidden;width: 128px; height: 64px; text-align: center;margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
  25. <img src="./img/loading_sso.gif" width="32" height="32" style="display:block;margin:0 auto;">
  26. <span>登录中...</span>
  27. </div>
  28. <div id="layout" style="overflow: hidden;"></div>
  29. </div>
  30. <div class="o2_form_mobile_actions"
  31. style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
  32. </div>
  33. </body>
  34. </html>