| | |
| | | <template> |
| | | <div class="login"> |
| | | <div class="title-container"> |
| | | <h3 class="title">自贡公安天网运维平台</h3> |
| | | </div> |
| | | <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> |
| | | <h3 class="title">若依后台管理系统</h3> |
| | | <h3 class="title">自贡公安天网运维平台</h3> |
| | | |
| | | <el-form-item prop="username"> |
| | | <el-input |
| | |
| | | }; |
| | | </script> |
| | | |
| | | <style rel="stylesheet/scss" lang="scss"> |
| | | <style rel="stylesheet/scss" lang="scss" scoped> |
| | | |
| | | $light_gray:#eee; |
| | | .login { |
| | | display: flex; |
| | | justify-content: center; |
| | |
| | | background-size: cover; |
| | | } |
| | | .title { |
| | | |
| | | margin: 0px auto 30px auto; |
| | | text-align: center; |
| | | color: #707070; |
| | |
| | | .login-code-img { |
| | | height: 38px; |
| | | } |
| | | .title-container { |
| | | position: absolute; |
| | | transform: translateY(-400%); |
| | | left: 35%; |
| | | .title { |
| | | font-size: 40px; |
| | | color: $light_gray; |
| | | margin: 0px auto 20px auto; |
| | | text-align: center; |
| | | font-weight: bold; |
| | | letter-spacing: 20px; |
| | | } |
| | | } |
| | | </style> |