
@import '../../common/style/act/layout/_layout-pc-game-life.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__full-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 95;
  }

  .press__content {
    width: 425px;
    height: 266px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: linear-gradient(180deg, rgb(219, 211, 255) 0%, rgb(250, 238, 255) 20.41%, rgb(255, 255, 255) 100%);
    box-shadow: 0px .5px 0px rgb(0 0 0 / 25%);
    z-index: 99;

    &::before {
      position: absolute;
      left: 20px;
      top: 15px;
      content: '恭喜获得';
      font-size: $font-l;
      color: $color-gray-1;
      text-align: left;
      line-height: 22px;
    }
  }

  .press__center {
    width: 90%;
    height: 170px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .press__center-item {
    img {
      width: 64px;
      height: 64px;
      display: block;
      margin: 0 auto 6px;
    }
  }

  .press__base-info {
    text-align: left;
    color: $color-gray-1;
  }

  .press__goods-name,
  .press__goods-desc {
    color: $color-gray-1;
    font-size: $font-s;
    line-height: 24px;
    text-align: center;
  }

  .tip-comp-dialog--fullpage-waiting-issue {
    color: $color-gray-1;
    font-size: $font-s;
    line-height: 24px;
    text-align: center;
  }

  .press__stay-out-new {
    margin: 6px 0 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: $color-gray-4;
    font-size: $font-s;
  }

  .press__tips {
    font-size: $font-s;
    color: $color-gray-1;
    text-align: center;
  
    span {
      color: #5d5be5;
    }
  }

  .press__button-wrap {
    display: flex;
    justify-content: center;

    .press__btn--medium-secondary {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 4px;
      right: 4px;
      z-index: 10;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      background: url(https://image-1251917893.file.myqcloud.com/TIP_component_style/pc-game-life-img/pop_close.png) no-repeat center;
      background-size: 14px 14px;
    }

    .press__btn--large-primary {
      width: 130px;
      height: 40px;
      display: block;
      box-sizing: border-box;
      line-height: 40px;
      text-align: center;
      border-radius: 6px;
      font-size: 16px;
      color: #fff;
      background-image: linear-gradient(90deg, #50abff 0%, #6e61ff 50%, #925fff 100%);
    }
  }
}