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.
 
 
 
 

40 lines
1.8 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" type="text/css" href="./css/ace.min.css" />
  6. <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css" />
  7. <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css" />
  8. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css" />
  9. <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css" />
  10. <link rel="stylesheet" type="text/css" href="./css/datepicker.css" />
  11. <link rel="stylesheet" type="text/css" href="./css/master.css">
  12. <script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
  13. <script type="text/javascript" src="js/car_team_list.js" ></script>
  14. <script type="text/javascript" src="js/date-time/bootstrap-datepicker.min.js"></script>
  15. <script type="text/javascript" src="js/date-time/bootstrap-timepicker.min.js"></script>
  16. <title>车队列表</title>
  17. </head>
  18. <style type="text/css">
  19. .li_title {text-align: left;position:relative;float:left;width:100%;line-height:60px;height:60px;background:#cccccc;list-style:none;margin:2px 0px 0px 0px;padding:0px 5px 0px 5px;font-weight:600;overflow:hidden;cursor:pointer;}
  20. .li_title:hover{color: blue;}
  21. .li_content {text-align: left;margin-left: 30px;width:100%;background:#ffffff;list-style:none;marggin:0px 0px 0px 0px;padding:5px 5px 5px 5px;overflow:hidden;display:none;}
  22. .li_title span{float:left;display: inline-block;font-size: 25px;text-align: center;}
  23. </style>
  24. <body>
  25. <div class="container" style="margin: 0 auto;width: 95%;text-align: center;margin-top: 40px;">
  26. <ul id="all_ul">
  27. <li class="li_title" onclick="show_detail(11)">
  28. <span>上海道顺</span>
  29. <span>www.baidu.com</span>
  30. </li>
  31. </ul>
  32. </div>
  33. </body>
  34. </html>