@import '../../common/style/act/button/_button-majiang.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: url(https://image-1251917893.file.myqcloud.com/2021/a20210729mahjong/majiang-suff-box.png) no-repeat;
    background-size: 100%;
    width: 5.48rem;
    height: 1.3rem;
    padding: .12rem 0 .12rem .16rem;
    box-sizing: border-box;
    display: inline-block;
    margin-right: .16rem;
    margin-bottom: .08rem;
    border: 0;
  }

  &.press__goods-item:nth-child(2n) {
    margin-right: 0;
  }

  &.press__goods-item img {
    margin-right: .16rem;
    border-radius: .08rem;
    overflow: hidden;
    border: 1px solid #fff;
  }

  .press__content {
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .press__image {
    width: 1rem;
    text-align: center;
    float: left;
    margin-right: .15rem;
    position: relative;
  }

  .press__meta {
    flex: 1;
  }

  .press__name {
    color: #5468a1;
    font-size: .2rem;
    width: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: 0;
  }

  .press__provider,
  .press__description {
    font-weight: normal;
    letter-spacing: 0;
    width: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tip-comp-goods-status--today {
    height: .28rem;
    line-height: .28rem;
    font-size: .2rem;
    background: #f75b4d;
    border-radius: .02rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 .04rem;
  }

  .press__provider {
    color: #cd4100;
    font-size: .28rem;
    font-weight: bold;
    margin: 0;
  }

  .press__description {
    color: #425365;
    font-size: .2rem;
  }

  &.press__goods-item .press__goods-button {
    width: 1.4rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    font-weight: bold;
  }

  &.press__goods-item .press__btn--small-disabled {
    background: url(https://image-1251917893.file.myqcloud.com/2021/a20210729mahjong/majiang-suff-btn-disabled.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    font-size: .28rem;
    color: #6a6a6a;
    text-align: center;
  }

  .press__tip {
    height: .28rem;
    line-height: .28rem;
    font-size: .2rem;
    background: #f75b4d;
    border-radius: .02rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 .04rem;
  }
}