main
kgdxpr 1 year ago
parent 98e84a2c2f
commit 827fdc24ba

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

@ -38,19 +38,19 @@
<form action="" method="post">
<div class="user-name">
<div class="user-name-li">
<img src="./img/user-icon.png">
<img src="./img/user_tb.png">
<input type="text" placeholder="用户名" name="loginName" id="usernameTxt">
</div>
</div>
<div class="password">
<div class="password-li">
<img src="./img/pass-word.png">
<img src="./img/pass_tb.png">
<input type="password" autocomplete="off" placeholder="密码" name="password" id="passwordTxt">
</div>
</div>
<div class="vcode">
<div class="vcode-li">
<img src="./img/v-code.png">
<img src="./img/v_code_tb.png">
<input type="text" placeholder="验证码" autocomplete="off" name="captcha" id="captchaTxt" value="dsideal">
<img class="vcode-img" id="userCaptchaImage" src="/QingLong/loginPerson/getCaptcha"
alt="点击图片刷新校验码" style="cursor:pointer" onclick="javascript:refreshCaptcha()"/>

@ -94,7 +94,7 @@ body {
}
.password-li input {
margin: 0 0 0 15px;
margin: 0 0 0 10px;
}
.verification-password {

Loading…
Cancel
Save