<!DOCTYPE html>
<html lang="en">
<style>
.level1{width:200px;height:50px;background:red ;float:left}
.level2{width:200px;height:50px;background:yellow ;float:left;}
.level3{width:200px;height:50px;background:green ;float:left;}
.level4{width:200px;height:50px;background:blue ;float:left;}
</style>
<body>
<div>
<div class='level1'></div>
<div class='level2'></div>
</div>
<div class='level3'></div>
<div class='level4'></div>
</body>
</html>
Float元素會脫離文檔流,父級加height:100%;overflow:hidden;