203/08/22 조정신청 3단계 신청취지/이유 말풍선

This commit is contained in:
subsub 2023-08-22 11:21:58 +09:00
parent 0f2c38045a
commit d0b8061006
2 changed files with 17 additions and 6 deletions

View File

@ -36,6 +36,7 @@
.mr15{margin-right: 15px !important;} .mr15{margin-right: 15px !important;}
.btn_wrap.btn_layout03 .btn_right{text-align: right} .btn_wrap.btn_layout03 .btn_right{text-align: right}
.btn_wrap.btn_layout03 .btnType01{height: 46px} .btn_wrap.btn_layout03 .btnType01{height: 46px}
.hover_content_wrap .hover_content_box{left: -31px; top: 47px;text-align: center;}
@media all and (max-width: 540px){ @media all and (max-width: 540px){
.btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;} .btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;}
@ -115,7 +116,7 @@ function fn_adjstReq_preview() {
<c:import url="/web/kccadr/adjst/none/adjstReqStatusProcess.do"/> <c:import url="/web/kccadr/adjst/none/adjstReqStatusProcess.do"/>
<div class="tb_wrap"> <div class="tb_wrap">
<div class="tb_top"> <div class="tb_top">
<p>신청인 취지/원인</p> <p>신청인 취지/이유</p>
</div> </div>
<table class="tbType01" id="adjstInfo"> <table class="tbType01" id="adjstInfo">
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보입력</caption> <caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보입력</caption>
@ -135,9 +136,14 @@ function fn_adjstReq_preview() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row"> <th scope="row" class="hover_content_wrap">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>신청취지</p> <div class="hover_content_wrap" style="display: inline-block;">
신청취지
<div class="hover_content_box">
조정을 통해 궁극적으로 얻고자 하는 결과
</div>
</div>
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('01'); return false;" title="예문 팝업 열림">예문</button> <button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('01'); return false;" title="예문 팝업 열림">예문</button>
</th> </th>
<td> <td>
@ -148,7 +154,12 @@ function fn_adjstReq_preview() {
<tr> <tr>
<th scope="row"> <th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>신청이유</p> <div class="hover_content_wrap" style="display: inline-block;">
신청이유
<div class="hover_content_box">
조정신청에 이르게 된 사건의 배경<br>(객관적 사실 위주로 기술)
</div>
</div>
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('02'); return false;" title="예문 팝업 열림">예문</button> <button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('02'); return false;" title="예문 팝업 열림">예문</button>
</th> </th>
<td> <td>

View File

@ -33,7 +33,7 @@
<div class="step step03"> <div class="step step03">
<i></i> <i></i>
<p>STEP. 03 <p>STEP. 03
<span>신청 취지/원인</span> <span>신청 취지/이유</span>
</p> </p>
</div> </div>
</div> </div>