栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > Html/CSS > CSS教程

自适应移动端的快递进度条

CSS教程 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

自适应移动端的快递进度条






快递进度Demo

html{
width: 100%;
}
body{
position: relative;
width: 100%;
box-sizing: border-box;
padding: 0;
margin: 0;
overflow: hidden;
}
.container{
padding: 20px 10px;
display: flex;
width: 100%;
box-sizing: border-box;
/flex-shrink: 1;/
}
.first {
/width: 230px;
height: 95px;/
/position: absolute;
top: 0;
left: 0;/
}
.first,.second,.third,.fourth{
width: 25%;
justify-content: center;
align-items: center;

    }
    .first .big-circle, .second .big-circle, .third .big-circle, .fourth .big-circle {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: #DBD8D8;
      
      text-align: center;
      margin: 10px auto;
      position: relative;

    }
    .first .title, .second .title, .fourth .title, .third .title {
      line-height: 24px;
      color: #8A8A8A;
      text-align: center;
    }
    .first .big-line, .second .big-line, .third .big-line, .fourth .big-line {
      
      height: 2px;
      background: #DDDEDE;
      position: absolute;
      top: 65px;
      z-index: 999;
    }
    .active_bg{
 background-color: #0f68ab !important;
    }



    
 
     预约
     
     
 
 
     确认
     
     
 
 
     见面
      
     
 
 
     评价
    
 
    
    

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/243147.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号