css经典清除浮动的方法
.left {
width: 200px;
height: 200px;
background: yellow;
float: left;
}
.right {
width: 200px;
height: 200px;
background: green;
float: right;
}
.clearfix::before,
.clearfix::after{
display:table,
content:' ',
clear:both