|
@@ -90,17 +90,21 @@
|
|
padding: 0px 0px 0px 0px !important;
|
|
padding: 0px 0px 0px 0px !important;
|
|
margin: 0px 0px 0px 0px !important;
|
|
margin: 0px 0px 0px 0px !important;
|
|
background-color: white !important;
|
|
background-color: white !important;
|
|
- height: 103.5% !important;
|
|
|
|
|
|
+ height: 100% !important;
|
|
}
|
|
}
|
|
.left {
|
|
.left {
|
|
width: 33%;
|
|
width: 33%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.right {
|
|
.right {
|
|
width: 67%;
|
|
width: 67%;
|
|
background: url("../../../static/images/loginbg_right.png") no-repeat 100% 0%;
|
|
background: url("../../../static/images/loginbg_right.png") no-repeat 100% 0%;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
- padding: 5%;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ padding-left: 70px;
|
|
|
|
+ padding-top: 70px;
|
|
|
|
|
|
.logo {
|
|
.logo {
|
|
width: 100px;
|
|
width: 100px;
|
|
@@ -111,7 +115,6 @@
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
margin-left: 50px;
|
|
margin-left: 50px;
|
|
-
|
|
|
|
.el-input {
|
|
.el-input {
|
|
width: 400px;
|
|
width: 400px;
|
|
}
|
|
}
|