dataStoreCount.wxss 944 Bytes
.dataStoreCount_main {
  display: flex;
  justify-content: space-around;
  margin-top: 50rpx;
}

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

.dataStoreCount_main .item_box_count .count_name {
  display: flex;
  justify-content: space-between;
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #3B465B;
  letter-spacing: 0;
  font-weight: 400;
  align-items: center;
}

.dataStoreCount_main .item_box_count .count_name .image_box {
  width: 28rpx;
  height: 28rpx;
}

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

.dataStoreCount_main .marginLeftBox {
  margin-left: 20rpx;
}

.dataStoreCount_main .marginBoth {
  margin: 0 18rpx;
}

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