mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
32 lines
573 B
SCSS
32 lines
573 B
SCSS
.ul-nav-tree-2 {
|
|
.ul-nav-tree-2-group-title {
|
|
font-size: 14px;
|
|
padding: 6px 0;
|
|
color: #253647;
|
|
font-weight: 600;
|
|
white-space: break-spaces;
|
|
word-wrap: anywhere;
|
|
display: block;
|
|
}
|
|
|
|
.ul-nav-tree-2-item {
|
|
cursor: pointer;
|
|
&.current,
|
|
&:hover {
|
|
.ul-nav-tree-2-item-title {
|
|
color: #6cf;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ul-nav-tree-2-item-title {
|
|
font-size: 14px;
|
|
color: #999;
|
|
padding-left: 15px;
|
|
line-height: 24px;
|
|
white-space: break-spaces;
|
|
word-wrap: anywhere;
|
|
}
|
|
}
|