|
@@ -67,6 +67,9 @@ async function onSubmit() {
|
|
|
font-weight: 500;
|
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
|
+ background-image: url(../../assets/img/0.jpg);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
.login .mo {
|
|
@@ -74,17 +77,24 @@ async function onSubmit() {
|
|
|
left: 50%;
|
|
|
width: 35%;
|
|
|
max-width: 500px;
|
|
|
- padding: 1em;
|
|
|
position: absolute;
|
|
|
text-align: center;
|
|
|
transform: translate(-50%, -50%);
|
|
|
+ background: #f3f3f399;
|
|
|
+ padding: 1.5em;
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
-.login .el-input__inner,
|
|
|
-.el-form-item--large .el-form-item__label {
|
|
|
+.login .el-form-item:last-child{
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+</style>
|
|
|
+
|
|
|
+<style>
|
|
|
+.login .el-form-item__label{
|
|
|
height: 55px;
|
|
|
+ color: #333;
|
|
|
line-height: 55px;
|
|
|
}
|
|
|
</style>
|
|
|
-
|
|
|
-<style></style>
|