v-tab.wxss 601 字节
.v-tab {
  width: 100%;
  height: 80rpx;
  background: #fff;
  /* border-bottom: 1rpx solid #d9d9d9; */
  position: relative;
}

.v-tabList {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.v-tab {
  flex: 1;
  color: #333333;
  font-size: 28rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-tab-select {
  font-size: 32rpx;
  font-weight: 500;
}

.v-tab-slider {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 6rpx;
  background-color: #FF9800;
  transition: transform 0.3s;
  border-radius: 6rpx;
}