dataStoreCount.scss 955 Bytes
  .dataStoreCount_main {
    display: flex;
    justify-content: space-around;
    margin-top: 50rpx;
    
  

    .item_box_count {
      flex: 1;
      background: #F5F6FD;
      border-radius: 10rpx;
      padding: 20rpx 14rpx 18rpx 20rpx;

      .count_name {
        display: flex;
        justify-content: space-between;
        font-family: PingFangSC-Regular;
        font-size: 12*2rpx;
        color: #3B465B;
        letter-spacing: 0;
        font-weight: 400;
        align-items: center;
        .image_box {
          width: 28rpx;
          height: 28rpx;
        }
      }

      .count_num {
        font-family: DINAlternate-Bold;
        font-size: 32rpx;
        color: #323241;
        letter-spacing: 0;
        font-weight: 700;
        margin-top: 14rpx;
      }
    }

    .marginLeftBox {
      margin-left: 20rpx;
    }

    .marginBoth {
      margin: 0 18rpx;
    }

    .marginRightBox {
      margin-right: 20rpx;
    }
  }