/**
 * 开关
 */
::v-deep .u-switch {
		border: 2rpx solid #E5E5EA !important;
}
	
::v-deep .u-switch--on {
		background-color: #4CD964 !important;
}