Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
@8d7fe2597870cde62043277f2e80b60304012e5c
--- src/main/webapp/WEB-INF/jsp/web/login/usrCheckTerms.jsp
+++ src/main/webapp/WEB-INF/jsp/web/login/usrCheckTerms.jsp
... | ... | @@ -13,6 +13,17 @@ |
| 13 | 13 |
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> |
| 14 | 14 |
<link rel="stylesheet" href="/publish/css/popupLayer.css"> |
| 15 | 15 |
|
| 16 |
+ <style> |
|
| 17 |
+ .clause_list .clause_list_head .list_head_in{display:flex;align-items:center;}
|
|
| 18 |
+ .joinCheckbox+label::after{top:4px;}
|
|
| 19 |
+ .clause_list_body_noneOpen .joinCheckbox.type3+label::after{width:20px;height:20px;top:3px;}
|
|
| 20 |
+ .clause_list_head .checkbox_wrap .term_href{display:inline-flex;height:30px;font-size:15px;border-radius:5px;padding:0 15px;margin:5px 0 0 10px;justify-content:center;align-items:center;}
|
|
| 21 |
+ |
|
| 22 |
+ .clause_list li.list_open,.mem_cont.join2 .clause_list li.list_open .clause_list_body .agree_text{overflow:hidden;}
|
|
| 23 |
+ .mem_cont.join2 .clause_list li.list_open.on .clause_list_body{display:block;}
|
|
| 24 |
+ .mem_cont.join2 .clause_list li.list_open .clause_list_body{display:none;}
|
|
| 25 |
+ </style> |
|
| 26 |
+ |
|
| 16 | 27 |
<script src="/publish/js/content.js"></script> |
| 17 | 28 |
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> |
| 18 | 29 |
<script src="/publish/js/popup.js"></script> |
... | ... | @@ -44,6 +55,8 @@ |
| 44 | 55 |
} |
| 45 | 56 |
changeCheck(); |
| 46 | 57 |
}); |
| 58 |
+ |
|
| 59 |
+ $(".list_open.on").siblings().find(".clause_list_body").slideUp(0);
|
|
| 47 | 60 |
|
| 48 | 61 |
}); |
| 49 | 62 |
|
... | ... | @@ -497,7 +510,11 @@ |
| 497 | 510 |
<div class="checkbox_wrap"> |
| 498 | 511 |
<input type="checkbox" name="agreeCheck" onclick="tooltipChk();" id="agree_${result.termsId}" title="${result.termsSj}동의" class="joinCheckbox type2 ${necCheck}" />
|
| 499 | 512 |
<label for="agree_${result.termsId}"><span class="${colClass}">[${nec}]</span><strong>${result.termsSj}</strong></label>
|
| 513 |
+ <c:if test="${result.termsId eq 'TERMS_00000023'}" >
|
|
| 514 |
+ <a href="https://www.munjaon.co.kr/web/cop/bbs/TermsList.do?menuNm=03&termsMastNo=2023" class="btn btnType3 term_href">개인정보처리방침 바로가기</a> |
|
| 515 |
+ </c:if> |
|
| 500 | 516 |
</div> |
| 517 |
+ |
|
| 501 | 518 |
<button type="button" onclick="clause_list(this);"><i></i></button> |
| 502 | 519 |
</div> |
| 503 | 520 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?