index.rpx.css 370 B

123456789101112131415161718192021222324
  1. .page {
  2. height: 100vh;
  3. background-color: #f7f7f7;
  4. padding: 0 32rpx;
  5. }
  6. .updatePasswordButton{
  7. text-align: center;
  8. background: #4cd964;
  9. line-height: 80rpx;
  10. border-radius: 10rpx;
  11. color: #FFFFFF;
  12. margin-top: 100rpx;
  13. }
  14. .customStyle{
  15. background: #fff05c;
  16. border: #fff05c;
  17. border-radius: 10rpx;
  18. }
  19. .customStyle::after{
  20. border: none;
  21. }
  22. .inputCode{
  23. width: 350rpx;
  24. }