|
@@ -137,7 +137,7 @@ export default {
|
|
|
.login_bg {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- //background: #fff;
|
|
|
+ /*background: #fff;*/
|
|
|
background: var(--el-bg-color);
|
|
|
display: flex;
|
|
|
}
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
}
|
|
|
.login_adv__title {
|
|
|
color: #fff;
|
|
|
- //color: var(--el-bg-color);
|
|
|
+ /*color: var(--el-bg-color);*/
|
|
|
padding: 40px;
|
|
|
position: absolute;
|
|
|
top: 0px;
|
|
@@ -171,8 +171,8 @@ export default {
|
|
|
font-size: 14px;
|
|
|
margin-top: 10px;
|
|
|
line-height: 1.8;
|
|
|
- //color: rgba(255, 255, 255, 0.6);
|
|
|
opacity: 0.6;
|
|
|
+ /*color: rgba(255, 255, 255, 0.6);*/
|
|
|
}
|
|
|
.login_adv__title div {
|
|
|
margin-top: 10px;
|
|
@@ -187,8 +187,8 @@ export default {
|
|
|
}
|
|
|
.login_adv__title div i.add {
|
|
|
font-size: 20px;
|
|
|
- //color: rgba(255, 255, 255, 0.6);
|
|
|
opacity: 0.6;
|
|
|
+ /*color: rgba(255, 255, 255, 0.6);*/
|
|
|
}
|
|
|
.login_adv__bottom {
|
|
|
position: absolute;
|
|
@@ -197,8 +197,8 @@ export default {
|
|
|
bottom: 0px;
|
|
|
color: #fff;
|
|
|
padding: 40px;
|
|
|
- //background-image: linear-gradient(transparent, #000);
|
|
|
z-index: 3;
|
|
|
+ /*background-image: linear-gradient(transparent, #000);*/
|
|
|
}
|
|
|
.login_adv__mask {
|
|
|
position: absolute;
|