@import '~@zgfe/business-lib/es/assets/styles/inner.less';

.modules-interval-topbar {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0;
  padding-right: 24px;
  &-panel {
    margin-right: 16px;
  }
  &-scene {
    margin-right: 16px;
  }
  &-earlywarning {
    margin-right: 16px;
  }
  &-platform {
    display: flex;
    height: 32px;
    line-height: 32px;
    > div {
      position: relative;
      padding: 0 16px;
      font-size: 14px;
      background: #fff;
      border: 1px solid #ecedf0;
      cursor: pointer;
    }
    > div:hover,
    .active {
      z-index: 1;
      color: #165dff;
      background: #e8efff;
      border: 1px solid #165dff;
    }
    > :nth-child(1) {
      border-radius: 4px 0 0 4px;
    }
    > :nth-child(2) {
      margin-left: -1px;
    }
    > :nth-child(3) {
      margin-left: -1px;
    }
    > :nth-child(4) {
      margin-left: -1px;
      border-radius: 0 4px 4px 0;
    }
  }
}
