2019-05-17 15:49:34 +08:00
|
|
|
.wiki-nav-content {
|
|
|
|
margin-bottom: 5px;
|
2019-04-28 15:38:21 +08:00
|
|
|
}
|
2019-05-20 17:14:22 +08:00
|
|
|
.wiki-nav-content a, .wiki-nav-content span {
|
2019-04-28 15:38:21 +08:00
|
|
|
color: #333;
|
2019-05-17 15:49:34 +08:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
2019-04-28 15:38:21 +08:00
|
|
|
}
|
2019-05-22 13:31:08 +08:00
|
|
|
.wiki-nav-content-highlight a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #eb8205;
|
|
|
|
}
|
2019-05-17 15:49:34 +08:00
|
|
|
.wiki-nav-content a:hover {
|
2019-04-28 15:38:21 +08:00
|
|
|
text-decoration: none;
|
2019-05-17 15:49:34 +08:00
|
|
|
color: #eb8205;
|
2019-04-28 15:38:21 +08:00
|
|
|
}
|
|
|
|
.switch-btn {
|
2019-05-17 15:49:34 +08:00
|
|
|
width: 1rem;
|
2019-04-28 15:38:21 +08:00
|
|
|
position: absolute;
|
2019-05-17 15:49:34 +08:00
|
|
|
left: 0;
|
2019-04-28 15:38:21 +08:00
|
|
|
top: 0;
|
|
|
|
color: #c0c0c0;
|
2019-05-17 15:49:34 +08:00
|
|
|
cursor: pointer;
|
2019-04-28 15:38:21 +08:00
|
|
|
}
|