@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;
  }

  // 额外信息+声明
  .press__extra {
    padding: .3rem .4rem;
    color: #999;
    font-size: .24rem;
    line-height: .34rem;
    background-color: white;
  }

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

  .press__button-wrap {
    padding: .32rem .96rem;
    position: relative;
    z-index: 10;
    background: #fff;
    border-top: 1px solid rgba(246, 246, 246, .5);
  }

  .press__buttons {}

  .press__btn {
    display: block;
  }

  .press__btn--long-primary,
  .press__btn--maxlarge-primary {
    text-align: center;
    font-size: .28rem;
    color: #fff;
    background: #7b69f6;
    border-radius: 4px;
    border: 1px solid rgba(5, 5, 5, .08);
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    -webkit-box-flex: 1;
    flex: 1;
    flex: 1;
    margin: 0 .2rem;
  }

  .press__btn--large-secondary {
    flex: 1 1 0%;
    color: #7b69f6;
    background: none;
    border: 1px solid #7b69f6;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    border-radius: 2px;
    padding: 0 .2rem;
  }
}