Browse Source

更改

master
w-R 3 years ago
parent
commit
0e010725cb
  1. 8
      lib/home/guide_page.dart

8
lib/home/guide_page.dart

@ -59,7 +59,7 @@ class _GuidePage extends State<GuidePage> {
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 24.sp,
fontWeight: FontWeight.bold,
fontWeight: MyFontWeight.semi_bold,
color: Color(0XFF32A060),
),
),
@ -147,7 +147,7 @@ class _GuidePage extends State<GuidePage> {
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 24.sp,
fontWeight: FontWeight.bold,
fontWeight: MyFontWeight.semi_bold,
color: Color(0XFF32A060),
),
),
@ -234,7 +234,7 @@ class _GuidePage extends State<GuidePage> {
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 24.sp,
fontWeight: FontWeight.bold,
fontWeight: MyFontWeight.semi_bold,
color: Color(0XFF32A060),
),
),
@ -318,7 +318,7 @@ class _GuidePage extends State<GuidePage> {
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 24.sp,
fontWeight: FontWeight.bold,
fontWeight: MyFontWeight.semi_bold,
color: Color(0XFF32A060)),
),
),

Loading…
Cancel
Save