@import '../config.less';
// radio-button
// 字体
@switch-font-size: @T2;
// 大小
@switch-height: 20px;
@switch-width: 44px;
@switch-line-height: 18px;
@switch-inner-width: 16px;
@switch-inner-height: 16px;
@switch-inner-left: 22px;
@switch-inner-checked-left: 6px;
@switch-after-left: 2px;
@switch-after-checked-left: 24px;
// 默认颜色
@switch-checked-tp: tp9;
@switch-checked-p: p15;
@switch-unchecked-tp: tp10;
@switch-unchecked-p: p16;

// 小圆点的颜色是background-color
@switch-handle-color: @G11;
@switch-handle-disabled-color: @G7;

