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.
 
 
 
 
 
 

66 lines
4.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: #F0F0F0;">
  3. <head>
  4. <title>选择日期班次</title>
  5. <meta charset="utf-8" />
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
  7. <script type="text/javascript" src="../js/select_date2.js"></script>
  8. <style>
  9. #div_date_run {position:relative;float:left;width:100%;background:#f0f0f0;z-index:999;}
  10. #div_date_run_title {position:relative;float:left;width:100%;height:52px;text-align:center;line-height:52px;}
  11. #div_date_run_date {position:relative;float:left;width:100%;height:52px;text-align:center;line-height:52px;}
  12. #div_date_run_date span {display:block;}
  13. .span_move_month {position:relative;float:left;width:20%;cursor:pointer;}
  14. #span_now_month {position:relative;float:left;width:60%;cursor:default;}
  15. #div_date_calendar {position:relative;float:left;margin:0px 0px 0px 0px;text-align:center;overflow:hidden;width:100%;}
  16. #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;}
  17. #div_date_calendar1 span {display:block;}
  18. .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;}
  19. .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;}
  20. .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;}
  21. .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;}
  22. .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;}
  23. #div_date_calendar ul {position:relative;float:left;width:100%;overflow:hidden;margin:10px 0px 10px 0px;padding:0px 0px 0px 0px;background:#FFFFFF;}
  24. #div_date_calendar ul li {list-style:none;position:relative;float:left;width:100%;height:30px;line-height:30px;}
  25. #div_date_calendar ul li:hover {background:#cccccc;}
  26. #back_ticket ul {position:relative;float:left;width:100%;overflow:hidden;margin:10px 0px 10px 0px;padding:0px 0px 0px 0px;}
  27. #div_date_runlist {position:relative;float:left;margin:10px 0px 0px 0px;overflow:hidden;width:100%;}
  28. #div_date_runlist ul {position:relative;float:left;width:100%;overflow:hidden;margin:0px 0px 10px 0px;padding:0px 0px 0px 0px;background:#FFFFFF;}
  29. #div_date_runlist ul li {list-style:none;position:relative;float:left;width:100%;height:30px;line-height:30px;margin:2px 0px 0px 0px;}
  30. #div_date_runlist ul li:hover {background:#cccccc;}
  31. </style>
  32. <!-- 百度统计star -->
  33. <script>
  34. var _hmt = _hmt || [];
  35. (function() {
  36. var hm = document.createElement("script");
  37. hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
  38. var s = document.getElementsByTagName("script")[0];
  39. s.parentNode.insertBefore(hm, s);
  40. })();
  41. </script>
  42. <!-- 百度统计end -->
  43. </head>
  44. <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;">
  45. <div style="display: block; width: 100%; height: auto; margin: auto;">
  46. <div id="linkman_view" >
  47. <div id="div_date_run">
  48. <div id="div_date_run_title" style="background: #FFFFFF; display: none;">请选择出行日期</div>
  49. <div id="div_date_run_date" style="background: #FFFFFF;">
  50. <span class="span_move_month" id="span_last_month" onclick="show_next_calendar('2016-04-01',-1)" ><</span>
  51. <span id="span_now_month" >2016-04</span>
  52. <span class="span_move_month" id="span_next_month" onclick="show_next_calendar('2016-04-01',1)" >></span>
  53. </div>
  54. <div id="div_date_calendar">
  55. <div id="div_date_calendar1" style=" background: #F0F0F0;"></div>
  56. </div>
  57. <div id="div_date_runlist" style=" background: #F0F0F0">
  58. </div>
  59. </div>
  60. </div>
  61. <div>
  62. </body>
  63. </html>