replaceResult.php 954 B

1234567891011121314151617181920212223242526272829303132333435
  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/admin/common.css?version=<?= $this->context->version ?>"/>
  8. <link rel="stylesheet" href="/css/admin/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 id="logo">
  28. <img src="/images/admin/success.png" alt="success" style="width:80px;" />
  29. </div>
  30. <div style="padding-top:10px 0 10px 0;text-align:center;">
  31. <p>绑定成功!</p>
  32. </div>
  33. </div>
  34. </body>
  35. </html>