| 1234567891011121314151617181920212223242526272829303132 |
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
- .update-pop{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius: 15rpx;width: 600rpx;z-index: 100;padding-bottom: 70rpx;}
- .update-img{width: 180rpx;height: 180rpx;margin: -42rpx auto 0;}
- .update-avatar{width: 150rpx !important;height: 150rpx !important;margin: 50rpx auto 0 !important;}
- .update-avatar image{width: 100%;height: 100%;}
- .update-avatars{border-radius: 50%;}
- .update-tip{font-size: 34rpx;color: #333;text-align: center;padding: 0 30rpx;margin: 34rpx 0 0;}
- .update-btn{width: 460rpx !important;height: 80rpx !important;background: #04C562;border-radius: 50rpx !important;font-size: 32rpx;color: #fff;margin: 56rpx auto 0 !important;text-align: center;line-height: 80rpx !important;}
- .update-close{width: 65rpx;height: 65rpx;position: absolute;left: 50%;transform: translateX(-50%);bottom: -110rpx;}
- .update-form{margin: 50rpx;}
- .update-label{font-size: 30rpx;color: #333;margin-right: 20rpx;}
- .update-ipt{font-size: 28rpx;color: #333;border-bottom: 1rpx solid #e9e9e9;padding: 25rpx 0;}
- .update-placeholder{color: #999;}
- .bind-title{
- line-height: 59rpx;
- font-size: 42rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- text-align: center;
- margin-top: 60rpx;
- }
- .bind-text{
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 45rpx;
- padding: 0 30rpx;
- text-align: center;
- margin-top: 15rpx;
- }
|