mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 13:42:48 +08:00
将ul-nav-tree-2重构新架构并调整样式细节
This commit is contained in:
23
source/components/nav/ul-nav-tree-2/_index.scss
Normal file
23
source/components/nav/ul-nav-tree-2/_index.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.ul-nav-tree-2 {
|
||||
|
||||
.ul-nav-tree-2-group-title {
|
||||
|
||||
font-size: 14px;
|
||||
padding: 6px 0;
|
||||
color: #253647;
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
|
||||
.ul-nav-tree-2-item-title {
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
padding-left: 15px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
|
||||
color: #6cf;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user