Browse Source

资料库

zhengjinyi 4 năm trước cách đây
mục cha
commit
63c9fd3adb

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

@@ -5,19 +5,19 @@ li{list-style:none}
  * PC端
  */
 @media screen and (min-width:768px){
-    body{width: 100%;height: 100%;background-color: #ffffff;background: url("/img/document/document_bg.jpg")no-repeat;background-size: cover;}
+    body{width: 100%;height: 100%;background-color: #ffffff;background: url("/img/document/document_bg.png")no-repeat;background-size: cover;}
     #loginPage{width: 100%;height: 100%;}
-    #globalHead{width: 100%;position: fixed;top: 0;left: 0;}
+    #globalHead{width: 100%;position: fixed;top: 0;left: 0;z-index: 10000;}
     .header{width: 100%;height: 80px;background: linear-gradient(90deg, #FF8B45, #E15616);box-sizing: border-box;padding: 18px 0;}
     .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: 186px;position: relative;}
-    .loginWrap{width:1100px;height:560px;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: 490px;height: 560px;float: left;}
-    .loginForm{float:right;width:610px;height:560px;padding:90px 123px;font-size:14px;position:relative;box-sizing: border-box;}
+    .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;}
     .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;}
+    .loginForm .formLine{height:70px;padding:0;margin-top: 10px;}
     .loginForm input{height:48px;line-height:48px;}
     .loginForm .checked{top:14px;}
     .loginForm .submit{height:44px;line-height:0;font-size:0;text-align:justify;margin-top:20px}

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


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