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

.press-act:not(.press-act--hidden-tip) {
  .press__buttons {
    justify-content: space-around;
  }

  &.press__main {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
  }

  .press__info {
    flex: 1;
    overflow-y: scroll;
    background: linear-gradient(rgb(60, 65, 70), rgb(75, 87, 103), rgb(73, 76, 87));
  }

  // 额外信息+声明
  .press__extra {
    padding: .3rem .4rem;
    color: #fff;
    font-size: .24rem;
    line-height: .34rem;
    background: linear-gradient(rgb(75, 87, 103), rgb(73, 76, 87));
  }

  .press__extra p,
  .press__extra view {
    text-align: center;
  }

  .press__button-wrap {
    position: relative;
    padding: .32rem .96rem;
    z-index: 10;
    background: #232b34;
  }

  .press__btn {
    position: relative;
    display: block;
  }

  .press__btn--maxlarge-primary {
    display: inline-block;
    margin: 0 .16rem;
    width: 3.34rem;
    height: .64rem;
    line-height: .64rem;
    font-size: .24rem;
    color: #5a350a;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/gp-btn-1.png);
    background-size: 100% 100%;
  }

  .press__btn--large-secondary {
    display: block;
    margin: 0 .16rem;
    width: 2.2rem;
    height: .64rem;
    line-height: .6rem;
    font-size: .24rem;
    color: #d6d7d8;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/btn_secondary_dark.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}