phone.scss 943 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. }
  30. .funs-box {
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .login-fun {
  36. display: flex;
  37. align-items: center;
  38. justify-content: center;
  39. background-color: #FA8C16;
  40. width: 72rpx;
  41. height: 72rpx;
  42. border-radius: 50%;
  43. margin-left: 16rpx;
  44. .iconfont {
  45. font-size: 36rpx;
  46. color: #fff;
  47. }
  48. }