203/08/22 조정신청 3단계 신청취지/이유 말풍선
This commit is contained in:
parent
0f2c38045a
commit
d0b8061006
@ -36,6 +36,7 @@
|
||||
.mr15{margin-right: 15px !important;}
|
||||
.btn_wrap.btn_layout03 .btn_right{text-align: right}
|
||||
.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){
|
||||
.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"/>
|
||||
<div class="tb_wrap">
|
||||
<div class="tb_top">
|
||||
<p>신청인 취지/원인</p>
|
||||
<p>신청인 취지/이유</p>
|
||||
</div>
|
||||
<table class="tbType01" id="adjstInfo">
|
||||
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보입력</caption>
|
||||
@ -135,9 +136,14 @@ function fn_adjstReq_preview() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<th scope="row" class="hover_content_wrap">
|
||||
<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>
|
||||
</th>
|
||||
<td>
|
||||
@ -148,7 +154,12 @@ function fn_adjstReq_preview() {
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<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>
|
||||
</th>
|
||||
<td>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<div class="step step03">
|
||||
<i></i>
|
||||
<p>STEP. 03
|
||||
<span>신청 취지/원인</span>
|
||||
<span>신청 취지/이유</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user