| | |
| | | <template> |
| | | <div class="login-container" ref="login" @keyup.enter.native="handleLogin"> |
| | | <top-color v-show="false"></top-color> |
| | | |
| | | <div class="login-weaper animated bounceInDown"> |
| | | <div class="login-left"> |
| | | <div class="login-time"> |
| | |
| | | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="copyright-box"> |
| | | 版权所有:上饶市住房和城乡建设局 |
| | | <br /> |
| | | 技术支持:上饶国控数字科技有限公司 |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | background-color: #469BC0; |
| | | // background-image: url("/img/bg/bg.jpg"); |
| | | background-size: 100% 100%; |
| | | |
| | | .copyright-box { |
| | | width: 100%; |
| | | position: absolute; |
| | | bottom: 40px; |
| | | text-align: center; |
| | | color: #fff; |
| | | line-height: 24px; |
| | | font-size: 14px; |
| | | } |
| | | } |
| | | |
| | | .login-weaper { |