| 123456789101112131415161718192021222324252627282930 |
- .page {
- height: 100vh;
- padding: 0 32rpx;
- }
- .updatePasswordButton{
- text-align: center;
- background: #4cd964;
- line-height: 80rpx;
- border-radius: 10rpx;
- color: #FFFFFF;
- margin-top: 100rpx;
- }
- .customStyle{
- background: #fff05c;
- border: #fff05c;
- border-radius: 10rpx;
- }
- .customStyle::after{
- border: none;
- }
- .inputCode{
- width: 350rpx;
- }
- .register {
- margin-top: 24rpx;
- }
- .register text{
- font-size: 30rpx;
- color: #AAAAAA;
- }
|