pms6203 관련 추가 수정

This commit is contained in:
sgshin 2024-12-09 05:49:58 +00:00
parent 02dd1dd117
commit fdb907fdf6
3 changed files with 6 additions and 2 deletions

View File

@ -182,7 +182,7 @@
<th class="onreq offreq">사업자등록번호</th> <th class="onreq offreq">사업자등록번호</th>
<td>@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10", @readonly = true, @style = "background-color:#ddd;" }) <td>@Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10", @readonly = true, @style = "background-color:#ddd;" })
<a href="#" id="btnassign" class="btnassign">검색</a> <a href="#" id="btnassign" class="btnassign">검색</a>
<span class="red">※ 소속 업체가 변경된 경우 검색버튼을 눌러 현재 소속 업체의 사업자등록번호를 입력 해주세요.</span> <span class="red text-bold">※ 소속 업체가 변경된 경우 검색버튼을 눌러 현재 소속 업체의 사업자등록번호를 입력 해주세요.</span>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -1,5 +1,5 @@
<link rel="stylesheet" type="text/css" href="/css/common.css"> <link rel="stylesheet" type="text/css" href="/css/common.css">
<link rel="stylesheet" type="text/css" href="/css/style.css"> <link rel="stylesheet" type="text/css" href="/css/style.css?v=20241205">
<link rel="stylesheet" type="text/css" href="/css/mypage.css"> <link rel="stylesheet" type="text/css" href="/css/mypage.css">
<link rel="stylesheet" type="text/css" href="/css/lecture.css"> <link rel="stylesheet" type="text/css" href="/css/lecture.css">
<link rel="stylesheet" type="text/css" href="/css/slick.css"> <link rel="stylesheet" type="text/css" href="/css/slick.css">

View File

@ -86,6 +86,10 @@ body {
color: #0047a7; color: #0047a7;
} }
.text-bold {
font-weight: bold;
}
/* GNB */ /* GNB */
@media (min-width:1221px) { @media (min-width:1221px) {