<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/ace.min.css"> <script src="js/jquery-2.2.4.min.js"></script> <script src="js/jquery.cookie.js"></script> <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script> <!--<script src="js/xm.js"></script>--> <link rel="stylesheet" href="css/master.css" charset="UTF-8"> <script type="text/javascript" src="js/detailTicket.js" ></script> <!-- <script src="js/bootstrap.min.js"></script> --> <title>车票详情</title> </head> <style type="text/css"> .profile-user-info-striped { margin-left: 10px; margin-bottom: 10px; } </style> <body > <!--<div class="navbar navbar-default" style="margin-bottom: 0px;"> <div class="navbar-header "> <a href="#" class="navbar-brand"> <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;"> <span id="version_txt"></span></sub> </a> </div> </div>--> <!--<div id="show_html" style="display:none;" class="warp clearfix"> <div class="control-bar"></div>--> <div class="control-show" style="min-width: 1220px;max-width: 1220px; display: none;"> <br /><br /> <div id="ttt" style="min-width: 1000px;"> <div id="ticket" style=" width: 600px; height: 240px;border: 1px solid lightgray;float: left; margin-left: 30px;"> <div class="top" style="margin-top: 15px; margin-left: 30px;margin-right: 30px;"> <span style="float: left;"> <span id="ID" style="color: cornflowerblue;"><a href="#">[微信服务号]</a></span> <span>(微信服务号)</span> </span> <span style="float: right;"> <span id="chupiao">[出票]</span> <span id="dayin">[打印]</span> <span id="gaiqian">[改签]</span> </span> </div> <br /><br /> <div id="middle" align="center" style="margin-top: 20px;" > <div style="text-align: center; float: left; width: 40%;"> <span id="up_station" style="font-size: 20px; ">[上车点]</span> <br /> <span id="start_area" style="line-height: 40px;" >[出发地]</span> </div> <div style="margin-top: -15px; float: left;width: 20%;"> <span id="codeId">[线路代码]</span> <hr /> <span id="total_time">[总时间]</span> </div> <div style="text-align: center; float:left;width: 40%; "> <span id="down_station" style=" font-size: 20px;">[下车点]</span> <br /> <span id="end_area" style="line-height: 40px;">[目的地]</span> </div> </div> <div id="gotime" align="center" style="margin-top: 100px;"> <span id="start_time">[出行时间]出发</span> </div> <hr style="border:1px dotted lightgray ;margin-left: 30px;margin-right: 30px;margin-top: 20px;" /> <div id="down" style="margin-top: -30px;"> <span id="price" style="float: left; margin-left: 30px;margin-top: 20px;"> <span >¥[价格]</span> </span> <span style="float: right; margin-right: 30px;margin-top: 20px;"> <span id="carNo">车号:[车位号]</span> <span id="seatNo">座号:[座位号]</span> <span id="people">[年龄]</span> <span id="seat">[人群]</span> </span> </div> </div> <div class="profile-user-info profile-user-info-striped" style=" height: 240px; float: left;background-color: lightgray;"> <div class="profile-info-row" style=" margin-top: 15px; "> <div class="profile-info-name" style="background-color: lightgray; width: 60px;">车辆:</div> <div class="profile-info-value "style="margin-left: 30px;"> <ul> <li id="carId">车牌:[车牌]</li> <li id="brand">品牌:[品牌]</li> <li id="carSeat">车座:[车座]</li> <li id="company">公司:[车公司]</li> </ul> </div> </div> <div class="profile-info-row" style="margin-top: 15px;"> <div class="profile-info-name" style="background-color: lightgray;width: 60px; ">司机:</div> <div class="profile-info-value" style="margin-left: 30px;"> <ul> <li id="driverName">姓名:[司机]</li> <li id="driverId">工牌:[工牌]</li> <li id="tel">电话:[电话]</li> <li id="driverCompany">公司:[司机公司]</li> </ul> </div> </div> </div> <!--<div style="clear: both;"></div>--> <!--</div>--> </div> </div> </body> <!--<script type="text/javascript" src="js/master.js"></script>--> </html>