This commit is contained in:
maplemei
2019-11-25 15:17:08 +08:00
parent 57a0ab9f15
commit 3fcd41969c
12 changed files with 187 additions and 17 deletions

View File

@@ -68,11 +68,14 @@ button, input, select, textarea {
font-family: Menlo, Monaco, Consolas, Courier, monospace;
font-size: 12px;
padding: 18px 24px;
background-color: #fafafa;
// background-color: #fafafa;
border: solid 1px #eaeefb;
margin-bottom: 25px;
border-radius: 4px;
-webkit-font-smoothing: auto;
-webkit-font-smoothing: auto;
.hljs-tag{
white-space: nowrap;
}
}
.main-cnt {
@@ -261,3 +264,7 @@ button, input, select, textarea {
overflow: hidden;
}
}
.tool_bar{
display: none;
}