文档界面新增导航目录

This commit is contained in:
fofolee
2020-06-06 20:38:46 +08:00
parent 2a9e7c548f
commit fb509cb39a
5 changed files with 24 additions and 14 deletions

View File

@@ -50,8 +50,8 @@ a:focus {
#manualNavi {
position: fixed;
bottom: 10%;
right: 5%;
bottom: 0;
right: 15px;
z-index: 1;
text-align: left;
}
@@ -102,8 +102,8 @@ a:focus {
border: 4px solid #91ba61;
background: #91ba61;
position: absolute;
top: -415px;
left: 245px;
/* top: 0px; */
left: 235px;
}
.icon-plus-sign:before,
@@ -131,8 +131,8 @@ a:focus {
border: 4px solid #ff5370;
background: #ff5370;
position: absolute;
top: -415px;
left: 245px;
/* top: 0px; */
left: 235px;
}
.icon-minus-sign:before {