| | |
| | | <image class="logo" :src="logoSvg" /> |
| | | <div class="title">低空经济服务一体化平台系统</div> |
| | | <div class="user-name"> |
| | | <!-- <image :src="usernameSvg" /> --> |
| | | |
| | | <input v-model="loginForm.username" placeholder="请输入用户名" /> |
| | | </div> |
| | | <div class="pass-word"> |
| | | <!-- <image :src="passwordSvg" /> --> |
| | | <input |
| | | v-model="loginForm.password" |
| | | type="password" |
| | |
| | | </checkbox-group> |
| | | 记住密码 |
| | | </label> |
| | | <div>忘记密码?</div> |
| | | <div class="forgotPassword">忘记密码?</div> |
| | | </div> |
| | | |
| | | <button class="login-btn" :style="[inputStyle]" @tap="submit">登录</button> |
| | | <view class="agreement"> |
| | | <!-- <view class="agreement"> |
| | | <label> |
| | | <checkbox :checked="agreed" @click="agreed = !agreed" /> |
| | | 同意《用户协议》与《隐私政策》 |
| | | </label> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | } |
| | | } |
| | | .logo { |
| | | width: 127px; |
| | | height: 51px; |
| | | width: 134rpx; |
| | | height: 134rpx; |
| | | margin: 0 auto; |
| | | margin-top: 286rpx; |
| | | margin-bottom: 16px; |
| | |
| | | text-transform: none; |
| | | color: #161B2C; |
| | | text-align: center; |
| | | margin-bottom: 168rpx; |
| | | margin-bottom: 106rpx; |
| | | } |
| | | .user-name{ |
| | | margin-bottom: 40rpx; |
| | |
| | | margin-right: 58rpx; |
| | | margin-top: 20rpx; |
| | | |
| | | color: #666; |
| | | font-weight: 400; |
| | | font-size: 28rpx; |
| | | color: #86909C; |
| | | |
| | | label { |
| | | display: flex; |
| | |
| | | @apply flex items-center justify-center py-12rpx px-0 text-30rpx border-none; |
| | | background: #1d6fe9; |
| | | color: white; |
| | | width: 590rpx; |
| | | height: 76rpx; |
| | | border-radius: 40rpx 40rpx 40rpx 40rpx; |
| | | margin-top: 100rpx; |
| | | |
| | | width: 670rpx; |
| | | height: 100rpx; |
| | | border-radius: 8rpx 8rpx 8rpx 8rpx; |
| | | margin-top: 184rpx; |
| | | font-size: 36rpx; |
| | | font-weight: 400; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | &::after { |
| | | @apply border-none; |
| | | } |
| | |
| | | align-items: center; |
| | | text-align: center; |
| | | } |
| | | .forgotPassword { |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 500; |
| | | font-size: 28rpx; |
| | | color: #4E5969; |
| | | } |
| | | </style> |