notWeixin.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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="padding-top:50px 0 10px 0;text-align:center;margin-top:180px;">
  28. <p style="margin-top:5px;"><a href="javascript:void(0)">请使用微信访问!</a></p>
  29. </div>
  30. <div style="text-align:center;margin-top:200px;">
  31. <a href="/">
  32. <img src="/images/adLogo.png?v=2" style="margin:0 auto;width:80px;" />
  33. </a>
  34. </div>
  35. </div>
  36. </body>
  37. </html>