Bootstrap well-lg 类


使用可选类(例如 well-lg 或 well-lg)更改 well 的大小。这些类与 .well 类结合使用。

你可以尝试运行以下代码,在 Bootstrap 中实现 well-lg 类 -

示例

实时演示

<!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 = "well well-lg">This has more space!</div>
      <div class = "well well-sm">This has less space!</div>
   </body>
</html>

更新于: 2020 年 6 月 12 日

134 次浏览

开启你的 职业生涯

通过完成该课程来获得认证

开始学习
广告