41 lines
743 B
Plaintext
41 lines
743 B
Plaintext
// v3.0 品牌色系
|
|
@brand: #f7ee47;
|
|
@brand-dark: #e6d520;
|
|
@brand-light: #fffef0;
|
|
|
|
// 主题色(保持向后兼容)
|
|
@primary-color: #798154;
|
|
@select-color: #f7ee47;
|
|
@link-color: #2794f4;
|
|
@wechat-color: #1fe000;
|
|
|
|
// 文本颜色
|
|
@text-default: #333333;
|
|
@text-primary: #333333;
|
|
@text-secondary: #999999;
|
|
@text-light: #cccccc;
|
|
@text-gray: #9da0a3;
|
|
@text-white: #fff;
|
|
@text-disable: #ccc;
|
|
|
|
// 边框
|
|
@border: 1rpx solid rgba(221, 221, 221, 0.5);
|
|
@border-color: #eeeeee;
|
|
|
|
// 背景色
|
|
@bg-default: #f5f5f5;
|
|
@bg-white: #ffffff;
|
|
@bg-gray: #fef6db;
|
|
|
|
// 圆角
|
|
@radius-sm: 16rpx;
|
|
@radius: 24rpx;
|
|
@radius-lg: 32rpx;
|
|
|
|
// 阴影
|
|
@shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06);
|
|
@shadow-lg: 0 8rpx 32rpx rgba(0, 0, 0, 0.1);
|
|
|
|
// icon
|
|
@font-size-icon: 40rpx;
|