--- src/main/webapp/WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp
... | ... | @@ -739,7 +739,7 @@ |
| 739 | 739 |
<p>엑셀 불러오기</p> |
| 740 | 740 |
<button type="button" class="tooltip-close" id="closeBtn" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
| 741 | 741 |
</div> |
| 742 |
- <div class="layer_in" style="padding: 25px 30px;"> |
|
| 742 |
+ <div class="layer_in execl_upload_layer" style="padding: 25px 30px;"> |
|
| 743 | 743 |
<!-- <div class="list_tab_wrap2"> --> |
| 744 | 744 |
<!-- tab button --> |
| 745 | 745 |
<!-- <ul class="list_tab" id="tbTabl"> --> |
... | ... | @@ -782,7 +782,7 @@ |
| 782 | 782 |
<input type="file" id="excelFile" accept=".xls, .xlsx, .txt" style="display:none"/> |
| 783 | 783 |
<button type="button" class="excel_btn2 btnType c3"><i class="uproad"></i>엑셀, TXT파일 업로드</button> |
| 784 | 784 |
</td> --> |
| 785 |
- <td colspan="2" style="padding:20px 0;"> |
|
| 785 |
+ <td colspan="2" style="padding:10px 0;"> |
|
| 786 | 786 |
<div class="file_upload_wrap" style="width:100%;display:flex;"> |
| 787 | 787 |
<div class="file_add upload_area"> |
| 788 | 788 |
<p><img src="/publish/images/content/file_add.png" alt="파일 붙여넣기">마우스로 엑셀, TXT파일을 여기에 끌어다 놓으세요</p> |
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
... | ... | @@ -270,6 +270,11 @@ |
| 270 | 270 |
/* .import_layer .titBox>button {height: 30px; font-size: 14px;} */
|
| 271 | 271 |
.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;}
|
| 272 | 272 |
|
| 273 |
+.execl_upload_layer .file_add{height:55px;}
|
|
| 274 |
+.execl_upload_layer .file_add img{width:23px;}
|
|
| 275 |
+.execl_upload_layer .file_upload_wrap .btnType.c3{height:55px;}
|
|
| 276 |
+.execl_upload_layer .popup_btn_wrap2{margin:0 auto !important;}
|
|
| 277 |
+ |
|
| 273 | 278 |
/* TXT파일 불러오기 */ |
| 274 | 279 |
.import_layer .txt_file_title p {font-size: 20px; text-align: center; margin: 30px 0;}
|
| 275 | 280 |
.import_layer .attachedFile {text-align: center; padding: 20px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?