cardTabs.less 1.34 KB
.tab_cart_box{
  margin: 20px auto;
}
.van-tabs{
  margin:0 10px;
}
.van-tabs--card>.van-tabs__wrap{
  height:auto;
} 
.van-tabs__nav--card{
  height:auto;
  border:none;
}
.van-tab{
  flex: none;
  width: 158px;
  height: 52px;
  line-height: 52px;
  background-color: #F8F8F8;
  border-radius: 29px;
  border-right:none !important;
  font-size: 26px;
  font-weight: 400;
  color: #999999 !important;
  margin-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.van-tabs__nav--card .van-tab.van-tab--active{
  background: linear-gradient(132deg, #FFEDD8 0%, #EBCAB3 100%) !important;
  font-weight: 500;
  color: #70624C !important;
}
.gift_main_box{
  margin: 30px auto;
  min-height: 520px;
  // 暂无记录提示
  .no_gift_tip{
    width: 100%;
    img{
      display: block;
      width: 500px;
      height: 285px;
      margin: 160px 125px 0 125px;
    }
    .text{
      font-size: 30px;
      font-weight: 400;
      color: #999999;
      line-height: 60px;
      margin-top: 19px;
      text-align: center;
      margin-bottom: 160px;
    }
  }
  .is_more{
    width:100%;
    height: 37px;
    font-size: 26px;
    font-weight: 400;
    color: #999999;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: center;
    margin-top:10px;
    margin-bottom: 60px;
  }
}