overallOperation.scss 1.9 KB
.overallOperation_main {
  background: #FFFFFF;
  // background: red;
  border-radius: 20rpx;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 54rpx 24rpx 20rpx;
  max-height: 900rpx;
  padding-bottom: 20rpx;

  .circle_left_show {
    margin: 0 24rpx ;
    height: 240rpx;
    // background: red;

    .deviceNum {
      font-family: DINAlternate-Bold;
      font-size: 40rpx;
      color: #323241;
      letter-spacing: 0;
      font-weight: 700;
    }

    .deviceCont {
      font-family: PingFangSC-Regular;
      font-size: 28rpx;
      color: #323241;
      letter-spacing: 0;
      font-weight: 400;
    }

  }

  .overall_data {
    // width: 266rpx;
    flex: 1;
    padding: 24rpx;
    background: #F6F6F6;
    border-radius: 16rpx;
    margin-top: 24rpx;

    // margin: 0 12rpx;
    .device_type {
      font-family: PingFangSC-Medium;
      font-size: 14*2rpx;
      color: #323241;
      letter-spacing: 0;
      height: 36rpx;
      line-height: 36rpx;
      font-weight: 550;
      margin-bottom: 28rpx;
    }

    .deviceMargin {
      // margin: 4rpx 0;
    }

    .data_two {
      height: 34rpx;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;


      .left {
        font-family: PingFangSC-Regular;
        font-size: 12*2rpx;
        color: #666671;
        letter-spacing: 0;
        font-weight: 400;
      }

      .right {
        .right_num {
          font-family: PingFangSC-Regular;
          font-size: 12*2rpx;
          color: #00C653;
          letter-spacing: 0;
          font-weight: 400;
        }

        .right_unit {
          font-family: PingFangSC-Regular;
          font-size: 12*2rpx;
          color: #9898A0;
          letter-spacing: 0;
          font-weight: 400;
        }
      }
    }
  }
  .smallBox {
    height: 170rpx;
  }
  .marginRight {
    margin-right: 20rpx;
  }
}