index.rpx.css 244 B

1234567891011121314
  1. .page{
  2. height: 100vh;
  3. background: #F9F9F9;
  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. }