index.rpx.css 596 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .page {
  2. height: 100vh;
  3. padding: 0 32rpx;
  4. }
  5. .updatePasswordButton{
  6. text-align: center;
  7. background: #4cd964;
  8. line-height: 80rpx;
  9. border-radius: 10rpx;
  10. color: #FFFFFF;
  11. margin-top: 100rpx;
  12. }
  13. .customStyle{
  14. background: #fff05c;
  15. border: #fff05c;
  16. border-radius: 10rpx;
  17. }
  18. .customStyle::after{
  19. border: none;
  20. }
  21. .inputCode{
  22. width: 350rpx;
  23. }
  24. .register {
  25. margin-top: 24rpx;
  26. padding-bottom: 50rpx;
  27. font-size: 30rpx;
  28. color: #AAAAAA;
  29. }
  30. .photoView{
  31. width: 100rpx;
  32. height: 100rpx;
  33. border-radius: 50rpx;
  34. overflow: hidden;
  35. background: #FFE50C;
  36. }
  37. .photoImage{
  38. width: 100rpx;
  39. height: 100rpx;
  40. }