清除浮动 clear:both看看 给left,right的父级 加清除浮动 并且设置一个 高
在需要浮动元素和不需要浮动元素中间添加一个div
并设置样式:
.clear{
clear:both;
}