variable.less 525 B

123456789101112131415161718192021222324
  1. @import (reference) '../style/themes/index.less';
  2. // 激活时颜色
  3. @switch-fill: @COLOR_BRAND1;
  4. // 开关宽度
  5. @switch-width: 102 * @rpx;
  6. // 开关高度
  7. @switch-height: 62 * @rpx;
  8. // 开关边框
  9. @switch-border: 4 * @rpx;
  10. // 开关宽度
  11. @switch-width-small: 72 * @rpx;
  12. // 开关高度
  13. @switch-height-small: 42 * @rpx;
  14. // 开关边框
  15. @switch-border-small: 3 * @rpx;
  16. // 开关宽度
  17. @switch-width-x-small: 52 * @rpx;
  18. // 开关高度
  19. @switch-height-x-small: 32 * @rpx;
  20. // 开关边框
  21. @switch-border-x-small: 2 * @rpx;