2024/01/19 선거문자 받는사람 하단 버튼 레이아웃 수정

This commit is contained in:
subsub 2024-01-19 15:43:31 +09:00
parent 4eb0e24309
commit 9f7d8c78e4

View File

@ -408,7 +408,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
.list_bottom .list_bottom_right {float: right; font-size: 16px; display: flex;}
.list_bottom .list_bottom_right p {line-height: 36px;}
.list_bottom .list_bottom_right span {font-size: 20px; font-weight: 600 !important;}
.list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 300; background-color: #6a6c72; color: #fff; margin-left: 10px;}
.list_bottom .list_bottom_right .address_reg2 {height: 36px; padding: 0 10px; border-radius: 5px;font-weight: 400; background-color: #6a6c72; color: #fff; margin-left: 10px;}
.list_bottom .remove_btnWrap .address_reg2 {width: calc(100% - 246px); background-color: #6a6c72; color: #fff; border-radius: 5px; font-weight: 300;}
.list_bottom .remove_btnWrap .check_validity {height: 32px; position: absolute; right: 0;}
@ -619,10 +619,12 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
.sub .election .receipt_number_table_wrap .put_right .receipt_info dd b{font-size:16px;font-weight:500;}
.sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset{font-size:14px;font-weight:500;color:#333;}
.sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset i{display:inline-block;width:15px;height:13px;margin:-1px 2px 0 0;background:url(/publish/images/icon_reset.png) no-repeat center center;}
.sub .election .list_bottom{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 0 10px 0;}
.sub .election .list_bottom{display:flex;width:94.8%;align-items:center;justify-content:space-between;padding:0 0 10px 0;}
.sub .election .receipt_number_table_wrap .list_bottom{width:100%;}
.sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;}
.sub .election .list_bottom .pagination button{display:inline-flex;align-items:center;justify-content:center;height:32px;}
.sub .election .list_bottom .list_bottom_right{float:none;display:inline-flex;justify-content:flex-end;}
.sub .election .list_bottom .list_bottom_right{float:none;display:inline-flex;justify-content:flex-end;align-items:center;}
.sub .election .list_bottom .list_bottom_right p{margin:0 10px 0 0;}
.sub .election .list_bottom .list_bottom_right button{width:95px;height:32px;font-size:14px;padding:0 2px;font-weight:400 !important;}
.sub .election .list_bottom .list_bottom_right>button{margin:0 4px 0 0;}
.sub .election .list_bottom .list_bottom_right .btn_yellow{display:inline-flex;align-items:center;justify-content:center;padding:0 2px;}
@ -2022,6 +2024,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
.send_top {margin: 0 30px;}
.send_bottom {margin: 60px 30px 0 30px;}
.list_bottom {width: calc(100% - 200px);}
.sub .election .list_bottom{width:calc(100% - 100px)}
.area_tabcontent.photo_sample {min-height:737px;}
/* .area_tabcontent.photo_sample li {height:355.5px;} */
.area_tabcontent.photo_sample li .photo_cont {max-height:307.5px;}
@ -2183,7 +2186,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
.rev_admin_cont .select_btnWrap .btn_right .select_btn{width: 105px;}
/* 선거문자 */
.sub .election .list_bottom{width:100%;}
.sub .election .list_bottom{width:calc(100% - 154px);}
.sub .election .receipt_number_table_wrap .list_bottom{width:100%;}
.sub .election .list_bottom .list_bottom_right button{height:30px;font-size:14px;letter-spacing:-1.4px;}
.sub .election .list_bottom .pagination button{display:inline-flex;width:25px;height:30px;align-items:center;justify-content:center;}
}