@import '@styles/var.scss';

.device-bind {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;

  &-scroll {
    flex: 1;

    &-view {
      height: 100%;
    }
  }

  &-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;

    &-checkbox {
      margin-left: 30px;
    }

    &-info {
      flex: 1;
    }
  }

  &-bottom-bar {
    .all {
      // width: 200px;
      display: inline-block;
      flex: 1;
    }

    .enter {
      display: inline-block;
      width: 150px;
    }

    padding: 0 20px;
    display: flex;
    align-items: center;
    // flex-direction: row;
    justify-content: space-between;
  }
}