Chinaunix首页 | 论坛 | 博客
  • 博客访问: 458334
  • 博文数量: 226
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2111
  • 用 户 组: 普通用户
  • 注册时间: 2014-06-20 09:02
个人简介

web web web

文章分类

全部博文(226)

文章存档

2020年(2)

2019年(1)

2018年(3)

2017年(26)

2016年(57)

2015年(60)

2014年(77)

我的朋友

分类: Html/Css

2016-09-15 14:34:27


  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title></title>
  6. <link rel="stylesheet" href="css/bootstrap.min.css">
  7. <link rel="stylesheet" href="css/common.css">
  8. <link rel="stylesheet" href="css/index.css">
  9. <style>
  10. .logistics_info_div {
  11.     margin: 0 15px;
  12.     padding: 15px 0;
  13. }
  14. .logistics_info_ul {
  15.     max-height: 255px;
  16.     _height: 255px;
  17.     padding-left: 75px;
  18.     padding-right: 20px;
  19.     --overflow: auto;
  20.     height: 626px;
  21. }
  22. .logistics_info_ul li {
  23.     position: relative;
  24.     border-bottom: 1px solid #f5f5f5;
  25.     padding-top: 18px;
  26.     padding-bottom: 30px;
  27.     margin-bottom: 30px;
  28.     color: #666;
  29.     background:#fff;
  30.     list-style:none;
  31. }

  32. .logistics_info_ul li p {
  33.     line-height: 16px;
  34.     padding-left:30px;
  35.     font-size:16px;
  36.     color:#4F5356;
  37.     padding-top:12px;
  38. }

  39. .logistics_info_ul li .before {
  40.     position: absolute;
  41.     left: -43px;
  42.     top: 50%;
  43.     height: 120px;
  44.     width: 0;
  45.     border-left: 2px dotted #F4BC83;
  46. }

  47. .logistics_info_ul li .after {
  48.     position: absolute;
  49.     left: -54px;
  50.     top: 50%;
  51.     margin-top:-12px;
  52.     width: 24px;
  53.     height: 24px;
  54.     background: #ddd;
  55.     border-radius: 6px;
  56.     background-image: url(images/logisics/logisics.jpg);
  57. }

  58. .logistics_info_ul li.first .before{
  59.     height: 0px;
  60. }
  61. </style>
  62. </head>
  63. <body>
  64. <div class="logistics_info_div">
  65.     <ul class="logistics_info_ul">
  66.         <li>
  67.             <p>2015-04-28 11:23:28</p>
  68.             <p>妥投投递并签收,签收人:他人收 他人收</p>
  69.             <span class="before"></span>
  70.             <span class="after"></span>
  71.         </li>
  72.         <li class="first">
  73.             <p>2015-04-26 17:12:00</p>
  74.             <p>泉州市速递物流分公司南区电子商务业务部已收件,(揽投员姓名:王晨光;联系电话:26403)</p>
  75.             <span class="before"></span>
  76.             <span class="after"></span>
  77.         </li>
  78.     </ul>
  79. </div>
  80. <script src="js/jquery-1.11.1.min.js"></script>

  81. <script src="js/bootstrap.min.js"></script>

  82. <script src="js/unslider.min.js"></script>
  83. <script src="js/index.js"></script>
  84. <script src="js/common.js"></script>
  85. </body>
  86. </html>

阅读(461) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~