index.rpx.css 404 B

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