deviceData.scss 1.75 KB
.deviceData_main {
  // background: red;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  // width: 100%;
  padding: 44rpx 24rpx 16rpx;

  .device_item {
    // width: 270rpx;
    flex: 1;
    min-width: 270rpx;
    border-radius: 16rpx;
    padding: 24rpx 24rpx 30rpx;
    margin-bottom: 24rpx;

    .device_type {
      display: flex;
      justify-content: space-between;

      .device_name {
        font-family: PingFangSC-Medium;
        font-size: 14*2rpx;
        color: #323241;
        letter-spacing: 0;
        height: 56rpx;
        line-height: 56rpx;
        font-weight: 550;
      }

      .image_box {
        width: 56rpx;
        height: 56rpx;
      }
    }

    .deviceMargin {
      margin: 30rpx 0 16rpx;
    }

    .data_two {
      height: 34rpx;
      line-height: 34rpx;
      display: flex;
      justify-content: space-between;

      .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;
        }
      }
    }
  }
  .marginRight {
    margin-right: 20rpx;
  }

  .deviceOne {
    background-image: linear-gradient(267deg, #EDFAF7 0%, #D6F4EC 100%);
  }

  .deviceTwo {
    background-image: linear-gradient(-90deg, #EEF7F9 0%, #D3EAF4 100%);
  }

  .deviceThree {
    background-image: linear-gradient(-90deg, #E8ECF9 0%, #D2DFFA 100%);
  }

}