feat:生产初版页面

This commit is contained in:
R524809
2026-03-26 17:33:04 +08:00
parent 3aaf340781
commit dc5e057cb3
63 changed files with 2940 additions and 543 deletions
+22 -23
View File
@@ -1,41 +1,40 @@
// 主题色
// v3.0 品牌色系
@brand: #f7ee47;
@brand-dark: #e6d520;
@brand-light: #fffef0;
// 主题色(保持向后兼容)
@primary-color: #798154;
@select-color: #f7ee47;
@link-color: #2794f4;
@wechat-color: #1fe000;
// 文本颜色
@text-default: #3c454b;
@text-primary: #595236;
@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: #e8eddb;
@bg-default: #f5f5f5;
@bg-white: #ffffff;
@bg-gray: #fef6db;
@bg-white: #fff;
// // 文本大小
// @font-size-base: 24rpx;
// @font-size-sub: 28rpx;
// @font-size-title: 32rpx;
// 圆角
@radius-sm: 16rpx;
@radius: 24rpx;
@radius-lg: 32rpx;
// // 按钮字体大小
// @font-size-btn-block: 36rpx;
// @font-size-btn-large: 30rpx;
// @font-size-btn-default: 26rpx;
// 阴影
@shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06);
@shadow-lg: 0 8rpx 32rpx rgba(0, 0, 0, 0.1);
// // 圆角
// @border-radius-base: 8rpx;
// @border-radius-m: 16rpx;
// @border-radius-lg: 24rpx;
// // btn
// @btn-border: 1rpx solid #c1c1c1;
// @btn-border-radius: 12rpx;
// // icon
// icon
@font-size-icon: 40rpx;