| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!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:130px;">
- <p style="margin-top:5px;"><a style="border:1px solid #e5e5e5;padding:5px;border-radius:2px;background: #44bf16;color:white" href="/join/apply">我有微信服务号</a></p>
- </div>
- <div style="margin:50px 0 15px 0">
- <p style="margin-top:5px;"><a style="border:1px solid #e5e5e5;padding:5px;border-radius:2px;background: #44bf16;color:white" href="/main/apply">没有?点此申请</a></p>
- </div>
- <div style="text-align:center;margin-top:200px;">
- <a href="/">
- <img src="/images/adLogo.png?v=2" style="margin:0 auto;width:120px;" />
- </a>
- </div>
- </div>
- </body>
- </html>
|