// 公布成绩样式开始
// @import 'src/static/css/theme/_color.scss';
// @import 'src/static/css/theme/_font.scss';
// @import 'src/static/css/theme/_radius.scss';
// @import 'src/static/css/base/_variables.scss';
$text-color-10: #333;

.announce-results {
  // height: 100%;
  // display: flex;
  // flex-direction: column;

  .more-sche {
    // display: flex;
    // background-color: $neutral-color-2;
    // padding: .26rem .26rem .34rem;

    .more-sche-btn {
      // width: 1.6rem;
      // background-color: $func-color-3;
      // border-radius: .54rem;
      // height: .48rem;
      // padding: .02rem .16rem;
      // justify-content: center;
      // align-items: center;
      // display: flex;
      // color: $text-color-10;
      // margin-right: .16rem;
      // font-size: $font-size-m-3;
    }

    .more-sche-btn-active {
      // color: $func-color-3;
      // background-color: $brand-color-1;
      // width: 1.6rem;

      // border-radius: .54rem;
      // height: .48rem;
      // padding: .02rem .16rem;
      // justify-content: center;
      // align-items: center;
      // display: flex;
      // margin-right: .16rem;
      // font-size: $font-size-m-3;
    }
  }

  .sche-score {
    // flex: 1;
    // overflow: hidden;

    .sche-setting-title {
      // background-color: $neutral-color-2;
      // display: flex;
      // font-size: $font-size-m-3;
      // color: $text-color-11;
      // height: .48rem;
      // line-height: .48rem;
      // padding: 0 .05rem;

      .nav-title {
        // min-width: 1.38rem;
        // text-align: center;
        // display: flex;
        // align-items: center;
        // justify-content: center;
      }
    }

    .sche-setting-content {
      // flex: 1;
      // overflow: hidden;
      // font-size: $font-size-m-1;
      // padding-top: .32rem;

      .sche-setting-content-item {
        // padding: 0 .48rem;
        // height: 1.04rem;
        // line-height: 1.04rem;
        // display: flex;
        // justify-content: space-between;
        // margin-bottom: .32rem;

        .winner-wrapper {
          // text-align: center;
          // color: $func-color-7;
          // display: flex;
          // align-items: center;
          // justify-content: center;

          .winner-icon {
            // background: url('#{$cos-image-valorant-url}/valMobil/winner-icon.png') no-repeat;
            // background-size: 100% 100%;
            // width: .56rem;
            // height: .56rem;
          }

          .second-icon {
            // background: url('#{$cos-image-valorant-url}/valMobil/second-place-icon.png') no-repeat;
            // background-size: 100% 100%;
            // width: .56rem;
            // height: .56rem;
          }

          .third-icon {
            // background: url('#{$cos-image-valorant-url}/valMobil/third-place-icon.png') no-repeat;
            // background-size: 100% 100%;
            // width: .56rem;
            // height: .56rem;
          }
        }

        .nav-title-item {
          // width: .56rem;
          // text-align: center;
          // color: $func-color-7;
        }

        .nav-title-item-text {
          // flex: 1;
          // display: flex;
          // align-items: center;
          // margin-left: .48rem;

          .score-icon {
            // width: .8rem;
            // height: .8rem;
            // border-radius: $radius-circle;
            // margin-right: .16rem;
          }
        }
      }
    }

    // .winner-type {
    //   color: $func-color-7;
    // }

    // .all-start {
    //   color: $assist-color-2;
    //   text-decoration: underline;
    // }
  }

  .create-bottom-box {
    // height: 1.5rem;
    // background: $func-color-3;
    // display: flex;
    // align-items: center;
    // justify-content: center;
    // box-sizing: content-box;
    // padding-bottom: env(safe-area-inset-bottom);
    // padding: 0 .4rem;

    .press-button {
      min-width: 5.48rem;
      height: .88rem;
      font-size: .32rem;
    }
  }

  .popover-wrap {
    // position: relative;

    .demo-nav-popover {
      position: fixed;
      bottom: -34rem;
      padding: .16rem;
      left: 0;
      background: $text-color-10;
      display: flex;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: .5rem;

      &--top {
        left: 56px;
        right: auto;
      }
    }
  }
}


// 公布成绩样式结束