gender-switcher.ttss 939 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 {
  font-family: PingFang SC;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: -0.34px;
}

.gender-switcher-container .textSelected {
  font-family: PingFang SC;
  font-size: 34rpx;
  color: #444444;
  letter-spacing: -0.41px;
}