Browse Source

登录注册样式修改

zhangxc 6 years atrás
parent
commit
374a2dc307

+ 8 - 2
src/components/forgetPassword/findPassword.less

@@ -6,6 +6,10 @@
 .find-container {
   width: 100%;
   height: 100%;
+  .login-title {
+    font-size: 18px;
+    font-weight: bold;
+  }
   .login-img {
     left: 10%;
     top: 0;
@@ -157,8 +161,8 @@
             cursor: pointer;
           }
           .disabled {
-            background: #D4E3FE;
-            border-radius: 2px;
+            border: none;
+            color: #797676;
           }
         }
 
@@ -173,6 +177,8 @@
           margin: 10px auto 20px;
           // margin: 12px auto 20px;
           cursor: pointer;
+          font-size: 16px;
+          font-weight: bold;
         }
         .nextCor {
           background: #2871FA;

+ 1 - 1
src/components/login/Login.vue

@@ -15,7 +15,7 @@
                                       clearable class="ri-tel" @keyup.enter.native="submitForm('ruleForm2')"
                                       ref="username"></el-input>
                         </el-form-item>
-                        <div style="height: 15px;"></div>
+                        <div style="height: 20px;"></div>
                         <el-form-item prop="pwd">
                             <el-input v-model="ruleForm2.pwd" name="password" autocomplete="off" maxlength="16"
                                       placeholder="请输入密码"

+ 2 - 0
src/components/login/login.less

@@ -92,6 +92,7 @@
     color: #333333;
     letter-spacing: 0;
     line-height: 20px;
+    font-weight: bold;
   }
   .num {
     cursor: pointer;
@@ -117,6 +118,7 @@
     margin-top: 12px;
     outline: none;
     cursor: auto;
+    font-size: 16px;
 		border: 0 !important;
   }
   .otherCor {

+ 6 - 0
src/components/register/register.less

@@ -2,6 +2,10 @@
   width: 100%;
   height: 100%;
 }
+.login-title {
+  font-size: 18px;
+  font-weight: bold;
+}
 .login-img {
   left: 10%;
   top: 0;
@@ -159,6 +163,8 @@
       // margin: 12px auto 20px;
       cursor: pointer;
       margin-top: 10px;
+      font-size: 16px;
+      font-weight: bold;
     }
     .nextCor {
       background: #2871FA;