subsub 2023-12-07
2023/12/07 선거문자 구조 변경
@ff31b44c18d629e67ec7ca85de7457bd926e73ff
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -598,6 +598,9 @@
 /* 2023/12/01 선거문자 - 20건문자(수동문자)전송 추가 */
 /* .sub .election .receipt_number_table_wrap .listType{height:346px;} */
 .sub .election .receipt_number_table_wrap .listType{height:351px;}
+.sub .election .receipt_number_table_wrap .put_left{width:calc(100% - 26%);border:0;padding:0;background:#fff;}
+.sub .election .receipt_number_table_wrap .put_left .listType,.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;}
+.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;}
 .sub .election .receipt_number_table_wrap .receipt_number_table tbody{height:calc(100% - 38px);}
 .sub .election .receipt_number_table_wrap .receipt_number_table thead tr,.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr{border-top:0;}
 .sub .election .receipt_number_table_wrap .receipt_number_table th,.sub .election .receipt_number_table_wrap .receipt_number_table td{position:relative;}
@@ -609,12 +612,12 @@
 .sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td{height:29px;background:transparent;border:0;border-bottom:1px solid #e5e6e7;padding:0 3px;}
 .sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td input{width:60px;}
 .sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td label{display:inline-block;width:calc(100% - 64px);}
-.sub .election .receipt_number_table_wrap .put_right .receipt_info{width:calc(100% - 10px);height:calc(100% - 143px);background:#f2f2f2;margin:10px 0 0 10px;padding:10px;border-radius:5px;box-sizing:border-box;}
+.sub .election .receipt_number_table_wrap .put_right .receipt_info{width:calc(100% - 10px);height:calc(100% - 193px);background:#f2f2f2;margin:10px 0 0 10px;padding:10px;border-radius:5px;box-sizing:border-box;}
 .sub .election .receipt_number_table_wrap .put_right .receipt_info dt{font-size:15px;font-weight:500;margin:0 0 8px 0;}
 .sub .election .receipt_number_table_wrap .put_right .receipt_info dd{font-size:14px;text-align:right;background:#fff;margin:0 0 8px 0;padding:3px 6px;border-radius:5px;}
 .sub .election .receipt_number_table_wrap .put_right .receipt_info dd:last-child{margin:0 0 0 0;}
 .sub .election .receipt_number_table_wrap .put_right .receipt_info dd b{font-size:16px;font-weight:500;}
-.sub .election .list_bottom{display:flex;width:74%;align-items:center;justify-content:space-between;padding:0 0 10px 0;}
+.sub .election .list_bottom{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 0 10px 0;}
 .sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;}
 .sub .election .list_bottom .pagination button{height:32px;}
 .sub .election .list_bottom .list_bottom_right{float:none;display:inline-flex;justify-content:flex-end;}
src/main/webapp/publish/sub_election_2023.html
--- src/main/webapp/publish/sub_election_2023.html
+++ src/main/webapp/publish/sub_election_2023.html
@@ -1332,40 +1332,8 @@
 													<span><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span>
 												</div>
 												<div class="receipt_num_midde receipt_number_table_wrap">
+													<div class="put_left">
 													<div class="listType list">
-														<!-- <table class="receipt_number_table">
-															<colgroup>
-																<col style="width:60px;">
-																<col style="width:calc((100% - 60px)/2);">
-																<col style="width:60px;">
-																<col style="width:calc((100% - 60px)/2);">
-															</colgroup>
-															<thead>
-																<tr>
-																	<th></th>
-																	<th>번호
-																		<button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button>
-																		<button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button>
-																	</th>
-																	<th></th>
-																	<th>번호
-																		<button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button>
-																		<button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button>
-																	</th>
-																</tr>
-															</thead>
-															<tbody>
-																<tr>
-																	<td colspan="2" class="ui-widget-content">
-																		<input type="checkbox" id="check1" name="receipt_number_check">
-																		<label for="check1">010-1234-5678</label></td>
-																	<td colspan="2" class="ui-widget-content">
-																		<input type="checkbox" id="check2" name="receipt_number_check">
-																		<label for="check2">010-1234-5678</label></td>
-																</tr>
-															</tbody>
-														</table> -->
-
 														<ul class="thead_ul table_ul">
 															<li></li>
 															<li>
@@ -1461,6 +1429,30 @@
 															</li>
 														</ul>
 													</div>
+													<div class="list_bottom">
+													<ul class="pagination">
+														<li class="page_first"><a href="#" title="첫페이지" onclick="customSampleListAjax(1);return false;"><button type="button"><img src="/publish/images/content/page_first.png" alt="첫페이지"></button></a></li>
+														<li class="page_prev"><a href="#" title="이전10페이지" onclick="customSampleListAjax(1);return false;"><button type="button"><img src="/publish/images/content/page_prev.png" alt="이전10페이지"></button></a></li>
+														<li class="on"><button type="button"><a href="#" title="현재페이지">1</a></button></li>
+														<li><button type="button" onclick="customSampleListAjax(2);return false;"><a href="#" title="2페이지">2</a></button></li>
+														<li><button type="button" onclick="customSampleListAjax(3);return false;"><a href="#" title="3페이지">3</a></button></li>
+														<li><button type="button" onclick="customSampleListAjax(4);return false;"><a href="#" title="4페이지">4</a></button></li>
+														<li><button type="button" onclick="customSampleListAjax(5);return false;"><a href="#" title="5페이지">5</a></button></li>
+														<li class="page_next"><a href="#" title="다음10페이지" onclick="customSampleListAjax(11);return false;"><button type="button"><img src="/publish/images/content/page_next.png" alt="다음10페이지"></button></a></li>
+														<li class="page_last"><a href="#" title="마지막페이지" onclick="customSampleListAjax(52);return false;"><button type="button"><img src="/publish/images/content/page_last.png" alt="마지막페이지"></button></a></li>
+													</ul>
+													<div class="list_bottom_right">
+														<button type="button" class="btnType btn_gray fill">초기화</button>
+														<div class="btn_popup_wrap">
+															<button type="button" class="btnType btn_yellow fill btn_check_one">1명씩 선택<i class="qmMark"></i></button>
+															<div class="error_hover_cont send_hover_cont">
+																<p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p>
+																<span>(예시) 010-1234-0001(O) / 010-123-0001(X)</span>
+															</div>
+														</div>
+													</div>
+												</div>
+													</div>
 													<div class="put_right">
 														<button type="button" class="btnType btnType7">주소록 불러오기</button>
 														<button type="button" class="btnType btnType7">엑셀 불러오기</button>
@@ -1486,30 +1478,9 @@
 															</dd>
 														</dl>
 													</div>
+													
 												</div>
-												<div class="list_bottom">
-													<ul class="pagination">
-														<li class="page_first"><a href="#" title="첫페이지" onclick="customSampleListAjax(1);return false;"><button type="button"><img src="/publish/images/content/page_first.png" alt="첫페이지"></button></a></li>
-														<li class="page_prev"><a href="#" title="이전10페이지" onclick="customSampleListAjax(1);return false;"><button type="button"><img src="/publish/images/content/page_prev.png" alt="이전10페이지"></button></a></li>
-														<li class="on"><button type="button"><a href="#" title="현재페이지">1</a></button></li>
-														<li><button type="button" onclick="customSampleListAjax(2);return false;"><a href="#" title="2페이지">2</a></button></li>
-														<li><button type="button" onclick="customSampleListAjax(3);return false;"><a href="#" title="3페이지">3</a></button></li>
-														<li><button type="button" onclick="customSampleListAjax(4);return false;"><a href="#" title="4페이지">4</a></button></li>
-														<li><button type="button" onclick="customSampleListAjax(5);return false;"><a href="#" title="5페이지">5</a></button></li>
-														<li class="page_next"><a href="#" title="다음10페이지" onclick="customSampleListAjax(11);return false;"><button type="button"><img src="/publish/images/content/page_next.png" alt="다음10페이지"></button></a></li>
-														<li class="page_last"><a href="#" title="마지막페이지" onclick="customSampleListAjax(52);return false;"><button type="button"><img src="/publish/images/content/page_last.png" alt="마지막페이지"></button></a></li>
-													</ul>
-													<div class="list_bottom_right">
-														<button type="button" class="btnType btn_gray fill">초기화</button>
-														<div class="btn_popup_wrap">
-															<button type="button" class="btnType btn_yellow fill btn_check_one">1명씩 선택<i class="qmMark"></i></button>
-															<div class="error_hover_cont send_hover_cont">
-																<p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p>
-																<span>(예시) 010-1234-0001(O) / 010-123-0001(X)</span>
-															</div>
-														</div>
-													</div>
-												</div>
+												
 											</div>
 										</td>
 									</tr>
Add a comment
List