|
- <!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: #F0F0F0;">
- <head>
- <title>选择日期班次</title>
- <meta charset="utf-8" />
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
- <script type="text/javascript" src="../js/select_date2.js"></script>
- <style>
- #div_date_run {position:relative;float:left;width:100%;background:#f0f0f0;z-index:999;}
- #div_date_run_title {position:relative;float:left;width:100%;height:52px;text-align:center;line-height:52px;}
- #div_date_run_date {position:relative;float:left;width:100%;height:52px;text-align:center;line-height:52px;}
- #div_date_run_date span {display:block;}
- .span_move_month {position:relative;float:left;width:20%;cursor:pointer;}
- #span_now_month {position:relative;float:left;width:60%;cursor:default;}
- #div_date_calendar {position:relative;float:left;margin:0px 0px 0px 0px;text-align:center;overflow:hidden;width:100%;}
- #div_date_calendar1 {position:relative;float:center;width:100%%;margin-left:auto;margin-right:auto;margin-bottom:5px;background:#EFEFEF;overflow:hidden;padding:0px 0px 1px 0px;}
- #div_date_calendar1 span {display:block;}
- .span_calendar_title {position:relative;float:left;width:13.92%;height:35px;line-height:35px;margin:1px 0px 0px 1px;background:#D8D8D8;font-size: 12;color: #303030;}
- .span_calendar_blank {position:relative;float:left;width:13.92%;height:45px;line-height:45px;margin:1px 0px 0px 1px;background:#F5F5F5;font-size: 12;color: #808080;}
- .span_calendar_disable {position:relative;float:left;width:13.92%;height:45px;line-height:45px;margin:1px 0px 0px 1px;background:#F5F5F5;font-size: 12;color:#808080;text-align:center;}
- .span_calendar_enable {position:relative;float:left;width:13.92%;height:45px;line-height:45px;margin:1px 0px 0px 1px;background:#FFFFFF;font-size: 12;color:#303030;text-align:center;}
- .span_calendar_enable_select {position:relative;float:left;width:13.92%;height:45px;line-height:45px;margin:1px 0px 0px 1px;background:#FF8800;font-size: 12;color:#FFFFFF;text-align:center;}
- #div_date_calendar ul {position:relative;float:left;width:100%;overflow:hidden;margin:10px 0px 10px 0px;padding:0px 0px 0px 0px;background:#FFFFFF;}
- #div_date_calendar ul li {list-style:none;position:relative;float:left;width:100%;height:30px;line-height:30px;}
- #div_date_calendar ul li:hover {background:#cccccc;}
- #back_ticket ul {position:relative;float:left;width:100%;overflow:hidden;margin:10px 0px 10px 0px;padding:0px 0px 0px 0px;}
- #div_date_runlist {position:relative;float:left;margin:10px 0px 0px 0px;overflow:hidden;width:100%;}
- #div_date_runlist ul {position:relative;float:left;width:100%;overflow:hidden;margin:0px 0px 10px 0px;padding:0px 0px 0px 0px;background:#FFFFFF;}
- #div_date_runlist ul li {list-style:none;position:relative;float:left;width:100%;height:30px;line-height:30px;margin:2px 0px 0px 0px;}
- #div_date_runlist ul li:hover {background:#cccccc;}
- </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 scroll="no" 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: #F0F0F0;">
- <div style="display: block; width: 100%; height: auto; margin: auto;">
- <div id="linkman_view" >
- <div id="div_date_run">
- <div id="div_date_run_title" style="background: #FFFFFF; display: none;">请选择出行日期</div>
- <div id="div_date_run_date" style="background: #FFFFFF;">
- <span class="span_move_month" id="span_last_month" onclick="show_next_calendar('2016-04-01',-1)" ><</span>
- <span id="span_now_month" >2016-04</span>
- <span class="span_move_month" id="span_next_month" onclick="show_next_calendar('2016-04-01',1)" >></span>
- </div>
- <div id="div_date_calendar">
- <div id="div_date_calendar1" style=" background: #F0F0F0;"></div>
- </div>
- <div id="div_date_runlist" style=" background: #F0F0F0">
- </div>
- </div>
- </div>
- <div>
- </body>
- </html>
|