소스 검색

资料库

zhengjinyi 4 년 전
부모
커밋
72c87f8862
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/resources/static/css/document/login.css
  2. BIN
      src/main/resources/static/img/document/document_img.png

+ 3 - 3
src/main/resources/static/css/document/login.css

@@ -12,9 +12,9 @@ li{list-style:none}
     .wrap{width: 1200px;height: 100%;line-height: 44px;font-size: 20px;color: #ffffff;}
     .wrap .logo{width: 52px;height: 44px;margin-right: 10px;}
     .login-contailer{width: 100%;min-height: 100%;box-sizing: border-box;padding-top: 216px;position: relative;}
-    .loginWrap{width:900px;height:460px;overflow:hidden;background-color: #ffffff;margin:0 auto;box-sizing:border-box;box-shadow: 0px 0px 20px 0px rgba(227, 88, 24, 0.1);border-radius: 10px;}
-    .login-image{width: 383px;height: 460px;float: left;}
-    .loginForm{float:right;width:517px;height:460px;padding:74px 80px;font-size:14px;position:relative;box-sizing: border-box;}
+    .loginWrap{width:900px;height:420px;overflow:hidden;background-color: #ffffff;margin:0 auto;box-sizing:border-box;box-shadow: 0px 0px 20px 0px rgba(227, 88, 24, 0.1);border-radius: 10px;    position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
+    .login-image{width: 383px;height: 420px;float: left;}
+    .loginForm{float:right;width:517px;height:420px;padding:74px 80px;font-size:14px;position:relative;box-sizing: border-box;}
     .loginForm h1{color:#E15616;font-size:24px;font-weight:bold;line-height:30px;text-align: center;}
     .loginForm form{margin-top:40px}
     .loginForm .formLine{height:70px;padding:0;margin-top: 10px;}

BIN
src/main/resources/static/img/document/document_img.png