.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    background-color: #0c6dce !important; /* 修改开关滑块颜色 */
    border-color: #0c6dce !important; /* 修改开关滑块边框颜色 */
    color: #fff !important; /* 修改开关滑块内部标识符的颜色 */
}

.bootstrap-switch .bootstrap-switch-handle-on:before,
.bootstrap-switch .bootstrap-switch-handle-off:before {
    color: #fff !important; /* 修改开关滑块内部标识符的颜色 */
}
