123456789101112131415161718192021222324252627282930313233 |
- page {
- background: #ffffff;
- }
- .logo {
- width: 100vw;
- height: 340rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 40rpx;
- image {
- width: 192rpx !important;
- height: 192rpx !important;
- border-radius: 24rpx;
- border: 2rpx solid #CCC;
- margin-top: 60rpx;
- }
- }
- .iconfont {
- color: var(--assist);
- }
- .login {
- width: 650rpx;
- height: 90rpx;
- border-radius: 16rpx !important;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
|