phone.scss 580 B

123456789101112131415161718192021222324252627282930313233
  1. page {
  2. background: #ffffff;
  3. }
  4. .logo {
  5. width: 100vw;
  6. height: 340rpx;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. margin-bottom: 40rpx;
  11. image {
  12. width: 192rpx !important;
  13. height: 192rpx !important;
  14. border-radius: 24rpx;
  15. border: 2rpx solid #CCC;
  16. margin-top: 60rpx;
  17. }
  18. }
  19. .iconfont {
  20. color: var(--assist);
  21. }
  22. .login {
  23. width: 650rpx;
  24. height: 90rpx;
  25. border-radius: 16rpx !important;
  26. font-size: 28rpx;
  27. font-family: PingFang SC-Regular, PingFang SC;
  28. color: #FFFFFF;
  29. }