error.html 650 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <include file="appapi@head"/>
  5. <title>错误提示</title>
  6. <style type="text/css">
  7. body{
  8. text-align:center;
  9. background: #FFF;
  10. }
  11. .title2{color: #526165;font-size: 1.0em;text-align: center;margin-top: 4%;}
  12. img{width: 18%;margin: 30% auto 9%;}
  13. p{font-size: 0.9em;color: #B4C1C7;text-align: center;line-height: 150%}
  14. .alink{color:#00D8C9;text-decoration:underline; }
  15. </style>
  16. </head>
  17. <body>
  18. <img src="__STATIC__/appapi/images/error.jpg">
  19. <div class="title2"><p>{$reason}<br></p></div>
  20. <include file="appapi@footer"/>
  21. </body>
  22. </html>