index.rpx.css 667 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. }
  27. .register text{
  28. font-size: 30rpx;
  29. color: #AAAAAA;
  30. }
  31. .photoView{
  32. width: 100rpx;
  33. height: 100rpx;
  34. border-radius: 50rpx;
  35. padding: 0;
  36. margin: 30rpx 0;
  37. overflow: hidden;
  38. margin-left: 100rpx;
  39. }
  40. .photoImage{
  41. width: 100rpx;
  42. height: 100rpx;
  43. }
  44. .bordBot{
  45. border-bottom: 1px solid #F7F7F7;
  46. }