From 5c10f739ffeb9d0b4c5e20d166412d176cc77fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 27 Feb 2020 18:39:02 +0800 Subject: [PATCH] =?UTF-8?q?UI=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi.html | 3 ++- solo.html | 3 ++- style.css | 29 ++++++++++++++--------------- triple.html | 3 ++- 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/multi.html b/multi.html index 2de8c18b..4eeb4953 100644 --- a/multi.html +++ b/multi.html @@ -719,10 +719,11 @@ var formation = new Formation(teamsCount,5);
+
diff --git a/solo.html b/solo.html index 2fa253ea..2280016a 100644 --- a/solo.html +++ b/solo.html @@ -671,10 +671,11 @@ var formation = new Formation(teamsCount,6);
    +
  • -
+
diff --git a/style.css b/style.css index ff72ee3e..aa9c68cb 100644 --- a/style.css +++ b/style.css @@ -1068,9 +1068,6 @@ ul{ line-height: 35px; text-shadow: black 2px 2px 0; } -.row-mon-plus{ - width: 180px; -} .row-mon-plus ul{ border-color: #A07740; border-style: solid; @@ -1078,6 +1075,7 @@ ul{ border-radius: 8px; background-color: #44392C; box-shadow: inset black 0 3px 5px; + width: 145px; } .row-mon-plus li{ height: 35px; @@ -1099,9 +1097,16 @@ ul{ font-size: inherit; text-shadow: inherit; box-sizing: border-box; - width: 50px; + width: 32px; line-height: inherit; height: 35px; + -moz-appearance: textfield; /*火狐去掉数字加减*/ +} + /*webkit去掉数字加减*/ +.row-mon-plus .plus-value input::-webkit-outer-spin-button, +.row-mon-plus .plus-value input::-webkit-inner-spin-button{ + -webkit-appearance: none !important; + margin: 0; } .row-mon-plus .m-plus-btn::before, .row-mon-plus .m-plus-btn-297::before @@ -1117,17 +1122,12 @@ ul{ height: 30px; } .m-plus-btn-297{ - padding: 0 3px; + padding: 0; box-sizing: border-box; - font-family: inherit; - height: 109px; + height: 105px; font-size: 22px; - vertical-align: top; writing-mode: vertical-lr; -} -.row-mon-plus ul, -.m-plus-btn-297{ - display:inline-block; + float: right; } /*.edit-box .setting-box .row-mon-level::before{ content: "▼怪物等级"; @@ -1186,10 +1186,9 @@ ul{ vertical-align: top; } .m-level, -.m-plus-hp,.m-plus-atk,.m-plus-rcv, -.ability-value +.m-plus-hp,.m-plus-atk,.m-plus-rcv { - border: none; + border: 1px solid grey; background: none; color: white; } diff --git a/triple.html b/triple.html index e9921c51..597f72d9 100644 --- a/triple.html +++ b/triple.html @@ -1305,10 +1305,11 @@ var formation = new Formation(teamsCount,6);
    +
  • -
+