@import 'press-ui/common/style/smoba/layout.scss';
@import 'press-ui/common/style/smoba/mixin.scss';
@import '../../press-schedule-knockout/css/switch.scss';

.press-schedule {
  height: 100%;
  overflow: auto;

  &--tab-1 {
    .press__sche-map--loser {
      display: none;
    }
  }


  &--tab-2 {
    .press__sche-map--winner {
      display: none;
    }
  }
}

.press-schedule__body {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.press-schedule__finals {
  position: relative;
  background: $color-white;
  margin: 0 .32rem;
  border-radius: .08rem;
  overflow: visible;
  margin-top: .04rem;

  // 先去掉 overflow:hidden，会导致小程序显示不全
  &::after {
    @include halfBorder($color-gray-6, .08rem);
  }

  &--tip {
    margin-top: .2rem;
  }

  .press-schedule__err-tip {
    position: absolute;
    top: .08rem;
    right: .08rem;
    z-index: 10;
    transform: translate(50%, -50%);

    .press-schedule__err-tip-icon {
      width: .32rem;
      height: .32rem;
      background: url(https://image-1251917893.file.myqcloud.com/Esports/new/user/warn.png) no-repeat;
      background-size: 100% 100%;
    }
  }
}