mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
完成基本框架的搭建
This commit is contained in:
24
public/cdn/layui-ul.css
Normal file
24
public/cdn/layui-ul.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user