| | |
| | | </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" |
| | |
| | | width: 500px; |
| | | padding: 30px; |
| | | border-radius: 16px; |
| | | background-color: rgba(40,40,40,.4); |
| | | backdrop-filter: blur(6px); |
| | | -webkit-backdrop-filter: blur(6px); |
| | | background-color: rgba(40,40,40,.5); |
| | | backdrop-filter: blur(8px); |
| | | -webkit-backdrop-filter: blur(8px); |
| | | border: 1px solid rgba(255,255,255,.6); |
| | | max-width: 100%; |
| | | box-sizing: border-box; |