更新棉花糖

This commit is contained in:
wyf
2025-06-16 09:32:24 +08:00
parent d8b46c41ad
commit acde8340a8
27 changed files with 6762 additions and 658 deletions

View File

@@ -1,4 +1,7 @@
import 'dart:ui';
import 'package:vbvs_app/common/util/FitTool.dart';
import 'package:vbvs_app/common/util/MyUtils.dart';
class AppConstants {
// App-related constants
@@ -28,5 +31,11 @@ class AppConstants {
double dropdown_height = 90.rpx; //标题文字字号
double border_width = 1.rpx; //标题文字字号//border宽度
List<Color> mhtButtongradientColors = [
stringToColor("FCFCFC"), // 浅蓝
stringToColor("F8FAF9"), // 浅蓝
stringToColor("ECF6F3"), // 浅蓝
stringToColor("D9F0E9"), // 浅蓝
stringToColor("CEECE3"), // 浅蓝
];
}