tabCell.ttss 1.21 KB
.tab-swiper-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 500;
    top: 0;
    width: 100%;
    height: 96rpx;
    border-top: 2rpx solid #eeeeee;
    border-bottom: 2rpx solid #eeeeee;
}
.tab-swiper-navbar-item-space {
    width: 0rpx;
}
.tab-swiper-navbar-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 20rpx 0;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    font-size: 28rpx;
    color: #999999;
    align-self: center;
    align-items: center;
}
.tab-swiper-navbar-item-on {
    color: #000000;
    font-weight: bold;
    /* font-size: 40rpx; */
    font-family: PingFang-SC-Medium;
    border-bottom: 6rpx solid #000000;
}
.tab-swiper-navbar-slider {
    position: absolute;
    display: block;
    content: " ";
    transition: transform .3s;
}

.tab-swiper-navbar-title {
    display: inline-block;
    font-size: 30rpx;
    max-width: 8em;
    text-align: center;
}

.tab-swiper-navtab-content {
  position: absolute;
  top: 68rpx;
  left: 0px;
  width: 100%;
  height: 100%;
}
.tab-swiper-navbar-icon {
    width: 20rpx;
    height: 28rpx;
    align-self: center;
}