Kaynağa Gözat

修改登录页背景图和logo

ZYZ 1 yıl önce
ebeveyn
işleme
7033177a42

BIN
zkqy-ui/src/assets/images/background1.jpg


BIN
zkqy-ui/src/assets/images/mecos-logo1.jpg


+ 19 - 14
zkqy-ui/src/views/adminLogin.vue

@@ -10,7 +10,7 @@
         <el-col :span="12" class="comlogo"></el-col>
         <el-col :span="12">
           <div class="grid-content bg-purple-dark title">
-            工业应用操作系统
+            · 生产协同管理系统
             <!-- 智能制造平台 -->
           </div></el-col
         >
@@ -350,34 +350,39 @@ export default {
 }
 
 .comlogo {
-  margin-left: 28px;
-  margin-top: 57px;
-  width: 194px;
-  height: 64px;
-  background: url(../assets/images/mec_logo_login.png);
-  //background: url(../assets/images/comp.png);
+  margin-left: 26px;
+  margin-top: 49px;
+  width: 200px;
+  height: 70px;
+  background: url(../assets/images/mecos-logo1.jpg);
+  /* background: url(../assets/images/comp.png); */
   /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
   opacity: 1;
+  background-size: cover;
 }
 .login {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
-  background-image: url("../assets/images/background.jpg");
-  background-size: cover;
+  background-image: url("../assets/images/background1.jpg");
+  background-size:100% 100%;
+  /* padding-bottom: 55.19%;  */
+  background-position: center;
+  background-repeat: no-repeat;
 }
 
 .title {
   width: 258px;
   height: 35px;
-  margin-top: 69px;
-  margin-left: 17px;
-  font-size: 32px;
+  margin-top: 70px;
+  margin-left: 8px;
+  font-size: 22px;
   font-weight: 400;
-  letter-spacing: 0px;
+  letter-spacing: 2px;
   line-height: 38.4px;
-  color: rgba(7, 68, 138, 1);
+  /* color: rgba(7, 68, 138, 1); */
+  color: black;
   text-align: left;
   vertical-align: top;
   float: left;

+ 18 - 14
zkqy-ui/src/views/login.vue

@@ -14,7 +14,7 @@
         <el-col :span="12" class="comlogo"></el-col>
         <el-col :span="12">
           <div class="grid-content bg-purple-dark title">
-            工业应用操作系统
+            · 生产协同管理系统
             <!-- 智能制造平台 -->
           </div>
         </el-col
@@ -423,12 +423,12 @@ export default {
 }
 
 .comlogo {
-  margin-left: 28px;
-  margin-top: 57px;
-  width: 194px;
-  height: 64px;
-  background: url(../assets/images/mec_logo_login.png);
-  // background: url(../assets/images/comp.png);
+  margin-left: 26px;
+  margin-top: 49px;
+  width: 200px;
+  height: 70px;
+  background: url(../assets/images/mecos-logo1.jpg);
+  /* background: url(../assets/images/comp.png); */
   /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
   opacity: 1;
   background-size: cover;
@@ -439,20 +439,24 @@ export default {
   justify-content: center;
   align-items: center;
   height: 100%;
-  background-image: url("../assets/images/background.jpg");
-  background-size: cover;
+  background-image: url("../assets/images/background1.jpg");
+  background-size:100% 100%;
+  /* padding-bottom: 55.19%;  */
+  background-position: center;
+  background-repeat: no-repeat;
 }
 
 .title {
   width: 258px;
   height: 35px;
-  margin-top: 69px;
-  margin-left: 17px;
-  font-size: 32px;
+  margin-top: 70px;
+  margin-left: 8px;
+  font-size: 22px;
   font-weight: 400;
-  letter-spacing: 0px;
+  letter-spacing: 2px;
   line-height: 38.4px;
-  color: rgba(7, 68, 138, 1);
+  /* color: rgba(7, 68, 138, 1); */
+  color: black;
   text-align: left;
   vertical-align: top;
   float: left;