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.
 
 
 
 
 
 

49 lines
2.4 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. <!--<img class="no-order" src="img/noorder.png"/>-->
  44. </div>
  45. </div>
  46. </body>
  47. </html>