alarmStatistics.scss 1 KB
.dataStoreCount_main {
  .storeCountItem {
    margin-top: 40rpx;

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

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

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

        .count_name {
          font-family: PingFangSC-Regular;
          font-size: 12*2rpx;
          color: #3B465B;
          font-weight: 400;
        }

        .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 16rpx;
      }

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