2024/02/15 테이블, 버튼 스타일, 텍스트 클래스 변경

This commit is contained in:
kmg 2024-02-15 12:19:36 +09:00
parent c68a02b88d
commit 0df506a100
3 changed files with 16 additions and 13 deletions

View File

@ -464,10 +464,10 @@ $( document ).ready(function(){
<div class="tb_type02">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
<col style="width: 210px;">
<col style="width: auto;">
<col style="width: 150px;">
<col style="width: ;">
<col style="width: ;">
<col style="width: ;">
</colgroup>
<tbody>
@ -483,11 +483,11 @@ $( document ).ready(function(){
<input type="file" name="file" id="file" style="display:none"
accept=".txt, .xls, .xlsx"
onchange="changeValue(this); return false;"/>
<button type="button" class="btnType btnType9"
<button type="button" class="btn_type06"
onclick="document.all.file.click(); return false;"
>파일첨부</button>
<%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001280&fileSn=0" target="_blank">sample</a></span> --%>
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001236&fileSn=0" target="_blank">sample</a></span>
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001236&fileSn=0" target="_blank">샘플 다운로드</a></span>
</td>
</tr>
</tbody>

View File

@ -388,10 +388,10 @@ $( document ).ready(function(){
<div class="tb_type02">
<table>
<colgroup>
<col style="width: 210px;">
<col style="width: auto;">
<col style="width: 210px;">
<col style="width: auto;">
<col style="width: 150px;">
<col style="width: ;">
<col style="width: ;">
<col style="width: ;">
</colgroup>
<tbody>
@ -407,10 +407,10 @@ $( document ).ready(function(){
<input type="file" name="file" id="file" style="display:none"
accept=".txt, .xls, .xlsx"
onchange="changeValue(this); return false;"/>
<button type="button" class="btnType btnType9"
<button type="button" class="btn_type06"
onclick="document.all.file.click(); return false;"
>파일첨부</button>
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001232&fileSn=0" target="_blank">sample</a></span>
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001232&fileSn=0" target="_blank">샘플 다운로드</a></span>
<%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001269&fileSn=0" target="_blank">sample</a></span> --%>
</td>
</tr>

View File

@ -480,3 +480,6 @@ input[type="text"].input_time {width: 50px;}
.check_pop .cont_popup .id_wrap .id_check3 .btnType03:hover{background-color: #546a89;}
.check_pop .cont_popup .id_check2 span{margin-right: 5px;}
.check_pop .cont_popup .btn_wrap{text-align: center;}
.req_text1{display: inline-block; font-size: 16px; font-weight:400; vertical-align: middle; padding:0 5px;}
.req_text1 a {text-decoration:underline; color:#3a72db; font-size:15px; font-weight:500; padding:0 0 0 16px;}