From 6248d789588d739e635dffe2d9ccd94eaf4ab25b Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 14 Sep 2021 22:45:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=A7=80=EB=8F=84=EB=A5=BC=20=EB=B0=98=EC=9D=91?= =?UTF-8?q?=ED=98=95=EC=9C=BC=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login.css | 73 ++++++++++++++++++++++++++++++++++++++++++++++++--- index.php | 9 ++++--- 2 files changed, 75 insertions(+), 7 deletions(-) diff --git a/css/login.css b/css/login.css index 0dc81843..c1aaf6d1 100644 --- a/css/login.css +++ b/css/login.css @@ -127,8 +127,75 @@ input::-webkit-input-placeholder { border-radius: .2rem; } -#running_map{ - overflow: hidden; +#running_map { border: none; - width:700px; + width: 700px; +} + + +#map-subframe { + display: none; + width: 700px; +} + +@media only screen and (min-width : 360px) { + #map-subframe { + display: block; + transform: scale(calc(330 / 700)); + transform-origin: 350px 0px; + margin-bottom: -400px; + } +} + + +@media only screen and (min-width : 440px) { + #map-subframe { + transform: scale(calc(410 / 700)); + margin-bottom: -300px; + } +} + +@media only screen and (min-width : 480px) { + #map-subframe { + transform: scale(calc(450 / 700)); + margin-bottom: -250px; + } +} + + +@media only screen and (min-width : 520px) { + #map-subframe { + transform: scale(calc(490 / 700)); + margin-bottom: -200px; + } +} + +@media only screen and (min-width : 576px) { + #map-subframe { + transform: scale(calc(546 / 700)); + margin-bottom: -150px; + } +} + +@media only screen and (min-width : 640px) { + #map-subframe { + transform: scale(calc(600/700)); + margin-bottom: -100px; + } +} + + +@media only screen and (min-width : 700px) { + #map-subframe { + transform: scale(calc(670 / 700)); + margin-bottom: -20px; + } +} + + +@media only screen and (min-width : 730px) { + #map-subframe { + transform: none; + margin-bottom: 0; + } } \ No newline at end of file diff --git a/index.php b/index.php index b3d3c979..86ea421c 100644 --- a/index.php +++ b/index.php @@ -80,8 +80,8 @@ foreach (ServConfig::getServerList() as $setting) {
-

삼국지 모의전투 HiDCHe

-
+

삼국지 모의전투 HiDCHe

+

@@ -126,13 +126,14 @@ foreach (ServConfig::getServerList() as $setting) {

-
-
+
+
+
개인정보처리방침 & 이용약관
© 2020 • HideD
크롬과 파이어폭스에 최적화되어있습니다.