From a885ecae56b804581edf97d967d2f3bcbd469cf2 Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Mon, 24 Apr 2023 01:15:06 +0800 Subject: [PATCH] =?UTF-8?q?feats:=20=E5=A4=9A=E5=BD=A9=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/index.html | 3 ++ .../wwwroot/pages/Helpers/多彩连接.html | 38 +++++++++++++++++++ .../pages/Helpers/颜色与背景.html | 14 +++---- 3 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/多彩连接.html diff --git a/BlazorStudy.Bootstrap5Study/wwwroot/index.html b/BlazorStudy.Bootstrap5Study/wwwroot/index.html index 78f1eaf..0ec15e4 100644 --- a/BlazorStudy.Bootstrap5Study/wwwroot/index.html +++ b/BlazorStudy.Bootstrap5Study/wwwroot/index.html @@ -36,6 +36,9 @@
颜色与背景
+
+ 多彩连接 +
diff --git a/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/多彩连接.html b/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/多彩连接.html new file mode 100644 index 0000000..029b12f --- /dev/null +++ b/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/多彩连接.html @@ -0,0 +1,38 @@ + + + + + 多彩连接 + + + + + + + +
+
+
+ 多彩连接:通过 .link-* 类可以为链接着色,与 .text-* 类 不同的是,这些类支持 :hover 和 :focus 状态。 +
+ + +
+
+ + + + + + \ No newline at end of file diff --git a/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/颜色与背景.html b/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/颜色与背景.html index e909aa7..641ce95 100644 --- a/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/颜色与背景.html +++ b/BlazorStudy.Bootstrap5Study/wwwroot/pages/Helpers/颜色与背景.html @@ -17,13 +17,13 @@
Primary 具有对比色的主色 .text-bg-primary
-
具有对比色的次色 .text-bg-secondary
-
具有对比色的成功色 .text-bg-success
-
具有对比色的危险色 .text-bg-danger
-
具有对比色的警告色 .text-bg-warning
-
具有对比色的信息色 .text-bg-info
-
具有对比色的㳀色 .text-bg-light
-
具有对比色的深色 .text-bg-dark
+
具有对比色的次色 .text-bg-secondary
+
具有对比色的成功色 .text-bg-success
+
具有对比色的危险色 .text-bg-danger
+
具有对比色的警告色 .text-bg-warning
+
具有对比色的信息色 .text-bg-info
+
具有对比色的㳀色 .text-bg-light
+
具有对比色的深色 .text-bg-dark