custom-product.scss 784 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;
  width: 100%;
  overflow: hidden;

  img {
    width: 1920px;
    margin-left: -360px;
  }
}

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

  &-item {
    background-color: #ffffff;
    flex-wrap: wrap;
    width: 16rem;
    height: 16rem;
    border-radius: $borderRadius;
    border: solid 1px #f2f2f2;
    margin: $marginSmallHalf;
    cursor: pointer;

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

    .t1 {
      width: 100%;
      text-align: center;
      font-size: $fontSizeTitle;

    }
  }
}