alarmStatistics.wxss 1.16 KB
.dataStoreCount_main .storeCountItem {
  margin-top: 40rpx;
}

.dataStoreCount_main .storeCountItem .item_title {
  margin-left: 38rpx;
  font-family: PingFangSC-Semibold;
  font-size: 32rpx;
  color: #323241;
  font-weight: 600;
}

.dataStoreCount_main .storeCountItem .item_data_box {
  margin-top: 20rpx;
  display: flex;
  justify-content: space-around;
}

.dataStoreCount_main .storeCountItem .item_data_box .item_box_count {
  flex: 1;
  background: #FEF8F7;
  border-radius: 10rpx;
  padding: 20rpx;
}

.dataStoreCount_main .storeCountItem .item_data_box .item_box_count .count_name {
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #3B465B;
  font-weight: 400;
}

.dataStoreCount_main .storeCountItem .item_data_box .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 .storeCountItem .item_data_box .marginLeftBox {
  margin-left: 20rpx;
}

.dataStoreCount_main .storeCountItem .item_data_box .marginBoth {
  margin: 0 16rpx;
}

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