.uiless-member-mini-item {
  height: auto;
  display: flex;
  padding: 0 12px;
  align-items: center;
  cursor: pointer;
  &:hover {
    background: $gray-01;
  }
  &-checked {
    background: $highlight-brand;
  }
  // 复选框样式
  .#{$css-prefix}checkbox-wrapper {
    display: flex;
    align-items: center;
    height: auto;
    overflow: hidden;
    width: 100%;
    .#{$css-prefix}checkbox-label {
      height: auto;
      padding: 4px 0;
      overflow: hidden;
      flex: 1;
    }
  }
  // mini时 对号样式
  .uiless-member-single-mini {
    padding: 4px 0 4px 28px;
    position: relative;
    width: 100%;
    i, .#{$css-prefix}icon {
      position: absolute;
      top: 14px;
      left: 0;
      color: $primary-brand;
    }
  }
}

