You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.6 KiB
42 lines
1.6 KiB
// 替换uview颜色变量
|
|
$u-main-color: theme("colors.main");
|
|
$u-content-color: theme("colors.content");
|
|
$u-tips-color: theme("colors.muted");
|
|
$u-light-color: theme("colors.light");
|
|
$u-border-color: theme("colors.light");
|
|
$u-bg-color: theme("colors.page");
|
|
$u-disabled-color: theme("colors.disabled");
|
|
$u-minor-color: theme("colors[minor]");
|
|
$u-type-primary: theme("colors.primary.DEFAULT");
|
|
$u-type-primary-disabled: theme("colors.primary[light-3]");
|
|
$u-type-primary-dark: theme("colors.primary[dark-2]");
|
|
$u-type-primary-light: theme("colors.primary[light-9]");
|
|
|
|
$u-type-warning: theme("colors.warning.DEFAULT");
|
|
$u-type-warning-disabled: theme("colors.warning[light-3]");
|
|
$u-type-warning-dark: theme("colors.warning[dark-2]");
|
|
$u-type-warning-light: theme("colors.warning[light-9]");
|
|
|
|
$u-type-success: theme("colors.success.DEFAULT");
|
|
$u-type-success-disabled: theme("colors.success[light-3]");
|
|
$u-type-success-dark: theme("colors.success[dark-2]");
|
|
$u-type-success-light: theme("colors.success[light-9]");
|
|
|
|
$u-type-error: theme("colors.error.DEFAULT");
|
|
$u-type-error-disabled: theme("colors.error[light-3]");
|
|
$u-type-error-dark: theme("colors.error[dark-2]");
|
|
$u-type-error-light: theme("colors.error[light-9]");
|
|
|
|
$u-type-info: theme("colors.info.DEFAULT");
|
|
$u-type-info-disabled: theme("colors.info[light-3]");
|
|
$u-type-info-dark: theme("colors.info[dark-2]");
|
|
$u-type-info-light: theme("colors.info[light-9]");
|
|
|
|
$u-form-item-height: 60rpx;
|
|
$u-form-item-border-color: theme("colors.light");
|
|
|
|
$-color-white: theme("colors.white");
|
|
$-color-black: theme("colors.black");
|
|
|
|
$u-color-btn-text: theme("colors[btn-text]");
|
|
$u-color-content-bg: theme("colors[content-bg]"); |