style: 样式微调

This commit is contained in:
fofolee 2020-12-29 19:35:28 +08:00
parent d8e0fe17b7
commit 4699473145

View File

@ -245,7 +245,13 @@ body {
#options #customize .robot { #options #customize .robot {
background: #3085d6; background: #3085d6;
padding: 5px; padding: 0 10px;
height: 28px;
line-height: 28px;
}
#options #customize #charset.robot {
display: none;
} }
#options #customize .robot:hover { #options #customize .robot:hover {
@ -418,8 +424,8 @@ body {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
border: 1px solid #1E88E5; border: 1px solid #1E88E5;
height: 24px; height: 28px;
line-height: 22px; line-height: 28px;
padding: 0 5px; padding: 0 5px;
background-color: #E3F2FD; background-color: #E3F2FD;
} }
@ -452,13 +458,18 @@ body {
transition: 0.2s; transition: 0.2s;
} }
#scriptCode, #outputCode {
width: 75%;
margin: 0.5em 0
}
#options #customize input#scptarg { #options #customize input#scptarg {
width: 150px; width: 150px;
float: right; float: right;
background: white; background: white;
outline: none; outline: none;
border: 2px solid #3085d6; border: 2px solid #3085d6;
height: 30px; height: 28px;
border-radius: 4px; border-radius: 4px;
padding: 2px 5px; padding: 2px 5px;
margin: 0px 5px; margin: 0px 5px;