brandSwitcher.wxss 607 Bytes
.brand-switcher-container {
  width: 100%;
  height: 88rpx;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom-style:solid;
  border-bottom-width: 1rpx;
  border-bottom-color: #e0e0e0;
}

.brand-switcher-container .separator {
  width: 1rpx;
  height: 60rpx;
  background-color: #e0e0e0;
}

.brand-switcher-container .textNormal {
  color: #b0b0b0;
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
}

.brand-switcher-container .textSelected {
  color: #444444;
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
}