index.rpx.css 839 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .page {
  2. position: relative;
  3. padding: 0rpx 56rpx;
  4. /*background: #4cd964;*/
  5. }
  6. .logTitle{
  7. padding-top: 34rpx;
  8. }
  9. .log {
  10. width: 320rpx;
  11. height: 244rpx;
  12. margin-top: 80rpx;
  13. }
  14. .welcome {
  15. font-size: 40rpx;
  16. font-weight: 600;
  17. color: #333333;
  18. line-height: 60rpx;
  19. }
  20. .form {
  21. padding: 0 20rpx;
  22. margin-top: 60rpx;
  23. }
  24. .formItem {
  25. margin-top: 50rpx;
  26. }
  27. .forgetPassword{
  28. font-size: 28rpx;
  29. font-family: PingFangSC, PingFang SC;
  30. font-weight: 400;
  31. color: #999999;
  32. line-height: 60rpx;
  33. margin-top: 32rpx;
  34. text-align: right;
  35. }
  36. .loginButton {
  37. background: #FFE05C;
  38. height: 90rpx;
  39. border-radius: 45rpx;
  40. text-align: center;
  41. line-height: 90rpx;
  42. font-size: 28rpx;
  43. margin-top: 32rpx;
  44. }
  45. .register {
  46. margin-top: 24rpx;
  47. }
  48. .register text{
  49. font-size: 30rpx;
  50. color: #AAAAAA;
  51. }
  52. .versionName {
  53. position: absolute;
  54. bottom: 40rpx;
  55. left: 37vw;
  56. }