24/12/19 엑셀 불러오기 팝업 css 수정

This commit is contained in:
subsub 2024-12-19 17:40:55 +09:00
parent bc3cfffe34
commit 40c1516f08
2 changed files with 7 additions and 2 deletions

View File

@ -739,7 +739,7 @@ function popMore(e){
<p>엑셀 불러오기</p>
<button type="button" class="tooltip-close" id="closeBtn" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
</div>
<div class="layer_in" style="padding: 25px 30px;">
<div class="layer_in execl_upload_layer" style="padding: 25px 30px;">
<!-- <div class="list_tab_wrap2"> -->
<!-- tab button -->
<!-- <ul class="list_tab" id="tbTabl"> -->
@ -782,7 +782,7 @@ function popMore(e){
<input type="file" id="excelFile" accept=".xls, .xlsx, .txt" style="display:none"/>
<button type="button" class="excel_btn2 btnType c3"><i class="uproad"></i>엑셀, TXT파일 업로드</button>
</td> -->
<td colspan="2" style="padding:20px 0;">
<td colspan="2" style="padding:10px 0;">
<div class="file_upload_wrap" style="width:100%;display:flex;">
<div class="file_add upload_area">
<p><img src="/publish/images/content/file_add.png" alt="파일 붙여넣기">마우스로 엑셀, TXT파일을 여기에 끌어다 놓으세요</p>

View File

@ -270,6 +270,11 @@
/* .import_layer .titBox>button {height: 30px; font-size: 14px;} */
.import_layer .titBox button.excel_btn i {background-image: url(/publish/images/content/excel_img.png); width: 17px; height: 15px; margin: 0 5px 2px 0;}
.execl_upload_layer .file_add{height:55px;}
.execl_upload_layer .file_add img{width:23px;}
.execl_upload_layer .file_upload_wrap .btnType.c3{height:55px;}
.execl_upload_layer .popup_btn_wrap2{margin:0 auto !important;}
/* TXT파일 불러오기 */
.import_layer .txt_file_title p {font-size: 20px; text-align: center; margin: 30px 0;}
.import_layer .attachedFile {text-align: center; padding: 20px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}