Browse Source

首页更改样式

natasha 6 days ago
parent
commit
a07a3f9c1e
2 changed files with 8 additions and 6 deletions
  1. 1 1
      src/components/login/LoginNav.vue
  2. 7 5
      src/views/login/index.vue

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

@@ -285,7 +285,7 @@ export default {
   justify-content: space-between;
   padding: 0 60px 0 40px;
   z-index: 999;
-  background: linear-gradient(180deg, #000000 0%, rgba(44, 44, 44, 0) 100%);
+  // background: linear-gradient(180deg, #000000 0%, rgba(44, 44, 44, 0) 100%);
   .logo {
     display: flex;
     align-items: center;

+ 7 - 5
src/views/login/index.vue

@@ -67,11 +67,12 @@
             </div>
           </div>
         </div>
-        <div class="bottom" v-if="LoginOrRegistration != 'signin'">
-          <!-- <div>
+        <!-- <div>
             © 2010-2021 Beijing Language and Culture University Press All rights
             reserved.
           </div>-->
+        <!-- <div class="bottom" v-if="LoginOrRegistration != 'signin'">
+          
           <div>
             <a target="_blank" href="https://www.blcup.com"
               ><img
@@ -82,7 +83,7 @@
           <div>
             <img src="../../assets/login/icon-email.png" />shuzichuban@blcup.com
           </div>
-        </div>
+        </div> -->
       </div>
     </template>
     <template v-else>
@@ -712,7 +713,8 @@ export default {
   margin: 0;
   padding: 0;
   min-height: 100vh;
-  background: url("../../assets/login/indexBG.png") center bottom no-repeat;
+  // background: url("../../assets/login/indexBG.png") center bottom no-repeat;
+  background: linear-gradient(180deg, #00adef, rgba(0, 173, 239, 0));
   background-size: cover;
   position: relative;
   min-width: 1260px;
@@ -734,7 +736,7 @@ export default {
   .shadow {
     min-height: 100vh;
     height: 100%;
-    background: rgba(0, 0, 0, 0.5);
+    // background: rgba(0, 0, 0, 0.5);
     padding-bottom: 54px;
     .logoAndlogin {
       width: 1260px;