|
- <!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" >
- <!--<img class="no-order" src="img/noorder.png"/>-->
- </div>
- </div>
- </body>
- </html>
|