Browse Source

首页修改

wyq 3 years ago
parent
commit
0d67564068
2 changed files with 20 additions and 19 deletions
  1. 20 19
      src/css/login.less
  2. BIN
      src/images/bg.png

+ 20 - 19
src/css/login.less

@@ -30,10 +30,11 @@ body {
   }
   .bg2{
     width: 100%;
-    height: 100%;
+    height:  100%;
     text-align: center;
     background: url("../images/bg.png") center center no-repeat;
-    background-size: 100% 100%;
+    background-size: 783px 396px;
+    background-color: #ffffff;
   }
 }
 p.title {
@@ -114,32 +115,32 @@ p.title {
 .login-info{
   width: 100%;
   position: absolute;
-  bottom: 31px;
-  padding: 0 110px;
+  bottom: 290px;
+  margin-left: 284px;
   .info-perPub{
     float: left;
-    width: 35%;
     & p{
       float: left;
-      line-height: 50px;
+      line-height: 34px;
       margin-right: 7px;
-      font-size: 24px;
+      font-size: 14px;
       color: #fff;
     }
     .info-iptWrap{
       float: left;
       box-sizing: border-box;
-      width: 213px;
-      height: 50px;
-      line-height: 38px;
-      border-radius: 6px;
+      width: 130px;
+      height: 34px;
+      line-height: 34px;
+      border-radius: 4px;
+      margin-right: 58px;
       & input {
         display: inline-block;
         width: 100%;
         height: 100%;
-        border-radius: 6px;
-        padding-left: 10px;
-        font-size: 22px;
+        border-radius: 4px;
+        padding: 0 10px;
+        font-size: 14px;
       }
     }
     
@@ -151,14 +152,14 @@ p.title {
   }
   .sureLogin{
     float: left;
-    width: 213px;
-    height: 50px;
-    line-height: 50px;
+    width: 150px;
+    height: 34px;
+    line-height: 34px;
     background: #0363D1;
     box-shadow: 0px 2px 6px 0px #1C4473;
-    border-radius: 6px;
+    border-radius: 4px;
     margin: 0;
-    font-size: 24px;
+    font-size: 14px;
   }
 }
 .alertModal {

BIN
src/images/bg.png