From d35738fd9e799e62347278d41b558f65f5e2d14d Mon Sep 17 00:00:00 2001 From: jity7777 Date: Tue, 19 Mar 2024 06:45:40 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=204494=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/Shared/Partial/MobileChk.cshtml | 2 +- Base/Controller/ACommon.cs | 2 +- FO/css/style.css | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/BO/Views/Shared/Partial/MobileChk.cshtml b/BO/Views/Shared/Partial/MobileChk.cshtml index b8b4678..dc682d0 100644 --- a/BO/Views/Shared/Partial/MobileChk.cshtml +++ b/BO/Views/Shared/Partial/MobileChk.cshtml @@ -119,6 +119,6 @@ focus("mobile_lakey"); return; } - capp("/aocommon/chklakey", { lakey: $("#mobile_lakey").val(), authno: authno }, "@(_method)"); + capp("/aocommon/chklakey", { lakey: $("#mobile_lakey").val(), authno: authno }, "@( )"); } \ No newline at end of file diff --git a/Base/Controller/ACommon.cs b/Base/Controller/ACommon.cs index e0fbbc2..1db4e0f 100644 --- a/Base/Controller/ACommon.cs +++ b/Base/Controller/ACommon.cs @@ -672,7 +672,7 @@ namespace NP.Base.Controllers } - result += "\t
  • 교육신청
  • \n"; + result += "\t
  • 일정확인교육신청
  • \n"; string path = Server.MapPath("~/") + "\\Content\\homeDepth2.htm"; System.IO.StreamWriter sw = new System.IO.StreamWriter(path, false, System.Text.Encoding.UTF8); diff --git a/FO/css/style.css b/FO/css/style.css index 0b42004..17e7156 100644 --- a/FO/css/style.css +++ b/FO/css/style.css @@ -876,13 +876,18 @@ body { a.msBtn { display: block; - height: 130px; - line-height: 130px; + line-height: 30px; text-align: center; font-size: 16pt; color: #fff; + margin-top: 20px; } + a.msBtn span { + display: inline-block; + width: 100%; + } + .msBtn:after { content: ''; display: inline-block; @@ -1041,6 +1046,10 @@ a.msBtn { font-size: 14pt; } + a.msBtn span { + display: inline; + } + .msBtn:after { width: 22px; height: 12px;