hint.php 937 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  6. <title>商城状态</title>
  7. <link rel="stylesheet" href="/css/join/common.css?version=<?= $this->context->version ?>"/>
  8. <link rel="stylesheet" href="/css/join/login.css?version=<?= $this->context->version ?>"/>
  9. <style>
  10. .login_bg{
  11. background: #ffffff;
  12. }
  13. .login_btn{
  14. width: 80%;
  15. margin: 10%;
  16. }
  17. .other_login{
  18. top: 70%;
  19. }
  20. .other_choose{
  21. top: 80%;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="login_bg">
  27. <div style="margin:130px 0 15px 0">
  28. <p style="margin-top:5px;color:grey;">提示:</p>
  29. </div>
  30. <a class="login_btn" href="javascript:void(0)" style="border-radius:4px;"><?= $msg ?></a>
  31. </div>
  32. </body>
  33. </html>