@import '../../common/style/act/mixin/mixin.scss';
@import '../../common/style/act/layout/_layout-hlddz.scss';
@import '../../common/style/act/button/_button-hlddz.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__main {
    height: 100%;
    width: 100%;
    padding: .15rem .2rem .2rem;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 35, 150, .2);
    display: flex;
    flex-direction: column;
  }

  .press__info {
    flex: 1;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .press__button-wrap {
    padding: .1rem 0 0;
    height: .8rem;
    flex-basis: .8rem;
  }

  // 额外信息+声明
  .press__extra {
    padding: .15rem .4rem 0rem;
    color: $color-white;
  }

  .press__extra p {
    margin: .3rem 0rem;
    text-align: center;
  }

  .press__buttons {
    display: flex;
    justify-content: space-around;
  }

  .press__btn--maxlarge-primary {
    width: 2.14rem;
    height: .74rem;
    line-height: .64rem;
    font-size: .28rem;
    color: #8c5337;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/hlddz/version3D/img/btn-m-214.png) no-repeat center center;
    background-size: contain;
  }

  .press__btn--long-primary {
    padding: 0 .4rem;
    width: 4.14rem;
    height: .74rem;
    line-height: .64rem;
    white-space: nowrap;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/hlddz/version3D/img/btn-xlarge-primary.png) no-repeat center center;
    background-size: contain;
  }

  .press__btn--large-secondary {
    width: 2.14rem;
    height: .74rem;
    line-height: .64rem;
    color: #3e53bb;
    font-size: .28rem;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/hlddz/version3D/img/btn-b-214.png) no-repeat center center;
    background-size: contain;
  }
}