| | |
| | | </div> |
| | | <div class="login-bg-image" style="color: white;text-align: center"> |
| | | <div style="font-size: 80px; font-weight: bold" >欢迎登录</div> |
| | | <h1>PLT-WEB平台</h1> |
| | | <h1 style="font-size: 40px">PLT-WEB平台</h1> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .login-container { |
| | | background: #fff url('../../../public/img/login-background.png') no-repeat center; |
| | | background: url('../../../public/img/login-background.png') no-repeat center; |
| | | background-size: 100% 100%; |
| | | } |
| | | .login-bg-image{ |
| | | position: fixed; |
| | | left: 10%; |
| | | top: 25%; |
| | | top: 30%; |
| | | |
| | | } |
| | | </style> |