getmpauth.html 877 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>绑定微信号</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  7. <meta name="renderer" content="webkit">
  8. <link href="__CDN__/assets/css/frontend{$Think.config.app_debug?'':'.min'}.css?v={$Think.config.site.version}" rel="stylesheet">
  9. </head>
  10. <style>
  11. h4 {
  12. margin-top: 38px;
  13. font-size: 20px;
  14. color: #575d6a;
  15. }
  16. .text {
  17. margin-top: 10px;
  18. font-size: 15px;
  19. color: #89909e;
  20. line-height: 21px;
  21. }
  22. </style>
  23. <body>
  24. <main class="content" style="text-align: center">
  25. <div>
  26. <img src="__CDN__/assets/addons/notice/img/success.png" width="150" height="150" alt="">
  27. </div>
  28. <h4>{$msg}</h4>
  29. <p class="text">请手动关闭页面</p>
  30. </main>
  31. </body>
  32. </html>