<기능개선>

통합테스트목록 - {512}
FO/css/mypage.css
FO/Views/My/LectureOn/cshtml
사용자 교육일정변경페이지 안내문구 추가
This commit is contained in:
kdh0120 2021-11-09 23:52:45 +00:00
parent 227918b51a
commit df86f86ddf
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,9 @@
@{
}
<div class="mpgInfo mpgInfored">
<p style="color: red; font-size:20px;">※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.</p>
</div>
<table class="lctAply">
<thead>
<tr>
@ -56,7 +59,7 @@
</table>
@if (Model.Lects.Count() < 1)
{
<div style="text-align: center; padding: 20px;">- 수강중인 강좌가 없습니다.</div>
<div style="text-align: center; padding: 20px;">- 일정을 변경할 교육이 없습니다.</div>
}
<form id="mform" method="post" action="">
@Html.HiddenFor(m => m.intval)

View File

@ -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%;}