index.css 1.2 KB

12345678910111213
  1. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  2. .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;}
  3. .update-img{width: 180rpx;height: 180rpx;margin: -42rpx auto 0;}
  4. .update-avatar{width: 150rpx !important;height: 150rpx !important;margin: 50rpx auto 0 !important;}
  5. .update-avatar image{width: 100%;height: 100%;}
  6. .update-avatars{border-radius: 50%;}
  7. .update-tip{font-size: 32rpx;color: #333;text-align: center;padding: 0 30rpx;margin: 34rpx 0 0;line-height: 48rpx;}
  8. .update-btn{width: 460rpx !important;height: 80rpx !important;background: var(--main);border-radius: 50rpx !important;font-size: 32rpx;color: #fff;margin: 45rpx auto 0 !important;text-align: center;line-height: 80rpx !important;}
  9. .update-close{width: 65rpx;height: 65rpx;position: absolute;left: 50%;transform: translateX(-50%);bottom: -110rpx;}
  10. .update-form{margin: 50rpx;}
  11. .update-label{font-size: 30rpx;color: #333;margin-right: 20rpx;}
  12. .update-ipt{font-size: 28rpx;color: #333;border-bottom: 1rpx solid #e9e9e9;padding: 25rpx 0;}
  13. .update-placeholder{color: #999;}