同步数据

This commit is contained in:
2022-06-02 17:57:48 +08:00
parent 511fb330ca
commit ed024f5962
59 changed files with 3242 additions and 1213 deletions

View File

@@ -1,8 +1,8 @@
/*
* @Author: zhangdongxue zhangdongxue@uz.cn
* @Date: 2022-05-26 13:16:03
* @LastEditors: zhangdongxue zhangdongxue@uz.cn
* @LastEditTime: 2022-05-30 16:21:27
* @LastEditors: Aimee
* @LastEditTime: 2022-06-01 14:34:57
* @FilePath: /gl_dao/lib/main_color.dart
* @Description: 封装色值
*/
@@ -14,6 +14,11 @@ const tMainColor = Color(0xfffdbb03);
const tMainRedColor = Color(0xffc70909);
const tMainBg = Color(0xfff9f9f9);
const tVipBg = Color(0xff23232f);
const tVip1 = Color(0xff303145);
const tVip2 = Color(0xff44495e);
const tVip3 = Color(0xffe9b87a);
const tVip4 = Color(0xfff8d9ad);
const tTextColor = Color(0xff333333);
const tTextColor333 = Color(0xff333333);