1、添加一个div,然后给这个div设置css clear:both
缺点:无形中添加了多余的标签,造成了代码的冗余
2】给父元素上添加overflow:hidden
3】添加伪类after 、、、、推荐使用
.main:after{
content:' ';
clear:both;
display:table
}
posted on 2020-04-28 02:48 三胖儿逆袭 阅读(141) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3