From 05aff76a93565c0f26a820dad4bf01f8c93ddb26 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 15 Jun 2020 17:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/options.css | 44 ++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/src/assets/style/options.css b/src/assets/style/options.css index 77eb2a0..b5a27c3 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -1,9 +1,14 @@ -#out { +.output { padding: 0px 10px; font-size: 13px; - line-height: 26px; font-family: Monaco, consolas; white-space: pre-wrap; + word-break: break-all; + text-align: left; +} + +.error { + color: #d0021b; } #options { @@ -188,15 +193,25 @@ width: 16%; } -#options #customize .robot.footBtn{ +#options #customize .robot{ background:#3085d6; - float: none; + padding: 5px; } -#options #customize .robot.footBtn:hover{ +#options #customize .robot:hover{ background:#55aafa; } +#options #customize .record{ + background:#ff3b4e; + transition: 0.5s; +} + +#options #customize .record:hover{ + background:#ff3b4e; +} + + #options .footBtn { /* right: 5px; bottom: 2px; */ @@ -207,6 +222,7 @@ padding: 2px 5px; margin: 0px 5px; cursor: pointer; + user-select: none; } #options .footBtn.danger { @@ -248,6 +264,7 @@ #options span.Btn { font-size: 16px; + user-select: none; cursor: pointer; } @@ -279,10 +296,13 @@ color: #bd3523; } -#options #customize input.customscript { +#options #customize span.customscript { + display: none; +} + +#options #customize span.customscript > input { margin-left: 5px; width: 20%; - display: none; } #options #customize { @@ -298,10 +318,6 @@ background: white; } -#options .varoutput{ - display: none; -} - #options #customize p { line-height: 1.25rem; } @@ -315,6 +331,7 @@ line-height: 22px; padding: 0 5px; background-color: #E3F2FD; + user-select: none; } #options #customize input { @@ -387,7 +404,9 @@ input::-webkit-input-placeholder { outline: none; font-size: 15px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJAgMAAAB71iXHAAAADFBMVEUAAAAqPz8rN0csOEgGlpD7AAAAA3RSTlMABvwYJ91vAAAAGklEQVQI12OAgQNAaMDMwMAjw8DAVAAWgAEAPFADDsXseo4AAAAASUVORK5CYII=") no-repeat scroll right center transparent; - -webkit-appearance: none + -webkit-appearance: none; + user-select: none; + } #options #customize select:hover { @@ -455,6 +474,7 @@ input::-webkit-input-placeholder { #options #customize button.cmdBtn { float: right; margin: 0px 10px; + user-select: none; } #options #customize button.cancel {