qywxstartprocess.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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" type="text/css" href="css/v10/root.css" charset="UTF-8" />
  7. <link rel="stylesheet" type="text/css" href="css/v10/style.css" id="oo-css-skin" charset="UTF-8" />
  8. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  9. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  10. <!-- <script>layout.yqwx = true;</script> -->
  11. <script src="../o2_core/o2.min.js"></script>
  12. <script src="../o2_lib/Decimal.js"></script>
  13. <!-- <script src="js/base.min.js"></script> -->
  14. <script src="js/qywxStartProcess.min.js"></script>
  15. <script>layout.mobile = true;</script>
  16. <title>登录</title>
  17. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  18. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  19. <meta content="yes" name="apple-mobile-web-app-capable" />
  20. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  21. <meta content="telephone=no" name="format-detection" />
  22. </head>
  23. <body style="overflow: hidden; margin:0px;">
  24. <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 100%;">
  25. <div id="loaddingArea"
  26. style="overflow: hidden;width: 128px; height: 64px; text-align: center;margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
  27. <img src="./img/loading_sso.gif" width="32" height="32" style="display:block;margin:0 auto;">
  28. <span>登录中...</span>
  29. </div>
  30. <div id="layout" style="overflow: hidden;"></div>
  31. </div>
  32. <div class="o2_form_mobile_actions"
  33. style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
  34. </div>
  35. </body>
  36. </html>