allcardList.scss 774 Bytes
.allcardList_main {
  display: flex;
  flex-wrap: wrap;
  // background: #fff;
  // justify-content: space-between;

  .cardList_box {
    width: 100%;
    // background: red;
  }
  .allcardListItem {
    background: #F5F6FD;
    border-radius: 10rpx;
    margin-bottom: 20rpx;
    min-width:33.33%;
    height: 104rpx;
    padding-top: 20rpx;

    .text_key {
      font-family: PingFangSC-Regular;
      font-size: 11*2rpx;
      color: #3B465B;
      letter-spacing: 0;
      text-align: center;
      font-weight: 400;
      // margin-top: 20rpx;
    }

    .text_value {
      margin-top: 16rpx;
      font-family: DINAlternate-Bold;
      font-size: 14*2rpx;
      color: #323241;
      letter-spacing: 0;
      text-align: center;
      font-weight: 700;
    }
  }

}