@import '../../common/style/act/mixin/mixin.scss';

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

  .press__dialog {
    z-index: 1000;
    margin: 0 auto;
  }

  .press__dialog--tip {
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 9.24rem;
    height: 5.48rem;
    padding: .2rem 0 .2rem 0;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/ingame-tlbb/dia-bg.png) no-repeat center center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
  }

  .press__close {
    position: absolute;
    top: .2rem;
    right: .36rem;
    display: inline-block;
    width: .6rem;
    height: .92rem;
    vertical-align: middle;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/ingame-tlbb/close.png) no-repeat 50%;
    background-size: contain;
  }

  @font-face {
    font-family: 'fzss';

    src: url('https://image-1251917893.file.myqcloud.com/tip-project/ingame-tlbb/fonts/FZSS.TTF') format('truetype');
  }

  .press__title--explain {
    position: relative;
    color: transparent;
    font-family: 'fzss';
    font-size: .44rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to bottom, #c73800, #ff7017);
    background-clip: text;

    -webkit-background-clip: text;
    margin-top: .24rem;

    &::before {
      content: '';
      position: absolute;
      top: .24rem;
      display: inline-block;
      width: 1.6rem;
      height: .2rem;
      margin-right: .12rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/ingame-tlbb/title-dec.png) center/100% 100% no-repeat;
      transform: translateY(-50%) translateX(calc(-100% - .12rem));
    }

    &::after {
      content: '';
      position: absolute;
      top: .24rem;
      display: inline-block;
      width: 1.6rem;
      height: .2rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/ingame-tlbb/title-dec.png) center/100% 100% no-repeat;
      transform: translateY(-50%) translateX(.12rem) rotate(180deg);
    }
  }

  .press__detail {
    overflow: hidden;
    overflow-y: auto;
    height: 3rem;
    padding: 0 1.1rem;
    color: #6a3a2a;
    font-size: .2rem;
    line-height: .4rem;
    white-space: pre-wrap;
  }

  .press__buttons {
    position: absolute;
    bottom: .44rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .press__btn--large-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.88rem;
    height: .84rem;
    margin: 0 .3rem;
    font-size: .32rem;
    line-height: normal;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/ingame-tlbb/btn-sure.png) no-repeat 50%;
    background-size: contain;
  }

  .press-btn-text {
    background: linear-gradient(to bottom, #8d2108, #bb2d0b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: .32rem;
    font-weight: bold;
  }
}
