index.wxss 773 字节
.tabBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100rpx;
  background: white;
  display: flex;
  z-index: 12000;
  padding-bottom: env(safe-area-inset-bottom);
}
  
.tab-bar-border {
  background-color: rgba(0, 0, 0, 0.33);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
}

.tab-bar-item {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	position: relative;
}

.tab-bar-item .tabIcon {
  width: 28px;
  height: 28px;
}

.tab-bar-item .tabText {
  font-size: 10px;
}
.connect{
  width:240rpx!important;
  height:100rpx;
  position: absolute;
  top:0;
  left:0;
  background: transparent;
  padding: none!important;

}