dispatch_jump.tpl 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. {__NOLAYOUT__}
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
  7. <meta name="apple-mobile-web-app-capable" content="yes"/>
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
  9. <meta name="format-detection" content="telephone=no"/>
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <meta name="applicable-device" content="mobile">
  12. <title>友情提示</title>
  13. <style type="text/css">
  14. *{ padding: 0; margin: 0; }
  15. html,body{background: #e9ecf3;overflow: inherit;margin:10px;font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,FontAwesome,sans-serif;}
  16. .system-message{padding:22px;background: #FFF}
  17. .system-message .jump{color: #9a9a9a;font-size: 14px;margin:10px 0px;margin-left:35px}
  18. .system-message .jump a{ color: #9a9a9a; }
  19. .system-message .message{line-height: 1.8em;font-size:18px;color: #eb7350;}
  20. svg{vertical-align: bottom;}
  21. </style>
  22. </head>
  23. <body>
  24. <div class="system-message">
  25. <p class="message">
  26. <svg t="1566013326523" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5858" width="30" height="30"><path d="M512.3 746.1c-10.8 0-19.5-8.7-19.5-19.5v-58.4c0-10.8 8.7-19.5 19.5-19.5s19.5 8.7 19.5 19.5v58.4c0 10.8-8.7 19.5-19.5 19.5zM512.3 590.2c-10.8 0-19.5-8.7-19.5-19.5V239.6c0-10.8 8.7-19.5 19.5-19.5s19.5 8.7 19.5 19.5v331.2c0 10.7-8.7 19.4-19.5 19.4z" fill="#FF7878" p-id="5859"></path><path d="M512.3 103.2c225.6 0 409.1 183.5 409.1 409.1 0 225.6-183.5 409.1-409.1 409.1S103.2 737.9 103.2 512.3c0-225.6 183.5-409.1 409.1-409.1m0-39c-247.5 0-448.1 200.6-448.1 448.1 0 247.5 200.6 448.1 448.1 448.1 247.5 0 448.1-200.6 448.1-448.1 0-247.5-200.7-448.1-448.1-448.1z" fill="#FF7878" p-id="5860"></path></svg>
  27. <?php echo(strip_tags($msg));?> </p>
  28. <p class="jump">
  29. 您可以点击 <a id="href" href="<?php echo($url);?>"> <?php $data = $data ?: '返回上一页'; echo $data?></a>
  30. </p>
  31. </div>
  32. </body>
  33. </html>