Bootstrap 5 颜色
文本颜色
Bootstrap 5 提供了一些上下文类,可用于“通过颜色传达含义”。
文本颜色类包括:.text-muted
, .text-primary
, .text-success
, .text-info
, .text-warning
, .text-danger
, .text-secondary
, .text-white
, .text-dark
, .text-body
(默认正文字体颜色/通常为黑色)和 .text-light
你也可以为黑色或白色文本添加 50% 的不透明度,使用 .text-black-50
或 .text-white-50
类
背景颜色
背景颜色类包括:.bg-primary
, .bg-success
, .bg-info
, .bg-warning
, .bg-danger
, .bg-secondary
, .bg-dark
和 .bg-light
。
上面的 .bg-color
类不适用于文本,或者至少您必须指定一个适当的 .text-color
类才能为每个背景获得正确的文本颜色。
但是,您可以使用 .text-bg-color
类,Bootstrap 将自动处理每个背景颜色对应的适当文本颜色