.yg-upload {
  width: 100%;
  height: 100%;

  &-cropper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 888;
    background-color: #000;
  }

  &-btns {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    height: 80PX;
    padding: 0 60rpx;

    >view {
      width: 140rpx;
    }
  }
}