123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
- <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
- <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
- <!-- <script>layout.yqwx = true;</script> -->
- <script src="../o2_core/o2.min.js"></script>
- <script src="../o2_lib/Decimal.js"></script>
- <!-- <script src="js/base.min.js"></script> -->
- <script src="js/qywxStartProcess.min.js"></script>
- <script>layout.mobile = true;</script>
- <title>登录</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
- <meta content="yes" name="apple-mobile-web-app-capable" />
- <meta content="black" name="apple-mobile-web-app-status-bar-style" />
- <meta content="telephone=no" name="format-detection" />
- </head>
- <body style="overflow: hidden; margin:0px;">
- <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 100%;">
- <div id="loaddingArea"
- style="overflow: hidden;width: 128px; height: 64px; text-align: center;margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
- <img src="./img/loading_sso.gif" width="32" height="32" style="display:block;margin:0 auto;">
- <span>登录中...</span>
- </div>
- <div id="layout" style="overflow: hidden;"></div>
- </div>
- <div class="o2_form_mobile_actions"
- style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
- </div>
- </body>
- </html>
|