【布局】订单流程图

转载请注明:https://blog.csdn.net/wuli_youhouli/article/details/111446326

<div class="logistics">
    <div class="box">
      <ul class="list">
        <li class="latest">
          <div class="content">您的订单开始处理</div>
          <div class="time">2017-08-17 23:31 周四</div>
        </li>
        <li>
          <div class="content">您的订单开始处理</div>
          <div class="time">2017-08-17 23:31 周四</div>
        </li>
      </ul>
    </div>
</div>
  .logistics {
    height: 100%;
    padding: 20px;
  }

  .box {
    overflow: hidden;
    position: relative;
  }

  .box:before {
    content: ' ';
    background-color: #f3f3f3;
    display: block;
    position: absolute;
    top: -8px;
    left: 20px;
    width: 10px;
    height: 4px;
  }

  .list {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    list-style: none;
    margin-top: -8px;
    margin-top: 0px;
  }

  .list li {
    border-left: 2px solid #d9d9d9;
    text-align: left;
    height: auto;
    display: block;
  }

  .list li:before {
    /* 流程点的样式 */
    content: '';
    border: 3px solid #f3f3f3;
    background-color: #d9d9d9;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-left: -8px;
    margin-bottom: 10px;
  }
  
  .list li .content {
    text-align: left;
    margin-left: 25px;
    margin-top: -20px;
  }

  .list li  .time {
    text-align: left;
    margin-left: 25px;
    font-size: 10px;
    margin-top: 5px;
  }

  .list li.latest:before {
    background-color: #0dad12;
    border-color: #f8e9e4;
  }

  .list li.latest .time,
  .list li.latest .content {
    color: green;
  }

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

宾果的救星

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值