日期:2014-04-09  浏览次数:21116 次

<style>
#wrap {position:relative;width:500px;height:600px;}
#wrap div{width:15px;position:absolute;bottom:5px;background:#f00;}
</style>
<div id="wrap">
<div style="height:100px;left:10px"></div>
<div style="height:200px;left:30px"></div>
<div style="height:300px;left:50px"></div>
<div style="height:500px;left:70px"></div>
<div style="height:200px;left:90px"></div>
</div>