diff --git a/demo/nav.html b/demo/nav.html index fd32f56..8aea7ae 100644 --- a/demo/nav.html +++ b/demo/nav.html @@ -1,5 +1,5 @@
+ + \ No newline at end of file diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index 0d8dd76..7918386 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -1,6 +1,6 @@ /* 列表开始 */ .ul-nav-tree { - border-right: 1px solid #bbb; + } .ul-nav-tree-group-title{ @@ -17,6 +17,10 @@ white-space: nowrap; } +.ul-nav-tree-item.current .ul-nav-tree-item-title{ + color: #6cf; +} + .ul-nav-tree-item-title { font-size: 15px; @@ -48,6 +52,10 @@ background-position: center; } +.ul-border-right{ + border-right: 1px solid #bbb; +} + /* 通用类结束 */ /* 用户头像开始 */ diff --git a/view/index/index/index.html b/view/index/index/index.html index 20e099f..f42147d 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -28,8 +28,8 @@