devdocs 样式调整

This commit is contained in:
fofolee
2019-05-05 03:00:22 +08:00
parent b555f14c5c
commit 0c0bdbab6c
4 changed files with 45 additions and 12 deletions

View File

@@ -148,7 +148,7 @@
}
#options .keyword {
display: inline-block;
/* display: inline-block; */
font-size: 14px;
color: #333;
border: 1px solid #eee;
@@ -157,7 +157,7 @@
line-height: 22px;
padding: 0 10px;
background-color: #f3f3f3;
margin-right: 5px
margin-right: 5px;
}
#options .logo{
@@ -181,6 +181,11 @@
transition: 0.5s;
}
#options .footBtn.disabled {
cursor: no-drop;
background: #9b9b9b;
}
#options .foot{
position: fixed;
height: 30px;
@@ -192,10 +197,6 @@
padding: 3px;
}
#options span{
margin-right: 10px;
}
#options span.editBtn{
font-size: 16px;
cursor: pointer;