mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 05:32:49 +08:00
feat: 迁移附带说明垂直导航
This commit is contained in:
30
source/components/nav/ul-nav-tree/_index.scss
Normal file
30
source/components/nav/ul-nav-tree/_index.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
/* 附带说明垂直导航 */
|
||||
.ul-nav-tree {}
|
||||
|
||||
.ul-nav-tree-group-title {
|
||||
font-size : 16px;
|
||||
font-weight: 600;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.ul-nav-tree-item {
|
||||
display : flex;
|
||||
align-items: baseline;
|
||||
cursor : pointer;
|
||||
padding : 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ul-nav-tree-item.current .ul-nav-tree-item-title {
|
||||
color: #6cf;
|
||||
}
|
||||
|
||||
.ul-nav-tree-item-title {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.ul-nav-tree-item-desc {
|
||||
font-size : 14px;
|
||||
color : #999;
|
||||
margin-left: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user