<기능개선>
1. PMS NO : 4494 2. (주요)작업내용 (1) 화면 수정 및 스타일 변경 커밋
This commit is contained in:
parent
799c9342f3
commit
d35738fd9e
|
|
@ -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 }, "@( )");
|
||||
}
|
||||
</script>
|
||||
|
|
@ -672,7 +672,7 @@ namespace NP.Base.Controllers
|
|||
|
||||
|
||||
}
|
||||
result += "\t<li><a href=\"#\" class=\"msBtn\">교육신청</a></li>\n";
|
||||
result += "\t<li><a href=\"#\" class=\"msBtn\"><span>일정확인</span><span> 및 </span>교육신청</a></li>\n";
|
||||
string path = Server.MapPath("~/") + "\\Content\\homeDepth2.htm";
|
||||
|
||||
System.IO.StreamWriter sw = new System.IO.StreamWriter(path, false, System.Text.Encoding.UTF8);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue