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.
 
 
 
 
 

84 lines
4.1 KiB

  1. <!DOCTYPE html>
  2. <html style="width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); padding: 0; margin: 0; list-style: none; font-family: '黑体'; display: block; background-color: #F0F0F0;">
  3. <head>
  4. <title>我的订单</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <script type="text/javascript" src="../js/my_order.js"></script>
  8. <style type="text/css">
  9. .no-order{
  10. width: 11%;
  11. height: 48px;
  12. margin-top:158px;
  13. margin-left:44.5%;
  14. }
  15. </style>
  16. <!-- 百度统计star -->
  17. <script>
  18. var _hmt = _hmt || [];
  19. (function() {
  20. var hm = document.createElement("script");
  21. hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
  22. var s = document.getElementsByTagName("script")[0];
  23. s.parentNode.insertBefore(hm, s);
  24. })();
  25. </script>
  26. <!-- 百度统计end -->
  27. </head>
  28. <body onload="loadData()" style="width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); padding: 0; margin: 0; list-style: none; font-family: '黑体'; display: block; background-color: #F0F0F0;">
  29. <div style="display: block; width: 100%; height: auto; margin: auto;">
  30. <div style="display: block; width: 100%; height: 2.5em; margin: 0; background-color: #F0F0F0; overflow: hidden;">
  31. <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
  32. <div id="left_order" style="display: block; float: left; height: 2.375em; line-height: 2.375em; width: 34%; border-bottom: 0.1875em solid #00CC9C; text-align: center;" onclick="left_order()">
  33. <span style="display: block; margin: 0; font-family: '黑体'; font-size: 1em; color: #000000; opacity: 0.8;">出行订单</span>
  34. </div>
  35. <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
  36. <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
  37. <div id="right_order" style="display: block; float: left; height: 2.375em; line-height: 2.375em; width: 34%; border-bottom: 0.1875em solid #F0F0F0; text-align: center;" onclick="right_order()">
  38. <span style="display: block; margin: 0; font-family: '黑体'; font-size: 1em; color: #000000; opacity: 0.8;">其他订单</span>
  39. </div>
  40. <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
  41. </div>
  42. <div id="order_list">
  43. </div>
  44. <div id="otherorder_list" style="display: none;" >
  45. <div style="width:100%;border-bottom:1px solid #d8d8d8;border-top:1px solid #d8d8d8;background:#fff;" onclick="go_order_details2('[orderno]')" >
  46. <div style="width:96.5%; height:137px;margin-left:3.5%;border-bottom:1px solid #e5e5e5;">
  47. <div style="height:48px;line-height:48px; overflow:hidden; ">
  48. <span style="color:#8d8d8d;font-size:15px;float:left;">[order_time]</span>
  49. <span style="color:#ff8800;font-size:15px;float:right;margin-right:3.8%;">[order_status]</span>
  50. </div>
  51. <div style="color:#343434;font-size:16px;height:52px;line-height:19px;margin-left:-2%;">
  52. [prod_name]
  53. </div>
  54. <div style="color:#8d8d8d;font-size:15px;height:23px;">[play_date]
  55. </div>
  56. </div>
  57. <div style="height:46px; overflow:hidden;width:100%;">
  58. <div style="color:#ff8800;overflow:hidden;float:left;margin-top:12px;margin-left:4%;">
  59. <span style="float:left;font-size:12px;margin-top:5px;">¥</span>
  60. <span style="font-size:20px;float:left;margin-left:2px;">[price]</span>
  61. </div>
  62. [pay_button]
  63. </div>
  64. </div>
  65. </div>
  66. <div id="null_list" style="display:none;">
  67. <img class="no-order" src="img/noorder.png"/>
  68. <div style="color:#848484;font-size:15px;text-align: center;margin-top:19px;margin-bottom:16px;">您还没有下单,马上去下单吧</div>
  69. <div id="lijixiadan" style="font-size:16px;background:#ff8800;height:30px;line-height:30px; width:24.2%;color:#fff;text-align: center;margin-left:37.9%;border-radius:3px;">立即下单</div>
  70. </div>
  71. </div>
  72. </body>
  73. <script>
  74. var lijixiadan=document.getElementById("lijixiadan");
  75. lijixiadan.onclick=function(){
  76. window.location.href = "http://xmwxc.zhizhuchuxing.cn/index.html";
  77. }
  78. </script>
  79. </html>