custom-product.scss 904 Bytes
@import '@/styles/_support';

.content {
  position: relative;
  padding-bottom: 2.5rem;
  font-family: MicrosoftYaHei;
}

.top-space {
  height: 2.5rem;
}

.box {
  position: relative;
}

.ebg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  img {
    max-width: 100%;
  }
}

.product {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  &-item {
    background-color: #ffffff;
    // display: flex;
    // justify-content: center;
    // align-content: center;
    // align-items: center;
    flex-wrap: wrap;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: .75rem;
    border: solid 1px #f2f2f2;
    margin: .5rem;
    cursor: pointer;

    .icon-wrap {
      height: 8.25rem;
      @extend .fcc;
    }

    .t1 {
      width: 100%;
      text-align: center;
      font-size: 18px;
      // line-height: 1.8rem;

      // background-color: wheat;

    }
  }
}