|
@@ -68,24 +68,18 @@
|
|
|
</div>
|
|
|
<div class="bottom" v-if="LoginOrRegistration != 'signin'">
|
|
|
<div>
|
|
|
- <span> 关于我们 </span>
|
|
|
- <span>
|
|
|
- <span style="margin-right: 16px"> 邮箱: </span>
|
|
|
- shuzichuban@blcup.com
|
|
|
- </span>
|
|
|
- <span>
|
|
|
- <span style="margin-right: 16px"> 电话: </span>
|
|
|
- 010-8230-3287(技术支持)</span
|
|
|
- >
|
|
|
- <span>
|
|
|
- <span style="margin-right: 16px"> 地址: </span>
|
|
|
- 北京市海淀区学院路15号北京语言大学出版社有限公司</span
|
|
|
+ © 2010-2021 Beijing Language and Culture University Press All rights
|
|
|
+ reserved.
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <a target="_blank" href="https://www.blcup.com"
|
|
|
+ ><img
|
|
|
+ src="../../assets/login/icon-logo.jpg"
|
|
|
+ />https://www.blcup.com</a
|
|
|
>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <span style="font-weight: bold"> 版权所有: </span>
|
|
|
- © 2010-2021 Beijing Language and Culture University Press All rights
|
|
|
- reserved.
|
|
|
+ <img src="../../assets/login/icon-email.png" />shuzichuban@blcup.com
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -516,7 +510,7 @@ export default {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
min-height: 100vh;
|
|
|
- background: url("../../assets/login/indexBG.png") no-repeat;
|
|
|
+ background: url("../../assets/login/indexBG.png") center bottom no-repeat;
|
|
|
background-size: cover;
|
|
|
position: relative;
|
|
|
min-width: 1260px;
|
|
@@ -539,7 +533,7 @@ export default {
|
|
|
min-height: 100vh;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
- padding-bottom: 104px;
|
|
|
+ padding-bottom: 54px;
|
|
|
.logoAndlogin {
|
|
|
width: 1260px;
|
|
|
margin: 0 auto;
|
|
@@ -610,16 +604,30 @@ export default {
|
|
|
bottom: 0px;
|
|
|
width: 100%;
|
|
|
background: #2c2c2c;
|
|
|
- height: 104px;
|
|
|
- padding-top: 24px;
|
|
|
+ height: 54px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
> div {
|
|
|
text-align: center;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 20px;
|
|
|
- color: rgb(180, 179, 179);
|
|
|
- margin-bottom: 16px;
|
|
|
- > span {
|
|
|
- margin-left: 40px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ color: rgba(255, 255, 255, 0.7);
|
|
|
+ margin: 0 20px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ a {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ &:hover{
|
|
|
+ text-decoration: underline;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ img {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ margin-right: 4px;
|
|
|
+ border-radius: 2px;
|
|
|
}
|
|
|
}
|
|
|
> :first-child {
|