| 1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
- <title>登陆授权</title>
- <link rel="stylesheet" href="/css/join/common.css?version=<?= $this->context->version ?>"/>
- <link rel="stylesheet" href="/css/join/login.css?version=<?= $this->context->version ?>"/>
- <style>
- .login_bg{
- background: #ffffff;
- }
- .login_btn{
- width: 80%;
- margin: 10%;
- }
- .other_login{
- top: 70%;
- }
- .other_choose{
- top: 80%;
- }
- </style>
- </head>
- <body>
- <div class="login_bg">
- <div style="padding-top:10px 0 10px 0;text-align:center;margin-top:200px;">
- <a href="<?= $url; ?>"><img src="/images/join/weixin_auth_icon_button.png" style="width:200px;" /></a>
- </div>
- </div>
- </body>
- </html>
|