::v-deep {
  .press-sticky .press-sticky-wrap .press-tabs__wrap {
    height: auto;

    // 替换press后白底
    .press-tabs__scroll {
      background: transparent;
    }

    .press-tab {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: none!important;
      line-height: normal;
      padding: 0 .22rem;
      font-size: .28rem;
      color: #69736e;
      z-index: 2;

      &.press-tab--active {
        font-size: .32rem;
        font-weight: 600;
        color: #223730;
      }
    }

    .press-tabs__nav--line {
      padding-bottom: .4rem;
      padding-top: .16rem;
      box-sizing: border-box;
      // 解决替换press-ui后高度态度的问题
      height: auto;
    }

    .press-tabs__line {
      bottom: auto;
      top: .58rem;
      background-color: transparent;
      border-radius: 0!important;
      background-image: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/tabs-line.png);
      background-repeat: no-repeat;
      background-size: 100%;
    }
  }
}