| 12345678910111213 |
- .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: 560rpx;z-index: 100;padding-bottom: 55rpx;}
- .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: 45rpx 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;}
|