| 123456789101112131415161718192021222324252627282930313233 |
- <!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="margin:130px 0 15px 0">
- <p style="margin-top:5px;color:grey;">提示:</p>
- </div>
- <a class="login_btn" href="javascript:void(0)" style="border-radius:4px;"><?= $msg ?></a>
- </div>
- </body>
- </html>
|