| | |
| | | </div> |
| | | </el-form-item> |
| | | <el-checkbox v-model="loginForm.rememberMe" style="margin:0 0 25px 0;color: #ccc">记住密码</el-checkbox> |
| | | <div style="display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px"> |
| | | <div style="display: flex;justify-content: space-between;align-items: center"> |
| | | <div style="width: 100%"> |
| | | <el-button |
| | | class="btn-cont" |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | opacity: 0; |
| | | -webkit-opacity: 0; |
| | | animation: floatUp ease 0.6s forwards; |
| | | |
| | | .login-card{ |
| | | width: 500px; |
| | | padding: 30px; |
| | |
| | | max-width: 100%; |
| | | box-sizing: border-box; |
| | | box-shadow: 0 10px 20px rgba(0,0,0,.05); |
| | | opacity: 0; |
| | | -webkit-opacity: 0; |
| | | animation: floatUp ease 0.6s forwards; |
| | | } |
| | | .login-form { |
| | | width: 100%; |