RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
如何使用css实现物流进度的样式

这篇文章将为大家详细讲解有关如何使用css实现物流进度的样式,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

仁化网站制作公司哪家好,找成都创新互联公司!从网页设计、网站建设、微信开发、APP开发、响应式网站开发等网站项目制作,到程序开发,运营维护。成都创新互联公司于2013年成立到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选成都创新互联公司

效果:

css样式:


        ul li {
            list-style: none;
        }
        .package-status {
            padding: 18px 0 0 0
        }
        .package-status .status-list {
            margin: 0;
            padding: 0;
            margin-top: -5px;
            padding-left: 8px;
            list-style: none;
        }
        .package-status .status-list>li {
            border-left: 2px solid #0278D8;
            text-align: left;
        }
        .package-status .status-list>li:before {
            /* 流程点的样式 */
            content: '';
            border: 3px solid #0278D8;
            background-color: #0278D8;
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            margin-left: -7px;
            margin-right: 10px
        }
        .package-status .status-box {
            overflow: hidden
        }
        .package-status .status-list>li {
            height: auto;
            width: 95%;
        }
        .package-status .status-list {
            margin-top: -8px
        }
        .package-status .status-box {
            position: relative
        }
        .package-status .status-box:before {
            content: " ";
            background-color: #f3f3f3;
            display: block;
            position: absolute;
            top: -8px;
            left: 20px;
            width: 10px;
            height: 4px
        }
        .package-status .status-list {
            margin-top: 0px;
        }
        .status-list>li:not(:first-child) {
            padding-top: 10px;
        }
        .status-content-before {
            text-align: left;
            margin-left: 25px;
            margin-top: -20px;
        }
        .status-content-latest {
            text-align: left;
            margin-left: 25px;
            color: #0278D8;
            margin-top: -20px;
        }
        .status-time-before {
            text-align: left;
            margin-left: 25px;
            font-size: 10px;
            margin-top: 5px;
        }
        .status-time-latest {
            text-align: left;
            margin-left: 25px;
            color: #0278D8;
            font-size: 10px;
            margin-top: 5px;
        }
        .status-line {
            border-bottom: 1px solid #ccc;
            margin-left: 25px;
            margin-top: 10px;
        }
        .list {
            padding: 0 20px;
            background-color: #F8F8F8;
            margin: 10px 0 0 25px;
            border: 1px solid #EBEBEB;
        }
        .list li {
            line-height: 30px;
            color: #616161;
        }
    

  HTML:


    
        
            
                
  •                     您的订单开始处理
  •                     2017-08-17 23:31 周四
                        
    >                                  
  •                     卖家发货
  •                     2017-08-18 09:11 周五
                        
                                     
  •                     发往深圳中转站
  •                     2017-08-19 01:21 周六
                        
                                     
  •                     到达深圳
  •                     2017-08-19 06:21 周六
                        
                                     
  •                     发往潮汕中心                     2017-08-19 09:21 周六                                      
  •                                      快件到达 潮汕中心                     2017-08-20 14:16 周日                                                                 

    关于“如何使用css实现物流进度的样式”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。


    本文标题:如何使用css实现物流进度的样式
    文章路径:http://sczitong.cn/article/iijjpg.html