Преглед изворни кода

Merge remote-tracking branch 'origin/master'

deason пре 3 година
родитељ
комит
13b9eab317
1 измењених фајлова са 10 додато и 13 уклоњено
  1. 10 13
      src/modules/portal/views/Login.vue

+ 10 - 13
src/modules/portal/views/Login.vue

@@ -60,11 +60,11 @@
         </div>
         <button class="login-btn" @click="login">登 录</button>
       </div>
-      <footer class="login-footer">
-        Copyright &copy; 2021
-        <a href="https://www.qmth.com.cn">武汉启明软件</a>.
-      </footer>
     </main>
+    <footer class="login-footer">
+      启明泰和 Copyright © www.qmth.com.cn, All Rights Reserved.
+      鄂ICP备12000033号-7
+    </footer>
   </div>
 </template>
 
@@ -304,15 +304,12 @@ export default {
 }
 
 .login-footer {
-  clear: both;
-  width: 240px;
-  height: 40px;
-  line-height: 40px;
-  background-color: #fff;
-  color: #999999;
-  margin: -20px auto;
+  position: absolute;
+  bottom: 30px;
+  left: 0;
+  right: 0;
+  font-size: 14px;
+  color: #333;
   text-align: center;
-  border-radius: 25px;
-  z-index: 3;
 }
 </style>