.ll-tabs {
  .no-border {
    border: 0;
  }

  label {
    padding: 0 16px;
  }

  label:not(:first-child)::before {
    background: rgba(89,112,221,0.45);
    padding: 0;
    top: 0;
  }

  /* 常规 */
  .ant-radio-button-wrapper {
    background: rgba(89, 112, 221, 30%);
    .no-border();
    span {
      color: rgba(255, 255, 255, 85%);
    }
    &:focus-within {
      box-shadow: none;
    }
  }

  /* 选中 */
  label.ant-radio-button-wrapper-checked {
    background: #5970DD;
  }

  /* 禁用 */
  .ant-radio-button-wrapper-disabled {
    background: rgba(89, 112, 221, 8%);
    span {
      color: rgba(255, 255, 255, 25%);
    }
  }

  /* size: large */
  &.ll-tabs-large {
    .ant-radio-button-wrapper {
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
  }

  /* size: middle */
  &.ll-tabs-middle {
    .ant-radio-button-wrapper {
      height: 32px;
      line-height: 32px;
      font-size: 14px;
    }
  }

  /* size: small */
  &.ll-tabs-small {
    .ant-radio-button-wrapper {
      height: 28px;
      line-height: 28px;
      font-size: 12px;
    }
  }
}
