瀏覽代碼

资料库

zhengjinyi 4 年之前
父節點
當前提交
ac3ed7b6d3
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/resources/static/css/document/login.css

+ 2 - 1
src/main/resources/static/css/document/login.css

@@ -5,10 +5,11 @@ 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;}
     .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: 1080px;background: url("/img/document/document_bg.jpg")no-repeat;background-size: cover;box-sizing: border-box;padding-top: 200px;position: relative;}
+    .login-contailer{width: 100%;min-height: 1000px;box-sizing: border-box;padding-top: 200px;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;}