2025/02/20 문자전송 > 안심번호 사용 관련 안내 추가_수정1

This commit is contained in:
Eunjipark 2025-02-20 16:35:40 +09:00
parent c97a3bb12b
commit cb88d2c1ec
4 changed files with 4 additions and 3 deletions

View File

@ -3202,7 +3202,7 @@ function infoPop(pageUrl){
if(pageUrl == "adrvertisement1"){ if(pageUrl == "adrvertisement1"){
window.open("about:blank", 'infoPop', 'width=790, height=800, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1'); window.open("about:blank", 'infoPop', 'width=790, height=800, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1');
}else if(pageUrl == "selectMsgDataView3"){ }else if(pageUrl == "selectMsgDataView3"){
window.open("about:blank", 'infoPop', 'width=600, height=550, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1'); window.open("about:blank", 'infoPop', 'width=500, height=550, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1');
}else{ }else{
window.open("about:blank", 'infoPop', 'width=790, height=350, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1'); window.open("about:blank", 'infoPop', 'width=790, height=350, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1');
} }

View File

@ -40,7 +40,7 @@
<c:when test="${pageType == 'selectMsgDataView3'}"> <c:when test="${pageType == 'selectMsgDataView3'}">
<!-- 문자전송 안심번호 사용안내 --> <!-- 문자전송 안심번호 사용안내 -->
<div class="info_popup ad_layer adpopup01 info_guide_popup" style="min-width:500px;"> <div class="info_popup ad_layer adpopup01 info_guide_popup" style="min-width:400px;">
<div class="popup_heading"> <div class="popup_heading">
<p>안심번호(050*) 문자 발송 서비스 이용 제한 안내</p> <p>안심번호(050*) 문자 발송 서비스 이용 제한 안내</p>
</div> </div>

View File

@ -2596,7 +2596,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
.sub .election .list_bottom .pagination button{display:inline-flex;width:25px;height:30px;align-items:center;justify-content:center;} .sub .election .list_bottom .pagination button{display:inline-flex;width:25px;height:30px;align-items:center;justify-content:center;}
/*문자전송_안심번호 안내 추가*/ /*문자전송_안심번호 안내 추가*/
.top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide{margin: -11px 0 0 0; margin: 0 0 0 11px; text-indent: -11px;} .top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide{margin: 0 0 0 11px; text-indent: -11px;}
.tType1 tbody tr td.putText textarea.phone_num{height: 103px;} .tType1 tbody tr td.putText textarea.phone_num{height: 103px;}
} }

View File

@ -1253,6 +1253,7 @@
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder .tabulator-col-title{position: relative; z-index: 1;} .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder .tabulator-col-title{position: relative; z-index: 1;}
/*문자전송_안심번호 안내 추가 팝업*/ /*문자전송_안심번호 안내 추가 팝업*/
.info_guide_popup .layer_in{padding: 30px 25px 36px;}
.info_guide_popup .layer_in .info_list .center{margin: 6px 0;} .info_guide_popup .layer_in .info_list .center{margin: 6px 0;}
.info_guide_popup .layer_in .info_list li:before{content: normal;} .info_guide_popup .layer_in .info_list li:before{content: normal;}
.info_guide_popup .layer_in .info_list li .sub_te{margin: 0 0 0 8px;} .info_guide_popup .layer_in .info_list li .sub_te{margin: 0 0 0 8px;}