/* switch按钮样式 */
.switch[data-v-1477d3c6] {
  width: 50px;
  height: 25px;
  /*关闭时文字位置设置*/
  /* 激活时另一个文字消失 */
  /*开启时文字位置设置*/
}
.switch .el-switch[data-v-1477d3c6] {
  height: 25px !important;
}
.switch[data-v-1477d3c6] .el-switch__core {
  width: 54px !important;
  height: 24px;
  border-radius: 100px;
  border: none;
}
.switch[data-v-1477d3c6] .el-switch__core::after {
  width: 15px;
  height: 15px;
  top: 4px;
}
.switch[data-v-1477d3c6] .el-switch.is-checked .el-switch__core::after {
  margin-left: -21px;
}
.switch[data-v-1477d3c6] .el-switch__label--right {
  position: absolute;
  z-index: 1;
  right: 7px;
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.90196078);
}
.switch[data-v-1477d3c6] .el-switch__label--right span {
  font-size: 12px;
}
.switch[data-v-1477d3c6] .el-switch__label.is-active {
  display: none;
}
.switch[data-v-1477d3c6] .el-switch__label--left {
  position: absolute;
  z-index: 1;
  left: 7px;
  margin-right: 0px;
  color: rgba(255, 255, 255, 0.90196078);
}
.switch[data-v-1477d3c6] .el-switch__label--left span {
  font-size: 12px;
}

