Merge branch 'sub' into adv

This commit is contained in:
subsub 2023-07-06 09:55:22 +09:00
commit 20a8b6cfe5
4 changed files with 39 additions and 13 deletions

View File

@ -671,7 +671,7 @@ console.log("form :: ", form);
</table> </table>
</div> </div>
</c:if> </c:if>
<div> <div class="btn_wrap">
<div class="btn_right"> <div class="btn_right">
<button type="button" class="btn_type06" onclick="fn_chasiStatusPop(); return false;">수정</button> <button type="button" class="btn_type06" onclick="fn_chasiStatusPop(); return false;">수정</button>
</div> </div>

View File

@ -38,6 +38,10 @@
</script> </script>
<style>
.popup_wrap{padding: 30px 20px;}
.popup_tit p{font-size: 17px; font-weight: 600;}
</style>
</head> </head>
<body> <body>
@ -58,7 +62,7 @@
</div> </div>
<div class="popup_cont"> <div class="popup_cont">
<div class="cont_body"> <div class="cont_body">
<div class="pop_tb_type02"> <div class="pop_tb_type04">
<table> <table>
<caption>교육일, 차시, 구분, 대상, 배정강사, 인원, 설문완료 여부 등의 정보제공</caption> <caption>교육일, 차시, 구분, 대상, 배정강사, 인원, 설문완료 여부 등의 정보제공</caption>
<colgroup> <colgroup>
@ -94,7 +98,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="pop_tb_type01"> <div class="pop_tb_type05">
<table> <table>
<caption>참석자, 응답율, 응답자, 무응답에 대한 정보를 제공/입력</caption> <caption>참석자, 응답율, 응답자, 무응답에 대한 정보를 제공/입력</caption>
<colgroup> <colgroup>
@ -134,7 +138,7 @@
</table> </table>
</div> </div>
<div class="pop_tb_type02"> <div class="pop_tb_type04">
<table> <table>
<caption>평가문항, 매우만족, 만족, 보통, 불만족, 매우 불만족 입력</caption> <caption>평가문항, 매우만족, 만족, 보통, 불만족, 매우 불만족 입력</caption>
<colgroup> <colgroup>
@ -402,16 +406,12 @@
</div> </div>
<div class="pop_btn_wrap btn_layout01"> <div class="pop_btn_wrap btn_layout01">
<div class="btn_left"> <div class="btn_left"></div>
</div>
<div class="btn_center"> <div class="btn_center">
<button type="button" class="btn_type05" id="popupSubmin" onclick="srvySendSubmit();">제출</button>
<button type="button" class="btnType05" id="popupSubmin" onclick="srvySendSubmit();">제출</button> <button type="button" class="btn_type02 tooltip-close" data-focus="sub37_pop01_close" data-focus-next="sub37_pop01">취소</button>
<button type="button" class="btnType02 tooltip-close" data-focus="sub37_pop01_close" data-focus-next="sub37_pop01">취소</button>
</div>
<div class="btn_right">
</div> </div>
<div class="btn_right"></div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -84,7 +84,6 @@
.btn_down_excel{ height: 40px; padding: 0 18px 0 41px; border: 1px solid #0e8040; margin-left: 2px; background-color: #f9f9f9; color: #0e803f; font-size: 16px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(/offedu/visitEdu/adm/publish/image/content/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; vertical-align: middle;} .btn_down_excel{ height: 40px; padding: 0 18px 0 41px; border: 1px solid #0e8040; margin-left: 2px; background-color: #f9f9f9; color: #0e803f; font-size: 16px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(/offedu/visitEdu/adm/publish/image/content/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; vertical-align: middle;}
.btn_down_excel:hover{background-color: #f2f2f2;} .btn_down_excel:hover{background-color: #f2f2f2;}
/* 기타 input select type */ /* 기타 input select type */
input[type="text"]:disabled,input[type="password"]:disabled{border: 1px solid #d5d5d5; background-color: #ededed; color: #888; height: 40px; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px;} input[type="text"]:disabled,input[type="password"]:disabled{border: 1px solid #d5d5d5; background-color: #ededed; color: #888; height: 40px; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px;}
input[type="text"],input[type="password"],select{height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; color: #222; box-sizing: border-box;} input[type="text"],input[type="password"],select{height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 0 0 14px; font-size: 16px; color: #222; box-sizing: border-box;}

View File

@ -75,6 +75,33 @@
.pop_tb_type02 td .river_area dl dd .city li ul li {margin:7px 0 6px;} .pop_tb_type02 td .river_area dl dd .city li ul li {margin:7px 0 6px;}
.pop_tb_type02 td .river_area dl dd .area_list li {font-size:16px;font-weight:400;line-height:30px;color:#222;} .pop_tb_type02 td .river_area dl dd .area_list li {font-size:16px;font-weight:400;line-height:30px;color:#222;}
.pop_tb_type04{margin-bottom: 25px; max-height: 500px; overflow-y: scroll;}
.pop_tb_type04>table{width: 100%; table-layout: fixed; border-top: 2px solid #000;}
.pop_tb_type04>table>thead>tr{border-bottom: 1px solid #e5e5e5;}
.pop_tb_type04>table>tbody>tr{border-bottom: 1px solid #e5e5e5;}
.pop_tb_type04>table>thead>tr>th,.pop_tb_type04>table>tbody>tr>th,.pop_tb_type04>table>tbody>tr>td{font-size: 15px; text-align: center; vertical-align: middle; height: 45px; padding: 0 5px;}
.pop_tb_type04>table>thead>tr>th:last-child,.pop_tb_type04>table>tbody>tr>td:last-child{border-right: 0;}
.pop_tb_type04>table>thead>tr>th{font-weight: 400; background-color: #f5f5f5;}
.pop_tb_type04>table>tbody>tr>th, .pop_tb_type04>table>tbody>tr>td {color: #555; font-weight: 300;}
.pop_tb_type04>table>tbody>tr>td input[type=text] {margin:5px 0;}
.pop_tb_type04>table .btnType01 {font-size: 15px; height: 30px; padding: 0 10px; border-radius: 5px;}
.pop_tb_type05 {margin-bottom: 40px; overflow-y: scroll; max-height: 500px;}
.pop_tb_type05>table{width: 100%; table-layout: fixed;}
.pop_tb_type05>table>tbody {border-top: 2px solid #000;}
.pop_tb_type05>table>tbody>tr{border-bottom: 1px solid #e5e5e5;}
.pop_tb_type05>table>tbody>tr>th,.pop_tb_type05>table>tbody>tr>td{ font-size: 15px; text-align: left;box-sizing: border-box;}
.pop_tb_type05>table>tbody>tr>th{background-color: #f5f5f5; font-weight: 400; vertical-align: top; padding-top: 19px; padding-left: 20px;}
.pop_tb_type05>table>tbody>tr>th p {line-height: 1.3;}
.pop_tb_type05>table>tbody>tr>td{padding: 10px 13px; height: 55px; font-weight: 300; color: #555; vertical-align: middle; line-height: 1.4;}
.pop_tb_type05>table>tbody>tr>td textarea {width: 100%; height: 80px; font-size: 16px; padding: 10px 15px; box-sizing: border-box;}
.pop_tb_type05>table>tbody>tr>td button {font-size: 15px; height: 35px; padding: 0 16px;}
.pop_tb_type05>table>tbody>tr>td .file_cf {margin: 5px 0 0 0; font-size: 15px;}
.pop_btn_wrap button{margin: 0 1px;height: 34px; padding: 0 25px;font-size: 16px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;}
.pop_btn_wrap button:first-child{margin-left: 0;}
.pop_btn_wrap button:last-child{margin-right: 0;}
/* table type03 (table 모양이지만 div로 만듦) */ /* table type03 (table 모양이지만 div로 만듦) */
.pop_tb_type03 {border-top: 2px solid #000; margin-bottom: 50px;} .pop_tb_type03 {border-top: 2px solid #000; margin-bottom: 50px;}
.pop_tb_type03 .thead {padding: 10px 20px; background-color: #f5f5f5; display: flex; align-items: center; box-sizing: border-box;} .pop_tb_type03 .thead {padding: 10px 20px; background-color: #f5f5f5; display: flex; align-items: center; box-sizing: border-box;}