Bootstrap 的清除浮动类


使用 .clearfix 类来清除 Bootstrap 中任何元素的浮动。

示例

你可以尝试运行以下代码来实现 clearfix 类

现场演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "clearfix" style = "background: orange;border: 1px solid #000; padding: 10px;">
         <div class = "pull-left" style = "background:#58D3F7;">
            Quick Float to left
         </div>
         <div class = "pull-right" style = "background: #DA81F5;">
            Quick Float to right
         </div>
      </div>
   </body>
</html>

更新日期:2020 年 6 月 12 日

248 浏览次数

开启你的 职业生涯

通过完成课程获得认证

开始
广告
© . All rights reserved.