移动端自适应横排导航条

.daohang{
width: 100%;
text-align: center;
background-color: white;
height: 40px;
line-height: 38px;
}
.daohang ul{
display: table;
margin: auto;
width: 100%;
list-style-type: none;
}
.daohang ul li{
display: inline-block;
width: 33%;
text-align: center;
font-size: 15px;
}
.daohang ul li a{
display: inline-block;
width: 100%;
height: 25px;
line-height: 20px;
}
.shu-right{
border-right: 1px solid #CCCCCC;
}

.active1{
border-bottom:2px solid #43AFEA ;
color: #43AFEA;
}


 


你可能感兴趣的:(css)