custom-product.scss 858 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 {
    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 {
    }

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

      // background-color: wheat;
      height: 2rem;
    }
  }
}