Files
layui-ul/source/components/nav/ul-nav-tree-2/_index.scss
2023-07-05 16:27:34 +08:00

27 lines
572 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-title {
font-size: 14px;
color: #999;
padding-left: 15px;
line-height: 24px;
white-space: break-spaces;
word-wrap: anywhere;
}
.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;
text-decoration: underline;
}
}