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