|
- <!DOCTYPE html>
- <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;">
- <head>
- <title>我的订单</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <script type="text/javascript" src="../js/my_order.js"></script>
- <style type="text/css">
- .no-order{
- width: 11%;
- height: 48px;
- margin-top:158px;
- margin-left:44.5%;
- }
- </style>
- <!-- 百度统计star -->
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
-
-
- <!-- 百度统计end -->
- </head>
- <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;">
- <div style="display: block; width: 100%; height: auto; margin: auto;">
- <div style="display: block; width: 100%; height: 2.5em; margin: 0; background-color: #F0F0F0; overflow: hidden;">
- <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
- <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()">
- <span style="display: block; margin: 0; font-family: '黑体'; font-size: 1em; color: #000000; opacity: 0.8;">出行订单</span>
- </div>
- <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
- <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
- <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()">
- <span style="display: block; margin: 0; font-family: '黑体'; font-size: 1em; color: #000000; opacity: 0.8;">其他订单</span>
- </div>
- <div style="display: block; float: left; height: 2.5em; line-height: 2.5em; width: 8%;"></div>
- </div>
- <div id="order_list">
-
- </div>
- <div id="otherorder_list" style="display: none;" >
- <div style="width:100%;border-bottom:1px solid #d8d8d8;border-top:1px solid #d8d8d8;background:#fff;" onclick="go_order_details2('[orderno]')" >
- <div style="width:96.5%; height:137px;margin-left:3.5%;border-bottom:1px solid #e5e5e5;">
- <div style="height:48px;line-height:48px; overflow:hidden; ">
- <span style="color:#8d8d8d;font-size:15px;float:left;">[order_time]</span>
- <span style="color:#ff8800;font-size:15px;float:right;margin-right:3.8%;">[order_status]</span>
- </div>
- <div style="color:#343434;font-size:16px;height:52px;line-height:19px;margin-left:-2%;">
- [prod_name]
- </div>
- <div style="color:#8d8d8d;font-size:15px;height:23px;">[play_date]
-
- </div>
- </div>
- <div style="height:46px; overflow:hidden;width:100%;">
- <div style="color:#ff8800;overflow:hidden;float:left;margin-top:12px;margin-left:4%;">
- <span style="float:left;font-size:12px;margin-top:5px;">¥</span>
- <span style="font-size:20px;float:left;margin-left:2px;">[price]</span>
- </div>
- [pay_button]
- </div>
- </div>
- </div>
- <div id="null_list" style="display:none;">
- <img class="no-order" src="img/noorder.png"/>
- <div style="color:#848484;font-size:15px;text-align: center;margin-top:19px;margin-bottom:16px;">您还没有下单,马上去下单吧</div>
- <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>
- </div>
- </div>
- </body>
- <script>
- var lijixiadan=document.getElementById("lijixiadan");
- lijixiadan.onclick=function(){
- window.location.href = "http://xmwx.zhizhuchuxing.cn/index.html";
- }
- </script>
- </html>
|