| | |
| | | <!-- 登录页 --> |
| | | <template> |
| | | <view class="login-form-wrap"> |
| | | <div class="imageLogo"> <image src="@/static/images/login/loginLogo.svg" /></div> |
| | | <image class="logo" :src="logoSvg" /> |
| | | <div class="title">低空经济服务一体化平台系统</div> |
| | | <div class="user-name"> |
| | |
| | | text-align: center; |
| | | height: 100%; |
| | | width: 100%; |
| | | |
| | | .imageLogo { |
| | | width: 425rpx; |
| | | height: 316rpx; |
| | | position: absolute; |
| | | right: 0; |
| | | image{ |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | .logo { |
| | | width: 127px; |
| | | height: 51px; |
| | | margin: 0 auto; |
| | | margin-top: 104px; |
| | | margin-top: 286rpx; |
| | | margin-bottom: 16px; |
| | | } |
| | | |