Bootstrap 徽章


徽章类似于标签;主要区别在于圆角更圆滑。

要使用徽章,只需将 <span class = "badge"> 添加到链接、Bootstrap 导航等内容。

你可以尝试运行以下代码,在 Bootstrap 中实现徽章

示例

动态演示

<!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>
      <a href = "#">Mailbox <span class = "badge">50</span></a>
   </body>
</html>

更新于: 2020 年 6 月 12 日

浏览量 81

提升你的 职业生涯

通过完成课程获得认证

开始学习
广告