|
|
@ -58,7 +58,6 @@
|
|
|
|
.login_text .input_wrap .typePassword {
|
|
|
|
.login_text .input_wrap .typePassword {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 0 0 30px;
|
|
|
|
padding: 0 0 0 30px;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 54px;
|
|
|
|
height: 54px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 2px solid #828282;
|
|
|
|
border: 2px solid #828282;
|
|
|
@ -75,14 +74,7 @@
|
|
|
|
.login_text .input_wrap input:-ms-input-placeholder {
|
|
|
|
.login_text .input_wrap input:-ms-input-placeholder {
|
|
|
|
color: rgba(205, 206, 206, 1);
|
|
|
|
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 {
|
|
|
|
.login_text .input_wrap .typeButton {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|