|
|
@ -63,7 +63,6 @@ |
|
|
|
<el-button |
|
|
|
:loading="loading" |
|
|
|
size="medium" |
|
|
|
type="primary" |
|
|
|
style="width: 100%" |
|
|
|
@click.native.prevent="handleLogin" |
|
|
|
> |
|
|
@ -230,56 +229,67 @@ export default { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
height: 100%; |
|
|
|
// height: 100%; |
|
|
|
width: 1440px; |
|
|
|
height: 810px; |
|
|
|
position: relative; |
|
|
|
background-size: cover; |
|
|
|
} |
|
|
|
.title { |
|
|
|
width: 204px; |
|
|
|
height: 25px; |
|
|
|
font-size: 19px; |
|
|
|
width: 245px; |
|
|
|
height: 30px; |
|
|
|
font-size: 23px; |
|
|
|
font-family: Microsoft YaHei-Regular, Microsoft YaHei; |
|
|
|
font-weight: 400; |
|
|
|
color: #1e2864; |
|
|
|
line-height: 0px; |
|
|
|
margin-top: 65px; |
|
|
|
margin-left: 54px; |
|
|
|
margin-top: 78px; |
|
|
|
margin-left: 65px; |
|
|
|
// letter-spacing: 63px; |
|
|
|
-webkit-background-clip: text; |
|
|
|
// -webkit-text-fill-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
.login-form { |
|
|
|
width: 313px; |
|
|
|
height: 375px; |
|
|
|
width: 375px; |
|
|
|
height: 450px; |
|
|
|
background: #ffffff; |
|
|
|
box-shadow: 0px 0px 10px 1px rgba(83, 83, 83, 0.16); |
|
|
|
position: fixed; |
|
|
|
left: 774px; |
|
|
|
top: 150px; |
|
|
|
border-radius: 6px 6px 6px 6px; |
|
|
|
opacity: 1; |
|
|
|
position: absolute; |
|
|
|
left: 808px; |
|
|
|
top: 180px; |
|
|
|
.el-form-item { |
|
|
|
width: 263px !important; |
|
|
|
height: 31px; |
|
|
|
width: 315px !important; |
|
|
|
height: 38px; |
|
|
|
background: #ffffff; |
|
|
|
border-radius: 4px 4px 4px 4px; |
|
|
|
border-radius: 5px 5px 5px 5px; |
|
|
|
opacity: 1; |
|
|
|
margin-left: 25px; |
|
|
|
margin-left: 30px; |
|
|
|
.el-form-item__content{ |
|
|
|
.el-input{ |
|
|
|
input{ |
|
|
|
height: 38px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.input-icon { |
|
|
|
height: 32px; |
|
|
|
width: 14px; |
|
|
|
margin-left: 2px; |
|
|
|
line-height: 32px; |
|
|
|
} |
|
|
|
.el-button { |
|
|
|
box-sizing: border-box; |
|
|
|
width: 263px !important; |
|
|
|
height: 33px; |
|
|
|
width: 315px !important; |
|
|
|
height: 39px; |
|
|
|
background: #1e2864; |
|
|
|
border-radius: 3px 3px 3px 3px; |
|
|
|
margin-top:19px; |
|
|
|
margin-bottom: 65px; |
|
|
|
border-radius: 4px 4px 4px 4px; |
|
|
|
margin-top:22px; |
|
|
|
margin-bottom: 78px; |
|
|
|
color: #ffffff; |
|
|
|
font-size: 15px; |
|
|
|
border:none; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
@ -289,13 +299,16 @@ export default { |
|
|
|
color: #bfbfbf; |
|
|
|
} |
|
|
|
.login-code { |
|
|
|
width: 33%; |
|
|
|
width: 83px; |
|
|
|
height: 27px; |
|
|
|
display: inline-block; |
|
|
|
height: 38px; |
|
|
|
float: right; |
|
|
|
img { |
|
|
|
width: 100%; |
|
|
|
height: 100% !important; |
|
|
|
cursor: pointer; |
|
|
|
vertical-align: middle; |
|
|
|
// vertical-align: middle; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |