优化简单二级导航样式

This commit is contained in:
augushong
2024-10-10 17:29:05 +08:00
parent 91615627e4
commit b6cec2c630
4 changed files with 31 additions and 28 deletions

View File

@@ -2419,6 +2419,10 @@
word-wrap: anywhere;
display: block;
}
.ul-nav-tree-2 .ul-nav-tree-2-item.current .ul-nav-tree-2-item-title, .ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;
text-decoration: underline;
}
.ul-nav-tree-2 .ul-nav-tree-2-item-title {
font-size: 14px;
color: #999;
@@ -2427,10 +2431,6 @@
white-space: break-spaces;
word-wrap: anywhere;
}
.ul-nav-tree-2 .ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title {
color: #6cf;
text-decoration: underline;
}
/* 链接导航开始 */
.ul-link-select {