首页页面搭建完成

This commit is contained in:
2022-05-30 16:15:54 +08:00
parent c343dbbe83
commit 97f5525aa7
78 changed files with 1114 additions and 797 deletions

View File

@@ -1,6 +1,22 @@
/*
* @Author: zhangdongxue zhangdongxue@uz.cn
* @Date: 2022-05-26 13:16:03
* @LastEditors: zhangdongxue zhangdongxue@uz.cn
* @LastEditTime: 2022-05-27 14:30:37
* @FilePath: /gl_dao/lib/main_color.dart
* @Description: 封装色值
*/
import 'package:flutter/material.dart';
const tMainColor = Color(0xfffdbb03);
const tTextColor = Color(0xff333333);
const tMainRedColor = Color(0xffc70909);
const tMainBg = Color(0xfff9f9f9);
const tTextColor333 = Color(0xff333333);
const tTextColor666 = Color(0xff666666);
const tTextColor999 = Color(0xff999999);