子级div后面加上<div style="clear:both;"></div>
<div>
<div style="float:left;">two</div>
<div style="float:left;">one</div>
<div style="float:left;"></div>
</div>
子级div后面加上<div style="clear:both;"></div>
<div>
<div style="float:left;">two</div>
<div style="float:left;">one</div>
<div style="float:left;"></div>
</div>