2019-05-17 15:49:34 +08:00
|
|
|
.wiki-nav-content {
|
2019-07-15 14:39:52 +08:00
|
|
|
margin-top: 18px;
|
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-07-15 14:39:52 +08:00
|
|
|
color: #4d5156;
|
|
|
|
font-size: 14px;
|
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 {
|
|
|
|
position: absolute;
|
2019-05-17 15:49:34 +08:00
|
|
|
left: 0;
|
2019-07-15 14:39:52 +08:00
|
|
|
top: 4px;
|
2019-04-28 15:38:21 +08:00
|
|
|
color: #c0c0c0;
|
2019-05-17 15:49:34 +08:00
|
|
|
cursor: pointer;
|
2019-07-15 14:39:52 +08:00
|
|
|
font-size: 12px;
|
2019-04-28 15:38:21 +08:00
|
|
|
}
|