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

.press-act:not(.press-act--hidden-tip) {
  &.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;
  }
}