对父级样式添加overflow样式    

.parent{
      overflow: hidden;
.child{
  float:left;
}

相关文章: