小王 vor 1 Jahr
Ursprung
Commit
8f9d56dac2
1 geänderte Dateien mit 14 neuen und 11 gelöschten Zeilen
  1. 14 11
      src/views/Login/Login.vue

+ 14 - 11
src/views/Login/Login.vue

@@ -16,7 +16,7 @@
                     </div>
                     <div class="input-div">
                         <img alt="" class="password-img" src="./img/password.png">
-                        <el-input v-model="password" class="password" placeholder="请输入登密码"
+                        <el-input v-model="password" class="password" placeholder="请输入登密码"
                                   show-password></el-input>
                     </div>
                     <div style="text-align: left">
@@ -30,7 +30,7 @@
                 </div>
             </div>
             <div v-if="activeName === 'first'" class="button-div">
-                <el-button type="primary" @click="loginSubmit">登</el-button>
+                <el-button type="primary" @click="loginSubmit">登</el-button>
                 <el-button @click="cancel">取消</el-button>
             </div>
             <a class="left" href="">下载浏览器</a>
@@ -270,7 +270,7 @@ export default {
   width: 25px;
   height: 25px;
   font-size: 20px;
-  border-radius: 5px;
+  border-radius: 5px;f
   background-image: url("./img/img2.png")
 }
 
@@ -285,22 +285,25 @@ export default {
 }
 
 /deep/ .el-button {
-  height: 30%;
-  width: 38%;
+  height: 32%;
+  width: 32%;
   font-weight: bold;
   font-size: 23px;
-  margin-top: 13%;
+  margin-top: 8%;
 }
 
 /deep/ .el-button--default {
-  margin-left: 46px !important;
-  border: 3px solid rgb(23, 73, 146);
-  background-color: rgb(8, 38, 88);
+  margin-left: 15%   !important;
+  border: 0px solid rgb(23, 73, 146);
+    background: url("./img/img_1.png") no-repeat;
+    background-size: 100% 100%;
 }
 
 /deep/ .el-button--primary {
-  margin-left: 18px;
-  background-image: url("./img/img.png")
+  margin-left: 10%;
+    border: 0;
+  background: url("./img/img.png") no-repeat;
+  background-size: 100% 100%;
 }
 
 /deep/ .el-checkbox__inner::after {