mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
24 lines
313 B
CSS
24 lines
313 B
CSS
.ul-nav-tree{
|
|
border-right: 1px solid #bbb;
|
|
}
|
|
.ul-nav-tree-item{
|
|
display: flex;
|
|
align-items: baseline;
|
|
cursor: pointer;
|
|
padding: 5px;
|
|
}
|
|
|
|
.ul-nav-tree-item-title{
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.ul-nav-tree-item-desc{
|
|
font-size: 14px;
|
|
color: #999;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.ul-padding-md{
|
|
padding: 15px;
|
|
} |