success.html 607 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <include file="appapi@head"/>
  5. <title>提交成功</title>
  6. <style type="text/css">
  7. *{margin: 0;padding: 0;font-family: Helvetica;}
  8. body{
  9. background: #FFF;
  10. }
  11. .title2{color: #526165;text-align: center;margin-top: 2%;}
  12. img{width: 18%;margin: 30% 40% 9%;}
  13. </style>
  14. </head>
  15. <body>
  16. <img src="__STATIC__/appapi/images/auth/success.png">
  17. <div class="title2">工作人员正在飞速审核中,请耐心等待</div>
  18. <input type="hidden" id="from_source" value="">
  19. </body>
  20. </html>
  21. <include file="appapi@footer"/>