fix : 자물쇠 아이콘 변경

main
이범준 2 years ago
parent 1abf1029db
commit 4273d5942e

@ -51,7 +51,11 @@
<form:form id="loginForm" name="loginForm" method="post">
<div class="input_wrap">
<input type="text" name="id" id="id" title="아이디 입력" class="typeText required form-control inp-long" placeholder="아이디" />
<input type="password" name="password" id="password" title="비밀번호 입력" class="typePassword required form-control inp-long" placeholder="비밀번호" onkeydown="javascript:if (event.keyCode == 13) { actionLogin(); }"/>
<div class="input-group input-group-merge mt-2">
<input type="password" name="password" id="password" title="비밀번호 입력" class="typePassword required form-control inp-long" placeholder="비밀번호"
onkeydown="javascript:if (event.keyCode == 13) { actionLogin(); }"/>
<span class="input-group-text cursor-pointer"><i class="bx bxs-lock"></i></span>
</div>
<%-- TODO :: 캡차 comment 처리
<!-- 캡차인증 -->

@ -58,7 +58,6 @@
.login_text .input_wrap .typePassword {
display: inline-block;
padding: 0 0 0 30px;
width: 100%;
height: 54px;
box-sizing: border-box;
border: 2px solid #828282;
@ -75,14 +74,7 @@
.login_text .input_wrap input:-ms-input-placeholder {
color: rgba(205, 206, 206, 1);
}
.login_text .input_wrap .typePassword {
margin-top: 10px;
background-image: url(/resources/images/login/lock.png);
background-position: right 25px center;
background-repeat: no-repeat;
background-size: 25px;
padding-right: 20px;
}
.login_text .input_wrap .typeButton {
position: absolute;
top: 0;

Loading…
Cancel
Save