You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
758 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  6. <title>检票失败</title>
  7. <link rel="stylesheet" type="text/css" href="css/ui-base.css">
  8. <link rel="stylesheet" type="text/css" href="css/ui-box.css">
  9. <link rel="stylesheet" type="text/css" href="css/ui-color.css">
  10. <link rel="stylesheet" type="text/css" href="css/check_ticket.css">
  11. </head>
  12. <body class="bc-bg">
  13. <div class="ub ub-ver ub-ac">
  14. <img class="tcket_img" src="img/check_fail.png">
  15. <div class="tcket_fail">验票失败!</div>
  16. <div class="tcket_fail">请与司机师傅核对车票信息</div>
  17. <div>
  18. </body>
  19. </html>