Bläddra i källkod

登录页修复忘记密码点击

zhengjinyi 3 år sedan
förälder
incheckning
e0a1d55054
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/main/resources/static/css/account/login.css

+ 2 - 2
src/main/resources/static/css/account/login.css

@@ -22,8 +22,8 @@ li{list-style:none}
  .loginForm .submit button.btn{background-color:#e15616;color:#FFF}
  .loginForm .submit button.disabled{background-color:#E1E1E1;color:#F7F7F7;border-color:#E1E1E1;}
  /*.loginForm .submit .btn:hover{opacity:.8}*/
- .loginForm .codeBtn{position:absolute;right:0;top:0;width:100px;height:100px}
- .loginForm .codeBtn:before{width:100px;height:100px;background-position:-138px -146px}
+ .loginForm .codeBtn{position:absolute;right:0;top:0;width:90px;height:90px;}
+ .loginForm .codeBtn:before{width:90px;height:90px;background-position:-138px -146px}
  .loginForm .qrCodeBox{text-align:center}
  .loginForm .qrCode{width:168px;height:168px;border-radius:2px;border:solid 1px #ffb496;margin:27px auto 0 auto}
  .loginForm .qrInfo{text-align:center;height:44px;line-height:44px;font-size:16px;color:#93979f}