//步骤一:css上定义伪元素: .clearfix:before,.clearfix:after { content: ""; display: block; clear: both; } //步骤二:在父级加入类名"clearfix"即可实现清楚浮动的效果