闫增涛
2025-03-31 04c7b0163caeae4ab1c5da62e301fa993101cfad
custom-tab-bar/index.wxss
@@ -4,6 +4,8 @@
  align-items: center;
}
.custom-tab-bar-wrapper .text {
  font-size: 20rpx;
  margin-top: 10rpx;
@@ -29,6 +31,37 @@
  padding-top: 20rpx;
}
.tabItem:nth-child(1) .tab-images {
  width: 52rpx;
  height: 44rpx;
}
.tabItem:nth-child(2) .tab-images {
  width: 38rpx;
  height: 44rpx;
}
.tabItem:nth-child(3) .tab-images {
  width: 57rpx;
  height: 44rpx;
}
.tabItem:nth-child(4) .tab-images {
  width: 45rpx;
  height: 44rpx;
}
.tabItem:nth-child(5) .tab-images {
  width: 43rpx;
  height: 44rpx;
}
.tab-images .tabImg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.text {
  font-size: 20rpx;
  text-align: center;