보안로그인 top

This commit is contained in:
hehihoho3@gmail.com 2024-11-21 20:57:16 +09:00
parent 2ef22663d8
commit 7a38574459
2 changed files with 6 additions and 0 deletions

View File

@ -1645,6 +1645,11 @@ function actionLogin() {
</div>
<button type="button" class="btnType btnType3" onclick="location.href='/web/user/mberInfoIndex.do'">마이페이지</button>
<button type="button" class="btnType btnType2" onclick="location.href='/web/uat/uia/actionLogout.do'">로그아웃</button>
<div class="security_box">
<p class="title"><i class="icon_lock"></i>보안로그인</p>
<a href="#" class="state on">ON</a>
<!-- <a href="#" class="state off">OFF</a> -->
</div>
</div>
<div class="login_pay">
<div class="check_money">

View File

@ -228,6 +228,7 @@
</div>
<button type="button" class="btnType btnType3">마이페이지</button>
<button type="button" class="btnType btnType2">로그아웃</button>
<!-- 보안로그인 top -->
<div class="security_box">
<p class="title"><i class="icon_lock"></i>보안로그인</p>
<a href="#" class="state on">ON</a>