123456789101112131415161718192021222324 |
- @import (reference) '../style/themes/index.less';
- // 激活时颜色
- @switch-fill: @COLOR_BRAND1;
- // 开关宽度
- @switch-width: 102 * @rpx;
- // 开关高度
- @switch-height: 62 * @rpx;
- // 开关边框
- @switch-border: 4 * @rpx;
- // 开关宽度
- @switch-width-small: 72 * @rpx;
- // 开关高度
- @switch-height-small: 42 * @rpx;
- // 开关边框
- @switch-border-small: 3 * @rpx;
- // 开关宽度
- @switch-width-x-small: 52 * @rpx;
- // 开关高度
- @switch-height-x-small: 32 * @rpx;
- // 开关边框
- @switch-border-x-small: 2 * @rpx;
|