error.html 840 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  6. <meta content="telephone=no" name="format-detection">
  7. <title>温馨提示</title>
  8. <style type="text/css">
  9. *{margin: 0;padding: 0;font-family: Helvetica;}
  10. body{background: #110D24;}
  11. .title2{color: #526165;font-size: 1.0em;text-align: center;margin-top: 4%;}
  12. img{width: 18%;margin: 30% 42% 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. </body>
  21. </html>