.export-import-modal{
  .pisell-lowcode-modal-header{
    padding: 0 0 6px 0!important;
  }

  .pisell-lowcode-table-content{
    .pisell-lowcode-table-cell{
      padding: 16px!important;
    }
  }
}

.goods-list-page {
  padding: 0 30px;

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    font-size: 20px;
    font-weight: 650;
    line-height: 28px;
    color: #252a2d;

    .action-list {
      display: flex;
      align-items: center;
      min-height: 40px;

      .import-btn,
      .export-btn {
        height: 28px;
        font-size: 14px;
        font-weight: 650;
        line-height: 28px;
        color: #252a2d;
        cursor: pointer;
      }
    }
  }

  .content {
    padding: 20px 0;
    background: #ffffff;
    border-radius: var(--small-border-radius);

    .search-wrap {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 32px 0 32px;
      display: flex;
      align-items: center;

      .search-input {
        flex: 1;
        margin-right: 20px;
      }

      &.phone-wrap {
        flex-direction: column;
        align-items: flex-end;

        .search-input {
          width: 100%;
          margin-bottom: 16px;
          margin-right: 0;
        }
      }
    }

    .cover-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      width: 64px;
      height: 64px;
      opacity: 1;
      border-radius: 2px;
      margin: 0 auto;

      img {
        width: 100%;
      }
    }

    .goods-status {
      display: inline-block;
      min-width: 58px;
      border-radius: 16px;
      font-size: 13px;

      text-align: center;
      padding: 2px 8px;

      &.release {
        background: #6fa629;
        color: #ffffff;
      }

      &.pending {
        background: #ec808d;
        color: #fff;
      }

      &.archived {
        background: #e4e5e7;
        color: #252a2d;
      }

      &.draft {
        background: #a4e8f2;
        color: #202223;
      }
    }
  }
}

.spin {
  :global {
    .ant-spin {
      max-height: 10000px !important;
    }
  }
}

.empty-wrap {
  min-height: 550px;

  .empty-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 550px;
    background: #ffffff;
    border-radius: 4px;

    .icon {
      font-size: 170px;
      margin-top: 70px;
    }

    .title {
      margin-top: 40px;
      height: 22px;
      font-size: 16px;
      font-weight: 650;
      line-height: 28px;
      color: #252a2d;
    }

    .describe {
      margin-top: 22px;
      margin-bottom: 9px;
      max-width: 390px;
      height: 86px;
      font-size: 14px;

      font-weight: 400;
      line-height: 22px;
      color: #707070;
    }
  }
}

.footer {
  margin-top: 30px;
  height: 17px;
  font-size: 12px;

  font-weight: 400;
  line-height: 17px;
  color: #8c8c8c;
  text-align: center;
}

.phone-wrap {
  padding: 0 16px;

  .content {
    .search-wrap {
      padding: 10px 16px 0 16px;
    }

    .list-wrap {
      padding: 16px;
    }
  }
}

.list-wrap {
  padding: 20px 32px;
}
