mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 21:02:48 +08:00
feat: 迁移附带说明垂直导航
This commit is contained in:
@@ -1,2 +1 @@
|
||||
@import './ul-nav-tree';
|
||||
@import './ul-nav-card-simple';
|
||||
@@ -1,30 +0,0 @@
|
||||
/* 附带说明垂直导航 */
|
||||
.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