源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <h2>新方法 - 使用 inline-block</h2> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="floating-box">浮动 box</div> <div class="after-box">另外一个盒子,在浮动盒子的下面...</div> </body> </html>
运行结果