dispatch_jump.tpl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {__NOLAYOUT__}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Vwheel</title>
  6. </head>
  7. <style>
  8. .btn {
  9. filter: none;
  10. text-shadow: none;
  11. font-size: 14px;
  12. color: rgb(51, 51, 51);
  13. cursor: pointer;
  14. font-family: 微软雅黑;
  15. box-shadow: none;
  16. border-width: 0;
  17. border-image: initial;
  18. padding: 7px 14px;
  19. outline: none;
  20. border-radius: 0!important;
  21. color: white;
  22. text-shadow: none;
  23. background-color: #332D46;
  24. border-radius: 5px!important;
  25. }
  26. </style>
  27. <body>
  28. <div style="text-align: center;padding-top: 150px;">
  29. <img src="/static/common/images/data_error.png" style="width:40%;"/>
  30. <div style="margin: 3rem 0;font-size:2rem;color:#888;">友情提示:<?php echo(strip_tags($msg));?></div>
  31. <div>
  32. <button class="btn" style="width:150px;font-size: 1.5rem;" onclick="window.location.href='<?php echo($url);?>'">返回</button>
  33. </div>
  34. </div>
  35. </body>
  36. </html>