scorpio 2 年之前
父节点
当前提交
10c27e1231
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      src/App.vue
  2. 1 0
      src/layout/index.vue
  3. 4 5
      src/page/login.vue

+ 1 - 1
src/App.vue

@@ -1,5 +1,5 @@
 <template>
-  <div id="app" class="flex flex-center padding-top light-blue-bg">
+  <div id="app" class="flex flex-center light-blue-bg">
     <router-view />
   </div>
 </template>

+ 1 - 0
src/layout/index.vue

@@ -145,6 +145,7 @@ export default {
     background-color: white;
     padding: 20px 10px;
     font-size: 12px;
+    box-shadow: -1px 0px 1px 1px rgba(51, 51, 51, 0.05098);
   }
 }
 .icon {

+ 4 - 5
src/page/login.vue

@@ -392,10 +392,12 @@ export default {
 //noinspection ALL
 .bg {
   background-image: url('https://wutong-1302848345.cos.ap-chengdu.myqcloud.com/wtzx/7667edec62f44063a50c66e8654eaa87.png');
+  background-size: cover;
+  background-repeat: no-repeat;
   .footer {
     position: fixed;
-    bottom: 50px;
-    color: white;
+    bottom: 10px;
+    color: #eeeeee;
   }
 }
 
@@ -413,9 +415,6 @@ export default {
   .right {
     width: 560px;
     height: auto;
-
-    .form {
-    }
   }
 }