From df86f86ddf0452d975ef7338c4f1edc12fc0b30b Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Tue, 9 Nov 2021 23:52:45 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20-=20{512}=20FO/css/mypage.css=20FO/Views/My/LectureOn/cshtml?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=EC=9E=90=20=EA=B5=90=EC=9C=A1=EC=9D=BC?= =?UTF-8?q?=EC=A0=95=EB=B3=80=EA=B2=BD=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=EB=AC=B8=EA=B5=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/My/LectureOn.cshtml | 5 ++++- FO/css/mypage.css | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/FO/Views/My/LectureOn.cshtml b/FO/Views/My/LectureOn.cshtml index 696e610..6584b60 100644 --- a/FO/Views/My/LectureOn.cshtml +++ b/FO/Views/My/LectureOn.cshtml @@ -2,6 +2,9 @@ @{ } +
+

※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.

+
@@ -56,7 +59,7 @@
@if (Model.Lects.Count() < 1) { -
- 수강중인 강좌가 없습니다.
+
- 일정을 변경할 교육이 없습니다.
}
@Html.HiddenFor(m => m.intval) diff --git a/FO/css/mypage.css b/FO/css/mypage.css index af2ee69..836a276 100644 --- a/FO/css/mypage.css +++ b/FO/css/mypage.css @@ -255,6 +255,7 @@ .mt0 {margin-top:0 !important;} .mpgName {height:60px; line-height:60px; margin-bottom:10px; font-size:15pt;} .mpgInfo {padding:20px; background:#ecf4fb; margin-bottom:30px;} +.mpgInfored {background:#fbecec;} .mpgInfo li {font-size:11pt; color:#000; padding-left:8px; position:relative; margin-bottom:5px; font-weight:300;} .mpgInfo li:last-child {margin-bottom:0;} .mpgInfo li:before {content:""; display:block; width:2px; height:2px; background:#888; position:absolute; left:0; top:10px; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%;}