|
|
@@ -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;
|