
@font-face {
  font-family: 'rxnf';
  src: url('https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/font/rxnf.TTF') format('truetype');
}

.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
  }

  .press__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 6.3rem;
    background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/normal-bg.png) center/100% 100% no-repeat;
    border-radius: 4px;
    transform: translate(-50%, -50%);
  }

  // 标题-[[
  .press__title--explain {
    padding: .5rem .2rem .22rem;
    margin: 0;
    font-family: 'rxnf', sans-serif;
    font-size: .32rem;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
    background: linear-gradient(to bottom, #fffdee 50%, #ffef8c 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  // 标题--]]

  // 内容 [[
  .press__detail {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 2rem;
    max-height: 6rem;
    padding: 0 .5rem;
    margin-bottom: .78rem;
    color: #fff;
    font-size: .22rem;
    line-height: .4rem;
    word-break: break-all;
    white-space: pre-wrap;
  }

  // 内容 ]]

  // 按钮 [[
  .press__buttons {
    display: none;
  }

  .press__close {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    display: block;
    width: .81rem;
    height: .81rem;
    margin-left: -.3rem;
    background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/dia-close.png) no-repeat;
    background-size: 100% 100%;
  }

  // 按钮 ]]
}
