2023/12/07 선거문자 구조 변경
@ff31b44c18d629e67ec7ca85de7457bd926e73ff
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -598,6 +598,9 @@ |
| 598 | 598 |
/* 2023/12/01 선거문자 - 20건문자(수동문자)전송 추가 */ |
| 599 | 599 |
/* .sub .election .receipt_number_table_wrap .listType{height:346px;} */
|
| 600 | 600 |
.sub .election .receipt_number_table_wrap .listType{height:351px;}
|
| 601 |
+.sub .election .receipt_number_table_wrap .put_left{width:calc(100% - 26%);border:0;padding:0;background:#fff;}
|
|
| 602 |
+.sub .election .receipt_number_table_wrap .put_left .listType,.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;}
|
|
| 603 |
+.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;}
|
|
| 601 | 604 |
.sub .election .receipt_number_table_wrap .receipt_number_table tbody{height:calc(100% - 38px);}
|
| 602 | 605 |
.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;}
|
| 603 | 606 |
.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 @@ |
| 609 | 612 |
.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;}
|
| 610 | 613 |
.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td input{width:60px;}
|
| 611 | 614 |
.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td label{display:inline-block;width:calc(100% - 64px);}
|
| 612 |
-.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;}
|
|
| 615 |
+.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;}
|
|
| 613 | 616 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info dt{font-size:15px;font-weight:500;margin:0 0 8px 0;}
|
| 614 | 617 |
.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;}
|
| 615 | 618 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info dd:last-child{margin:0 0 0 0;}
|
| 616 | 619 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info dd b{font-size:16px;font-weight:500;}
|
| 617 |
-.sub .election .list_bottom{display:flex;width:74%;align-items:center;justify-content:space-between;padding:0 0 10px 0;}
|
|
| 620 |
+.sub .election .list_bottom{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 0 10px 0;}
|
|
| 618 | 621 |
.sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;}
|
| 619 | 622 |
.sub .election .list_bottom .pagination button{height:32px;}
|
| 620 | 623 |
.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
... | ... | @@ -1332,40 +1332,8 @@ |
| 1332 | 1332 |
<span><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span> |
| 1333 | 1333 |
</div> |
| 1334 | 1334 |
<div class="receipt_num_midde receipt_number_table_wrap"> |
| 1335 |
+ <div class="put_left"> |
|
| 1335 | 1336 |
<div class="listType list"> |
| 1336 |
- <!-- <table class="receipt_number_table"> |
|
| 1337 |
- <colgroup> |
|
| 1338 |
- <col style="width:60px;"> |
|
| 1339 |
- <col style="width:calc((100% - 60px)/2);"> |
|
| 1340 |
- <col style="width:60px;"> |
|
| 1341 |
- <col style="width:calc((100% - 60px)/2);"> |
|
| 1342 |
- </colgroup> |
|
| 1343 |
- <thead> |
|
| 1344 |
- <tr> |
|
| 1345 |
- <th></th> |
|
| 1346 |
- <th>번호 |
|
| 1347 |
- <button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button> |
|
| 1348 |
- <button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button> |
|
| 1349 |
- </th> |
|
| 1350 |
- <th></th> |
|
| 1351 |
- <th>번호 |
|
| 1352 |
- <button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button> |
|
| 1353 |
- <button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button> |
|
| 1354 |
- </th> |
|
| 1355 |
- </tr> |
|
| 1356 |
- </thead> |
|
| 1357 |
- <tbody> |
|
| 1358 |
- <tr> |
|
| 1359 |
- <td colspan="2" class="ui-widget-content"> |
|
| 1360 |
- <input type="checkbox" id="check1" name="receipt_number_check"> |
|
| 1361 |
- <label for="check1">010-1234-5678</label></td> |
|
| 1362 |
- <td colspan="2" class="ui-widget-content"> |
|
| 1363 |
- <input type="checkbox" id="check2" name="receipt_number_check"> |
|
| 1364 |
- <label for="check2">010-1234-5678</label></td> |
|
| 1365 |
- </tr> |
|
| 1366 |
- </tbody> |
|
| 1367 |
- </table> --> |
|
| 1368 |
- |
|
| 1369 | 1337 |
<ul class="thead_ul table_ul"> |
| 1370 | 1338 |
<li></li> |
| 1371 | 1339 |
<li> |
... | ... | @@ -1461,6 +1429,30 @@ |
| 1461 | 1429 |
</li> |
| 1462 | 1430 |
</ul> |
| 1463 | 1431 |
</div> |
| 1432 |
+ <div class="list_bottom"> |
|
| 1433 |
+ <ul class="pagination"> |
|
| 1434 |
+ <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> |
|
| 1435 |
+ <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> |
|
| 1436 |
+ <li class="on"><button type="button"><a href="#" title="현재페이지">1</a></button></li> |
|
| 1437 |
+ <li><button type="button" onclick="customSampleListAjax(2);return false;"><a href="#" title="2페이지">2</a></button></li> |
|
| 1438 |
+ <li><button type="button" onclick="customSampleListAjax(3);return false;"><a href="#" title="3페이지">3</a></button></li> |
|
| 1439 |
+ <li><button type="button" onclick="customSampleListAjax(4);return false;"><a href="#" title="4페이지">4</a></button></li> |
|
| 1440 |
+ <li><button type="button" onclick="customSampleListAjax(5);return false;"><a href="#" title="5페이지">5</a></button></li> |
|
| 1441 |
+ <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> |
|
| 1442 |
+ <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> |
|
| 1443 |
+ </ul> |
|
| 1444 |
+ <div class="list_bottom_right"> |
|
| 1445 |
+ <button type="button" class="btnType btn_gray fill">초기화</button> |
|
| 1446 |
+ <div class="btn_popup_wrap"> |
|
| 1447 |
+ <button type="button" class="btnType btn_yellow fill btn_check_one">1명씩 선택<i class="qmMark"></i></button> |
|
| 1448 |
+ <div class="error_hover_cont send_hover_cont"> |
|
| 1449 |
+ <p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p> |
|
| 1450 |
+ <span>(예시) 010-1234-0001(O) / 010-123-0001(X)</span> |
|
| 1451 |
+ </div> |
|
| 1452 |
+ </div> |
|
| 1453 |
+ </div> |
|
| 1454 |
+ </div> |
|
| 1455 |
+ </div> |
|
| 1464 | 1456 |
<div class="put_right"> |
| 1465 | 1457 |
<button type="button" class="btnType btnType7">주소록 불러오기</button> |
| 1466 | 1458 |
<button type="button" class="btnType btnType7">엑셀 불러오기</button> |
... | ... | @@ -1486,30 +1478,9 @@ |
| 1486 | 1478 |
</dd> |
| 1487 | 1479 |
</dl> |
| 1488 | 1480 |
</div> |
| 1481 |
+ |
|
| 1489 | 1482 |
</div> |
| 1490 |
- <div class="list_bottom"> |
|
| 1491 |
- <ul class="pagination"> |
|
| 1492 |
- <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> |
|
| 1493 |
- <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> |
|
| 1494 |
- <li class="on"><button type="button"><a href="#" title="현재페이지">1</a></button></li> |
|
| 1495 |
- <li><button type="button" onclick="customSampleListAjax(2);return false;"><a href="#" title="2페이지">2</a></button></li> |
|
| 1496 |
- <li><button type="button" onclick="customSampleListAjax(3);return false;"><a href="#" title="3페이지">3</a></button></li> |
|
| 1497 |
- <li><button type="button" onclick="customSampleListAjax(4);return false;"><a href="#" title="4페이지">4</a></button></li> |
|
| 1498 |
- <li><button type="button" onclick="customSampleListAjax(5);return false;"><a href="#" title="5페이지">5</a></button></li> |
|
| 1499 |
- <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> |
|
| 1500 |
- <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> |
|
| 1501 |
- </ul> |
|
| 1502 |
- <div class="list_bottom_right"> |
|
| 1503 |
- <button type="button" class="btnType btn_gray fill">초기화</button> |
|
| 1504 |
- <div class="btn_popup_wrap"> |
|
| 1505 |
- <button type="button" class="btnType btn_yellow fill btn_check_one">1명씩 선택<i class="qmMark"></i></button> |
|
| 1506 |
- <div class="error_hover_cont send_hover_cont"> |
|
| 1507 |
- <p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p> |
|
| 1508 |
- <span>(예시) 010-1234-0001(O) / 010-123-0001(X)</span> |
|
| 1509 |
- </div> |
|
| 1510 |
- </div> |
|
| 1511 |
- </div> |
|
| 1512 |
- </div> |
|
| 1483 |
+ |
|
| 1513 | 1484 |
</div> |
| 1514 | 1485 |
</td> |
| 1515 | 1486 |
</tr> |
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?