|
@@ -6,7 +6,7 @@
|
|
|
<div class="login-form-wrap">
|
|
<div class="login-form-wrap">
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
|
|
|
<div class="title-container">
|
|
<div class="title-container">
|
|
|
- <h3 class="form-title">用户登录</h3>
|
|
|
|
|
|
|
+ <h3 class="form-title">欢迎登录</h3>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<el-form-item prop="username">
|
|
<el-form-item prop="username">
|
|
@@ -52,7 +52,7 @@
|
|
|
<span>*</span> 忘记密码可咨询管理人员重新获取
|
|
<span>*</span> 忘记密码可咨询管理人员重新获取
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
- <el-button :loading="loading" type="primary" style="width:100%;margin-bottom:30px;" @click.native.prevent="handleLogin">
|
|
|
|
|
|
|
+ <el-button :loading="loading" type="primary" style="width:100%;height:48px" @click.native.prevent="handleLogin">
|
|
|
登录
|
|
登录
|
|
|
</el-button>
|
|
</el-button>
|
|
|
|
|
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
capsTooltip: false,
|
|
capsTooltip: false,
|
|
|
showDialog: false,
|
|
showDialog: false,
|
|
|
redirect: undefined,
|
|
redirect: undefined,
|
|
|
- logoImage: require('@/assets/images/logo/logo_csat.png'),
|
|
|
|
|
|
|
+ logoImage: require('@/assets/images/logo/logo.png'),
|
|
|
otherQuery: {}
|
|
otherQuery: {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -226,8 +226,8 @@ $bg: #2d3a4b;
|
|
|
.login-container {
|
|
.login-container {
|
|
|
min-height: 100%;
|
|
min-height: 100%;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- background-image: url("../../assets/images/login/login_ornament.png");
|
|
|
|
|
- background-size: 910px 870px;
|
|
|
|
|
|
|
+ background-image: url("../../assets/images/login/login_bg.png");
|
|
|
|
|
+ background-size:100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-color: #071A29;
|
|
background-color: #071A29;
|
|
|
background-position:344px 106px;
|
|
background-position:344px 106px;
|
|
@@ -236,21 +236,22 @@ $bg: #2d3a4b;
|
|
|
.login-form-wrap {
|
|
.login-form-wrap {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
background: rgba(255, 255, 255, .08);
|
|
background: rgba(255, 255, 255, .08);
|
|
|
- right: 10%;
|
|
|
|
|
- top: 30%;
|
|
|
|
|
- padding: 10px;
|
|
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ transform: translate(-50%,-50%);
|
|
|
|
|
+ // padding: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-form {
|
|
.login-form {
|
|
|
- width: 367px;
|
|
|
|
|
- height: 319px;
|
|
|
|
|
|
|
+ width: 420px;
|
|
|
|
|
+ height: 437px;
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
padding: 30px;
|
|
padding: 30px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- background: rgba(255, 255, 255, .08);
|
|
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
-
|
|
|
|
|
|
|
+ background: linear-gradient(0deg, #1C2D46 0%, #304564 100%);
|
|
|
|
|
+ box-shadow: 0px 5px 30px 0px #05081B80;
|
|
|
.icon-image {
|
|
.icon-image {
|
|
|
width: 20px;
|
|
width: 20px;
|
|
|
height: 20px;
|
|
height: 20px;
|
|
@@ -262,16 +263,18 @@ $bg: #2d3a4b;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
- text-align: center;
|
|
|
|
|
- margin-top: 0;
|
|
|
|
|
margin-bottom: 34px;
|
|
margin-bottom: 34px;
|
|
|
|
|
+ font-family: Be Vietnam;
|
|
|
|
|
+ font-size: 28px;
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ line-height: 41px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tip-text {
|
|
.tip-text {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #7C878E;
|
|
color: #7C878E;
|
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
|
|
|
|
span {
|
|
span {
|
|
|
color: #E41111;
|
|
color: #E41111;
|