select.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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:10px 0 10px 0;text-align:center;margin-top:130px;">
  28. <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>
  29. </div>
  30. <div style="margin:50px 0 15px 0">
  31. <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>
  32. </div>
  33. <div style="text-align:center;margin-top:200px;">
  34. <a href="/">
  35. <img src="/images/adLogo.png?v=2" style="margin:0 auto;width:120px;" />
  36. </a>
  37. </div>
  38. </div>
  39. </body>
  40. </html>