genderSwitcher.wxss 899 Bytes
.gender-switcher-container {
  width: 100%;
  height: 88rpx;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
}

.gender-switcher-container .row {
  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center; 
  width: 33.3%;
  height: 88rpx;
  background-color: white;
}

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

.gender-switcher-container .bottomLine {
  position: absolute;
  top: 87rpx; 
  left: 0rpx;
  width: 100%;
  height: 1rpx;
  background-color: #e0e0e0;
}

.gender-switcher-container .textNormal {
  color: #b0b0b0;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
}

.gender-switcher-container .textSelected {
  color: #444444;
  font-family: PingFang-SC-Regular;
  font-size: 17px;
}