avatar-cropper.wxss 156 B

12345678910
  1. .submit-btn {
  2. position: fixed;
  3. bottom: 20%;
  4. left: 50%;
  5. margin-left: -100rpx;
  6. width: 200rpx;
  7. height: 72rpx;
  8. line-height: 72rpx;
  9. z-index: 2;
  10. }