| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .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;
- padding-bottom: 50rpx;
- font-size: 30rpx;
- color: #AAAAAA;
- }
- .photoView{
- width: 100rpx;
- height: 100rpx;
- border-radius: 50rpx;
- overflow: hidden;
- }
- .photoImage{
- width: 100rpx;
- height: 100rpx;
- }
|