如题,解决方法有两个。spa
方法一:code
<div> <div style="float: left;"></div> <div style="float: left;"></div> <div style="clear: both;"></div> </div>
方法二:blog
<div style="overflow: hidden;"> <div style="float: left;"></div> <div style="float: left;"></div> </div>