|
@@ -151,7 +151,8 @@ export default {
|
|
|
.container {
|
|
.container {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- background: rgb(22, 149, 207);
|
|
|
|
|
|
|
+ background-image: url(../../assets/login-back.png);
|
|
|
|
|
+ background-size: cover;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-box {
|
|
.login-box {
|
|
@@ -168,7 +169,7 @@ export default {
|
|
|
.left {
|
|
.left {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
width: 450px;
|
|
width: 450px;
|
|
|
- background: rgb(143, 158, 206);
|
|
|
|
|
|
|
+ background-image: url(../../assets/login-modal.png);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-up-icon {
|
|
.left-up-icon {
|
|
@@ -228,7 +229,7 @@ export default {
|
|
|
left: calc(50% - 250px);
|
|
left: calc(50% - 250px);
|
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
- color: #333333;
|
|
|
|
|
|
|
+ color: #aaa;
|
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|