@import '../../common/style/act/layout/_layout-pvp.scss';

.press-act:not(.press-act--hidden-tip) {
  .press-act-goods-detail-secondary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.24rem;
    height: .56rem;
    line-height: .24rem;
    font-family: normal;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    font-weight: 700;
    text-shadow: 0 .02rem .04rem rgba(31, 48, 112, .3);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    @include bgUrl('btn-secondary.png');
    flex-grow: 0;
    flex-basis: 2.24rem;
  }
}
