From e87f2d394803b2311fbebf256d258a6262f791ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 15 Apr 2020 20:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=A4=A7=E6=90=9C=E7=B4=A2=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 07a3a687..582d9bd5 100644 --- a/style.css +++ b/style.css @@ -558,7 +558,7 @@ ul{ transform: scale(0.65); transform-origin: left top; margin-left: 5px; - margin-bottom: calc(-64px * (1 - 0.65) + 3px); + margin-bottom: calc(-64px * (1 - 0.65) + 1px); /*margin: calc(-64px * (1 - 0.63) / 2 + 3px) calc((108px - 152px) / 2);*/ /*-152 * (1 - 0.63) + 108 - 152 * 0.63,化简为108 - 152*/ } @@ -603,7 +603,7 @@ ul{ width: 152px; background-position-y: calc(-32px * 37 - 3px); margin-left: -50px; - margin-right: 50px; + margin-right: 47px; } /*队长的边框*/ .team-box .team-members .team-leader .monster{ @@ -791,6 +791,10 @@ ul{ .attrs .attr-none::before{ content: "无"; }*/ +.search-box::before{ + font-weight: bold; + font-size: 1.2em; +} .search-box>div{ margin-bottom: 5px; }