circularDiagram.scss 2.3 KB
.circle_main {
  // 
  display: flex;

  //  background: red;
  .circle_main_left {
    width: 50%;

    .circle_left_show {
      margin: 40rpx 44rpx;
      height: 224rpx;
    }

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


  }

  .circle_main_right {
    width: 50%;

    // background: red;
    .circle_right_show {
      margin: 40rpx 44rpx;
      display: flex;
      align-items: center;
      height: 224rpx;

      .status_num_total,
      .num_total_str {
        font-family: PingFangSC-Regular;
        font-size: 24rpx;
        color: #9898A0;
        letter-spacing: 0;
        // text-align: right;
        font-weight: 400;
      }

      .num_total {
        font-family: PingFangSC-Semibold;
        font-size: 40rpx;
        color: #323241;
        letter-spacing: 0;
        text-align: right;
        font-weight: 600;
        margin: 0 4rpx;
      }

      .num_total_str {
        font-size: 30rpx;
        margin: 0 4rpx;
      }
    }
  }

  .circle_left_content {
    display: flex;

    // background: red;
    .left_content {
      flex: 1;
      margin-left: 24rpx;

      .left_content_num {
        font-family: DINAlternate-Bold;
        font-size: 48rpx;
        color: #323241;
        letter-spacing: 0;
        text-align: center;
        font-weight: 700;
      }

      .left_content_text {
        font-family: PingFangSC-Regular;
        font-size: 24rpx;
        color: #9898A0;
        letter-spacing: 0;
        text-align: left;
        font-weight: 400;
        margin-top: 14rpx;
      }
    }

    .right_content {
      flex: 1;

      .right_content_num {
        font-family: DINAlternate-Bold;
        font-size: 48rpx;
        color: #F53F3F;
        letter-spacing: 0;
        text-align: center;
        font-weight: 700;
      }

      .offLine {
        color: #323241;
      }

      .right_content_text {
        font-family: PingFangSC-Regular;
        font-size: 24rpx;
        color: #9898A0;
        letter-spacing: 0;
        text-align: left;
        font-weight: 400;
        margin-top: 14rpx;
      }
    }
  }
}