mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
将ul-nav-tree-2重构新架构并调整样式细节
This commit is contained in:
@@ -2178,6 +2178,23 @@
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.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 .ul-nav-tree-2-item-title {
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
padding-left: 15px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
|
||||
color: #6cf;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 链接导航开始 */
|
||||
.ul-link-select {
|
||||
display: flex;
|
||||
@@ -2778,26 +2795,6 @@
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.ul-nav-tree-2-group-title {
|
||||
font-size: 14px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
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;
|
||||
}
|
||||
|
||||
.ul-nav-card-item {
|
||||
padding: 0 15px;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
Reference in New Issue
Block a user