|
@@ -1,8 +1,31 @@
|
|
|
.model-wrap{
|
|
|
+ margin-top: 25px;
|
|
|
.remember-cont{
|
|
|
- margin-bottom: 35px;
|
|
|
+ margin-top: -10px;
|
|
|
+ margin-bottom: 60px !important;
|
|
|
+ width: 100%;
|
|
|
.hint-text{
|
|
|
color: #606266 !important;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ .el-form-item__content{
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ justify-content: space-between;
|
|
|
+ .remember{
|
|
|
+ flex: 1;
|
|
|
+ .el-checkbox__label{
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-form-item{
|
|
|
+ margin-bottom: 40px;
|
|
|
+ .el-input__inner{
|
|
|
+ height: 60px;
|
|
|
+ border-radius: 8px;
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
}
|
|
|
.el-form-item.is-error{
|
|
@@ -12,26 +35,42 @@
|
|
|
}
|
|
|
.input-with-slot{
|
|
|
display: flex;
|
|
|
+ &.el-input-group--prepend{
|
|
|
+ .el-input__inner{
|
|
|
+ border-top-left-radius: 0;
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.el-input-group--append{
|
|
|
+ .el-input__inner{
|
|
|
+ border-top-right-radius: 0;
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
.el-input__inner{
|
|
|
flex: 1;
|
|
|
- height: 40px !important;
|
|
|
+ height: 60px !important;
|
|
|
}
|
|
|
.el-input-group__prepend,.el-input-group__append{
|
|
|
padding:0 !important;
|
|
|
background-color: #fff;
|
|
|
- width:140px;
|
|
|
- height: 40px;
|
|
|
+ width:110px;
|
|
|
+ height: 60px;
|
|
|
box-sizing: border-box;
|
|
|
.el-input__inner{
|
|
|
padding:0;
|
|
|
}
|
|
|
.el-select{
|
|
|
margin:0;
|
|
|
- width:140px;
|
|
|
+ width:110px;
|
|
|
+ .el-input__inner{
|
|
|
+ width:100%;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
.pic-box{
|
|
|
- width:140px;
|
|
|
+ width:110px;
|
|
|
overflow: hidden;
|
|
|
padding:5px;
|
|
|
box-sizing: border-box;
|