日期:2014-05-17 浏览次数:20593 次
<!DOCTYPE HTML> <html> <head> <meta charset="gb2312" /> <title></title> <style> div { border:1px solid red; } .wrap { padding:10px; overflow:hidden; zoom:1; } .l { float:left; border:none; } .lt, .lb { width:700px; height:60px; } .lb { margin-top:10px; } .r { float:right; width:375px; height:132px; } </style> </head> <body> <div class="wrap"> <div class="l"> <div class="lt">lt</div> <div class="lb">lb</div> </div> <div class="r">r</div> </div> </body> </html>