|
|
|
@ -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)), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|