overallOperation.wxss 1.82 KB
.overallOperation_main {
  background: #FFFFFF;
  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;
}

.overallOperation_main .circle_left_show {
  margin: 0 24rpx;
  height: 240rpx;
}

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

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

.overallOperation_main .overall_data {
  flex: 1;
  padding: 24rpx;
  background: #F6F6F6;
  border-radius: 16rpx;
  margin-top: 24rpx;
}

.overallOperation_main .overall_data .device_type {
  font-family: PingFangSC-Medium;
  font-size: 28rpx;
  color: #323241;
  letter-spacing: 0;
  height: 36rpx;
  line-height: 36rpx;
  font-weight: 550;
  margin-bottom: 28rpx;
}

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

.overallOperation_main .overall_data .data_two .left {
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #666671;
  letter-spacing: 0;
  font-weight: 400;
}

.overallOperation_main .overall_data .data_two .right .right_num {
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #00C653;
  letter-spacing: 0;
  font-weight: 400;
}

.overallOperation_main .overall_data .data_two .right .right_unit {
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #9898A0;
  letter-spacing: 0;
  font-weight: 400;
}

.overallOperation_main .smallBox {
  height: 170rpx;
}

.overallOperation_main .marginRight {
  margin-right: 20rpx;
}