diff --git a/demo/search.html b/demo/search.html new file mode 100644 index 0000000..a2a27fc --- /dev/null +++ b/demo/search.html @@ -0,0 +1,89 @@ +
+ 复杂检索筛选 +
+
+
+ +
+
+ +
+
+ + +
+ +
+
+
+ + +
+ +
+
+ + +
+ +
+
+
+ +
+
+
+
+
+
+ 链接筛选组件 +
+ +
+
\ No newline at end of file diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index 7918386..41c4aa2 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -43,6 +43,7 @@ margin-bottom: 15px; } + .ul-icon-exit { display : inline-block; width : 16px; @@ -200,4 +201,37 @@ color : #fff; } -/* 导航结束 */ \ No newline at end of file +/* 导航结束 */ + + +/* 链接导航开始 */ + +.ul-link-select{ + display: flex; + align-items: flex-start; + justify-content: flex-start +} +.ul-link-title{ + +} +.ul-link-list{ + display: flex; + align-items: flex-start; + justify-content: flex-start; + flex-wrap: wrap; + margin-left: 15px; +} + +.ul-link-item{ + padding: 0px 10px; + cursor: pointer; + margin-right: 10px; +} + +.ul-link-item.current{ + border-radius: 15px; + border: 1px solid #6cf; + color: #6cf; +} + +/* 链接导航结束 */ \ No newline at end of file diff --git a/view/index/index/index.html b/view/index/index/index.html index f42147d..c175a2b 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -74,7 +74,7 @@