|
|
|
@ -89,29 +89,32 @@ class _ExclusiveCoupon extends State<ExclusiveCoupon> {
|
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox(height: 5.h,), |
|
|
|
|
Text.rich( |
|
|
|
|
TextSpan( |
|
|
|
|
children: [ |
|
|
|
|
TextSpan( |
|
|
|
|
text: "6", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize: 36.sp, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
Row( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
textBaseline: TextBaseline.alphabetic, |
|
|
|
|
children: [ |
|
|
|
|
Text( |
|
|
|
|
"6", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 36.sp, |
|
|
|
|
fontWeight: FontWeight.w800, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
TextSpan( |
|
|
|
|
text: " 折", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 24.sp, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox( |
|
|
|
|
height: 4.h, |
|
|
|
|
), |
|
|
|
|
Text( |
|
|
|
|
"折", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 24.sp, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
textDirection: TextDirection.ltr, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
], |
|
|
|
|
),)), |
|
|
|
|
Image.asset( |
|
|
|
@ -157,29 +160,32 @@ class _ExclusiveCoupon extends State<ExclusiveCoupon> {
|
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox(height: 5.h,), |
|
|
|
|
Text.rich( |
|
|
|
|
TextSpan( |
|
|
|
|
children: [ |
|
|
|
|
TextSpan( |
|
|
|
|
text: "7", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize: 36.sp, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
Row( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
textBaseline: TextBaseline.alphabetic, |
|
|
|
|
children: [ |
|
|
|
|
Text( |
|
|
|
|
"7", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 36.sp, |
|
|
|
|
fontWeight: FontWeight.w800, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
TextSpan( |
|
|
|
|
text: " 折", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 24.sp, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox( |
|
|
|
|
height: 4.h, |
|
|
|
|
), |
|
|
|
|
Text( |
|
|
|
|
"折", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 24.sp, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
textDirection: TextDirection.ltr, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
], |
|
|
|
|
),)), |
|
|
|
|
Image.asset( |
|
|
|
@ -225,29 +231,32 @@ class _ExclusiveCoupon extends State<ExclusiveCoupon> {
|
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox(height: 5.h,), |
|
|
|
|
Text.rich( |
|
|
|
|
TextSpan( |
|
|
|
|
children: [ |
|
|
|
|
TextSpan( |
|
|
|
|
text: "8", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
fontSize: 36.sp, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
Row( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
textBaseline: TextBaseline.alphabetic, |
|
|
|
|
children: [ |
|
|
|
|
Text( |
|
|
|
|
"8", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 36.sp, |
|
|
|
|
fontWeight: FontWeight.w800, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
TextSpan( |
|
|
|
|
text: " 折", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 24.sp, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
SizedBox( |
|
|
|
|
height: 4.h, |
|
|
|
|
), |
|
|
|
|
Text( |
|
|
|
|
"折", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 24.sp, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
color: Color(0xffFF7E12), |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
textDirection: TextDirection.ltr, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
], |
|
|
|
|
),)), |
|
|
|
|
Image.asset( |
|
|
|
|