|
@@ -6,7 +6,7 @@
|
|
|
:rules="loginRules"
|
|
|
class="login-form"
|
|
|
>
|
|
|
- <img src="../images/dibu1.png" alt="" class="img" />
|
|
|
+ <!-- <img src="../images/dibu1.png" alt="" class="img" /> -->
|
|
|
<!-- <h3 class="title">智能督察管理平台</h3> -->
|
|
|
<el-form-item prop="username" >
|
|
|
<el-input
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
height: 100%;
|
|
|
- background: url("../images/bg.jpg") center no-repeat;
|
|
|
+ background: url("../assets/images/背景-denglu.png") center no-repeat;
|
|
|
// background-size: cover;
|
|
|
}
|
|
|
.title {
|
|
@@ -205,14 +205,14 @@ export default {
|
|
|
.login-form {
|
|
|
position: relative;
|
|
|
border-radius: 6px;
|
|
|
- width: 660px;
|
|
|
- height: 551px;
|
|
|
- padding: 203px 56px 50px 79px;
|
|
|
- background: url("../images/login.png") no-repeat 0px 11px;
|
|
|
+ width: 1059px;
|
|
|
+ height: 604px;
|
|
|
+ padding: 180px 56px 50px 79px;
|
|
|
+ background: url("../assets/images/边框.png") no-repeat ;
|
|
|
background-size: cover;
|
|
|
.el-input {
|
|
|
height: 38px;
|
|
|
- margin-left: 58px;
|
|
|
+ margin-left: 510px;
|
|
|
margin-right: 63px;
|
|
|
input {
|
|
|
height: 47px;
|
|
@@ -224,6 +224,7 @@ export default {
|
|
|
width: 14px;
|
|
|
margin-left: 2px;
|
|
|
margin-top:4px;
|
|
|
+ color: #01CFFF;
|
|
|
}
|
|
|
}
|
|
|
.el-form-item__error{
|
|
@@ -263,8 +264,8 @@ export default {
|
|
|
background-color: #0384ea;
|
|
|
font-size: 20px;
|
|
|
font-weight: 700;
|
|
|
- margin-top: 34px;
|
|
|
- margin-left: 58px;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-left: 510px;
|
|
|
margin-right: 63px;
|
|
|
width: 390px !important;
|
|
|
}
|