petstore-frontend/uni.scss
2026-04-12 22:57:48 +08:00

22 lines
537 B
SCSS

/* uni.scss - 全局样式变量 */
$uni-color-primary: #07c160;
$uni-color-success: #07c160;
$uni-color-warning: #ff9f00;
$uni-color-error: #ff4d4f;
$uni-color-white: #ffffff;
$uni-color-black: #000000;
$uni-bg-color: #f5f5f5;
$uni-text-color: #333333;
$uni-text-color-grey: #999999;
$uni-border-color: #eeeeee;
/* 主题色变量(兼容部分 vant 变量) */
:root {
--van-primary-color: #07c160;
--van-orange: #ff9f00;
--van-text: #333333;
--van-text-secondary: #999999;
--van-cream: #f8f6f3;
--van-brown: #8b6914;
}