index.rpx.css 752 B

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