|
|
@ -2,9 +2,13 @@
|
|
|
|
<div class="login-wrap">
|
|
|
|
<div class="login-wrap">
|
|
|
|
<p class="blurBox"></p>
|
|
|
|
<p class="blurBox"></p>
|
|
|
|
<div class="loginFilter">
|
|
|
|
<div class="loginFilter">
|
|
|
|
|
|
|
|
<div class="leftPic">
|
|
|
|
|
|
|
|
<h3>视频监控可视化平台</h3>
|
|
|
|
|
|
|
|
<p>Video surveillance visualization platform</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="ms-login">
|
|
|
|
<div class="ms-login">
|
|
|
|
<div class="ms-title">
|
|
|
|
<div class="ms-title">
|
|
|
|
<h3>视频监控可视化平台</h3>
|
|
|
|
<h3>登录</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-form
|
|
|
|
<el-form
|
|
|
|
:model="userInfo"
|
|
|
|
:model="userInfo"
|
|
|
@ -143,32 +147,49 @@ export default {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
//background: #86b7ff;
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
|
|
|
|
|
|
|
|
//backdrop-filter: blur(12px);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.loginFilter {
|
|
|
|
.loginFilter {
|
|
|
|
width: 420px;
|
|
|
|
width: 1000px;
|
|
|
|
height: 450px;
|
|
|
|
height: 450px;
|
|
|
|
background: rgba(255, 255, 255, 0.6);
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: 0px 4px 12px 0px rgba(51, 51, 51, 0.15);
|
|
|
|
box-shadow: 0px 4px 12px 0px rgba(51, 51, 51, 0.15);
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 20px;
|
|
|
|
left: 50%;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
transform: translate(-50%;-50%);
|
|
|
|
transform: translate(-50%;-50%);
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.leftPic {
|
|
|
|
|
|
|
|
width: 50%;
|
|
|
|
|
|
|
|
background: url(../assets/img/logo.jpg);
|
|
|
|
|
|
|
|
background-size: 120% 100%;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.ms-login {
|
|
|
|
.ms-login {
|
|
|
|
width: 420px;
|
|
|
|
width: 50%;
|
|
|
|
height: 454px;
|
|
|
|
height: 448px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
background-size: 100%;
|
|
|
|
background-size: 100%;
|
|
|
|
//background: @color-white;
|
|
|
|
//background: @color-white;
|
|
|
|
.ms-title {
|
|
|
|
.ms-title {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #dcdfe6;
|
|
|
|
//border-bottom: 1px solid #dcdfe6;
|
|
|
|
padding: 40px 16px;
|
|
|
|
padding: 40px 16px;
|
|
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
h3 {
|
|
|
|