This commit is contained in:
Ling53666
2025-08-18 09:11:51 +08:00
commit 02554225da
2516 changed files with 133155 additions and 0 deletions

View File

@ -0,0 +1,24 @@
@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;