Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

lionkingbusnote.html 945 B

3 anni fa
1234567891011121314151617181920212223
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
  6. <title>预订须知</title>
  7. <link rel="stylesheet" href="css/reset.css">
  8. <!-- <link rel="stylesheet" href="css/note.css"> -->
  9. <script src="js/flexible.js"></script>
  10. <script src="js/makegrid.js"></script>
  11. <script src="js/jquery-2.2.4.min.js"></script>
  12. </head>
  13. <body>
  14. <div style="font-size:18px;color:#ff8800;padding-left:10px;padding-right:10px;">
  15. <h3 style="font-weight:bold; margin-top:5px;margin-bottom:5px;">预订须知:</h3>
  16. <div>
  17. 1.预订成功后您将收到乘车提醒短信,请凭短信乘车。<br>
  18. 2.0.8米以下儿童不用购票但请电话告知我们,否则不能乘车。0.8米以上儿童一律需要购票乘车。<br>
  19. 3.有任何问题欢迎拨打客服电话021-52218088-33280578详询。<br>
  20. </div>
  21. </div>
  22. </body>
  23. </html>