Merge branch 'advc' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git into advc
This commit is contained in:
commit
ac6d695b1b
@ -675,6 +675,35 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.sub .election .receipt_number_table_wrap .tbody_ul li label{width:calc(100% - 60px);}
|
||||
.sub .election .send_hover_cont p{line-height:1.5;}
|
||||
|
||||
/* 2024/10/21 선거문자 - 20건문자(수동문자) 20줄 */
|
||||
.sub .election .table_20{justify-content:space-between;}
|
||||
.sub .election .table_20 .put_left{width:calc(100% - 240px);}
|
||||
.sub .election .table_20 .put_left .list_top{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 10px 0;}
|
||||
.sub .election .table_20 .put_left .receipt_total_text{font-size:16px;}
|
||||
.sub .election .table_20 .put_left .receipt_total_text span{font-weight:500;}
|
||||
.sub .election .table_20 .put_left .list_top .btnType9{width:80px;height:30px;font-size:15px;font-weight:400;}
|
||||
.sub .election .table_20 .put_right{width:225px;max-width:225px;align-self:flex-end;margin:0 0 50px 0;}
|
||||
.sub .election .table_20 .put_right .receipt_info{height:auto;padding:20px 15px;}
|
||||
.sub .election .table_20 .tbody_ul.table_ul_20 li{width:100%;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 li:nth-child(2n)::after{display:block;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 .input_wrap{width:60px;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 .td_name{width:20%;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 .td_number{width:40%;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 .td_status{width:calc(40% - 60px);}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 div{position:relative;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20 div::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);}
|
||||
.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li:last-child{border-bottom:0;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li,.sub .election .receipt_number_table_wrap .table_ul.table_ul_20.tbody_ul li:only-child:last-child{border-bottom:1px solid #e5e5e5;}
|
||||
.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li::after,
|
||||
.sub .election .table_20 .table_ul.table_ul_20.tbody_ul div:last-child::after{display:none;}
|
||||
.sub .election .table_20 .list_bottom_right label{margin:0 0 0 8px;}
|
||||
.sub .election .table_20 .put_right .selType2{width:100%;height:30px;border:0;}
|
||||
.sub .election .table_20 .put_right dd.send_box{padding:10px 15px;}
|
||||
.sub .election .table_20 .put_right dd.send_box .title{font-size:15px;font-weight:500;text-align:left;}
|
||||
.sub .election .table_20 .put_right dd.send_box .send_number b{font-size:20px;}
|
||||
.sub .election .table_20 .put_right dd.cf_box{font-size:14px;padding:0;background:transparent;text-align:left;}
|
||||
.sub .election .table_20 .put_right dd.cf_box span{font-weight:500;}
|
||||
|
||||
/* send_bottom */
|
||||
.send_bottom {position: relative;margin: 60px 0 0 0;}
|
||||
.send_bottom .bottom_content {background-color: #fff;padding: 40px;border-radius: 10px;}
|
||||
|
||||
2448
src/main/webapp/publish/sub_election_v2024.html
Normal file
2448
src/main/webapp/publish/sub_election_v2024.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user