.box {
width:160px;
height:40px;
background-color:gray;
}
.box div {
width:20px;
height:40px;
text-align:center;
margin:0 10px;
font-size:14px;
color:white;
line-height:40px;
float:left;
}
#small_box {
width:80px;
height:40px;
margin:0 35px;
}
使用原生的就是构成,不需要任何插件的使用