菜鸟教程 -- 学的不仅是技术,更是梦想!

Bootstrap4 教程
(追記) (追記ここまで)

Bootstrap4 颜色

Bootstrap 4 提供了一些有代表意义的颜色类:.text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger, .text-secondary, .text-white, .text-dark and .text-light:

实例

<divclass="container"><h2>代表指定意义的文本颜色</h2><pclass="text-muted">柔和的文本。</p><pclass="text-primary">重要的文本。</p><pclass="text-success">执行成功的文本。</p><pclass="text-info">代表一些提示信息的文本。</p><pclass="text-warning">警告文本。</p><pclass="text-danger">危险操作文本。</p><pclass="text-secondary">副标题。</p><pclass="text-dark">深灰色文字。</p><pclass="text-light">浅灰色文本(白色背景上看不清楚)。</p><pclass="text-white">白色文本(白色背景上看不清楚)。</p></div>

尝试一下 »

在链接中使用

实例

<divclass="container"><h2>文本颜色</h2><p>鼠标移动到链接。</p><ahref="#"class="text-muted">柔和的链接。</a><ahref="#"class="text-primary">主要链接。</a><ahref="#"class="text-success">成功链接。</a><ahref="#"class="text-info">信息文本链接。</a><ahref="#"class="text-warning">警告链接。</a><ahref="#"class="text-danger">危险链接。</a><ahref="#"class="text-secondary">副标题链接。</a><ahref="#"class="text-dark">深灰色链接。</a><ahref="#"class="text-light">浅灰色链接。</a></div>

尝试一下 »

背景颜色

提供背景颜色的类有: .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-secondary, .bg-dark.bg-light

注意背景颜色不会设置文本的颜色,在一些实例中你需要与 .text-* 类一起使用。

实例

<divclass="container"><h2>背景颜色</h2><pclass="bg-primary text-white">重要的背景颜色。</p><pclass="bg-success text-white">执行成功背景颜色。</p><pclass="bg-info text-white">信息提示背景颜色。</p><pclass="bg-warning text-white">警告背景颜色</p><pclass="bg-danger text-white">危险背景颜色。</p><pclass="bg-secondary text-white">副标题背景颜色。</p><pclass="bg-dark text-white">深灰背景颜色。</p><pclass="bg-light text-dark">浅灰背景颜色。</p></div>

尝试一下 »
AI 思考中...

点我分享笔记

  • 昵称 (必填)
  • 邮箱 (必填)
  • 引用地址

AltStyle によって変換されたページ (->オリジナル) /