diff --git a/BlazorStudy.BootstrapLatest/BlazorStudy.BootstrapLatest.csproj b/BlazorStudy.BootstrapLatest/BlazorStudy.BootstrapLatest.csproj index 3197a7d..e3d85ae 100644 --- a/BlazorStudy.BootstrapLatest/BlazorStudy.BootstrapLatest.csproj +++ b/BlazorStudy.BootstrapLatest/BlazorStudy.BootstrapLatest.csproj @@ -6,10 +6,6 @@ enable - - - - true diff --git a/BlazorStudy.BootstrapLatest/wwwroot/Index.html b/BlazorStudy.BootstrapLatest/wwwroot/Index.html index 4486102..47e22de 100644 --- a/BlazorStudy.BootstrapLatest/wwwroot/Index.html +++ b/BlazorStudy.BootstrapLatest/wwwroot/Index.html @@ -60,7 +60,7 @@ 面包屑 按钮 按钮组 - 卡片 + 卡片 轮播 折叠 @@ -99,13 +99,13 @@ -
+
- 主内容区 + 点右侧菜单,如果菜单为连接,则调用jQuery远程加载连接地址,并局部刷新内容。
@@ -159,6 +159,17 @@ + diff --git a/BlazorStudy.BootstrapLatest/wwwroot/Test.html b/BlazorStudy.BootstrapLatest/wwwroot/Test.html new file mode 100644 index 0000000..404a5d1 --- /dev/null +++ b/BlazorStudy.BootstrapLatest/wwwroot/Test.html @@ -0,0 +1,51 @@ + + + + + + + 动态加载公共内容 + + + + + + + +
+ +
+ +
+
+ +
+
+
+ +
+ 主内容区 +
+
+
+
+ +
+
+
+ + + + + + + diff --git a/BlazorStudy.BootstrapLatest/wwwroot/images/B5B_logo_1.png b/BlazorStudy.BootstrapLatest/wwwroot/images/B5B_logo_1.png new file mode 100644 index 0000000..79ec82b Binary files /dev/null and b/BlazorStudy.BootstrapLatest/wwwroot/images/B5B_logo_1.png differ diff --git a/BlazorStudy.BootstrapLatest/wwwroot/pages/Card.html b/BlazorStudy.BootstrapLatest/wwwroot/pages/Card.html new file mode 100644 index 0000000..26f25a3 --- /dev/null +++ b/BlazorStudy.BootstrapLatest/wwwroot/pages/Card.html @@ -0,0 +1,21 @@ +
+ +
+
+ +
+
card 标题文字
+
card 副标题
+

内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本内容文本

+
+ +
+
+ +
\ No newline at end of file diff --git a/BlazorStudy.BootstrapLatest/wwwroot/shared/Footer.html b/BlazorStudy.BootstrapLatest/wwwroot/shared/Footer.html new file mode 100644 index 0000000..c8ae7a0 --- /dev/null +++ b/BlazorStudy.BootstrapLatest/wwwroot/shared/Footer.html @@ -0,0 +1,46 @@ + + + + diff --git a/BlazorStudy.BootstrapLatest/wwwroot/shared/Header.html b/BlazorStudy.BootstrapLatest/wwwroot/shared/Header.html new file mode 100644 index 0000000..ef16be8 --- /dev/null +++ b/BlazorStudy.BootstrapLatest/wwwroot/shared/Header.html @@ -0,0 +1,18 @@ +
+ + + Bootstrap5 学习 + + + +
+ + diff --git a/BlazorStudy.BootstrapLatest/wwwroot/shared/LeftMenu.html b/BlazorStudy.BootstrapLatest/wwwroot/shared/LeftMenu.html new file mode 100644 index 0000000..3f294d6 --- /dev/null +++ b/BlazorStudy.BootstrapLatest/wwwroot/shared/LeftMenu.html @@ -0,0 +1,64 @@ + + + + + diff --git a/文件下载/bootstrap-icons-1.10.5.zip b/文件下载/bootstrap-icons-1.10.5.zip new file mode 100644 index 0000000..1fc6ba0 Binary files /dev/null and b/文件下载/bootstrap-icons-1.10.5.zip differ