iPhone 17发布带动富士康招聘 日增数千新员工 20万人参与生产
2025-09-10
用空标签清除
.clr {clear: both;}
Left
Right
使用 overflow 属性
#layout {overflow:auto; zoom:1;}
Left
Right
使用 :after (非 IE 浏览器)
#layout:after{
display: block;
clear: both; content: '';
visibility:hidden; height: 0;
}
Left
Right
注:使用 :after 需要注意几点,设置高度为零(height: 0;);content 是必须的,但其值可以为空。
评论 {{userinfo.comments}}
{{child.content}}
{{question.question}}
提交