index.wxss 970 字节
/* custom-tab-bar/index.wxss */
.tab-bar{
  height: 148rpx;
  background-color: #ffffff;
  display: flex;
  border-top: 1rpx solid #f9f9f9;
  box-shadow:  0 0 5rpx #f8f8f8;
}
.tab-bar-item{
  display: flex;
  flex: 1;
  justify-content: center;
  /* align-items: center; */

  position: relative;
}
.bar_item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 19rpx;
}
.bar_scan_item{
  margin-top: 13rpx;
}
.icon{
  width: 36rpx;
  height: 36rpx;
}
.icon_scan{
  width: 80rpx;
  height: 64rpx;
}
.text{
  /* font-size: 26rpx;
  padding: 0 5rpx;
  letter-spacing: 0.1rem;
  display: none; */
  font-weight: 500;
  font-size: 18rpx;
  color: #8F9095;
  margin-top: 2rpx;
}
.active{
  /* color: #10B981;
  display: block;
  font-weight: 800; */
  color: #004487;
}
.bg-item{
  position: absolute;
  width: 80%;
  top: 15rpx;
  bottom: 15rpx;
  border-radius: 40rpx;
  background-color:rgba(52, 211, 153,0.15);
}