|
|
@ -6,6 +6,7 @@ import 'package:huixiang/generated/l10n.dart'; |
|
|
|
import 'package:huixiang/retrofit/data/base_data.dart'; |
|
|
|
import 'package:huixiang/retrofit/data/base_data.dart'; |
|
|
|
import 'package:huixiang/retrofit/data/user_info.dart'; |
|
|
|
import 'package:huixiang/retrofit/data/user_info.dart'; |
|
|
|
import 'package:huixiang/retrofit/retrofit_api.dart'; |
|
|
|
import 'package:huixiang/retrofit/retrofit_api.dart'; |
|
|
|
|
|
|
|
import 'package:huixiang/utils/font_weight.dart'; |
|
|
|
import 'package:huixiang/view_widget/border_text.dart'; |
|
|
|
import 'package:huixiang/view_widget/border_text.dart'; |
|
|
|
import 'package:huixiang/view_widget/my_appbar.dart'; |
|
|
|
import 'package:huixiang/view_widget/my_appbar.dart'; |
|
|
|
import 'package:huixiang/view_widget/round_button.dart'; |
|
|
|
import 'package:huixiang/view_widget/round_button.dart'; |
|
|
@ -76,7 +77,7 @@ class _ExchangeOrderSuccessPage extends State<ExchangeOrderSuccessPage> { |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
color: Color(0xFF353535), |
|
|
|
color: Color(0xFF353535), |
|
|
|
fontSize: 21.sp, |
|
|
|
fontSize: 21.sp, |
|
|
|
fontWeight: FontWeight.bold), |
|
|
|
fontWeight: MyFontWeight.semi_bold), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 70.h, |
|
|
|
height: 70.h, |
|
|
@ -91,7 +92,7 @@ class _ExchangeOrderSuccessPage extends State<ExchangeOrderSuccessPage> { |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
color: Colors.black, |
|
|
|
color: Colors.black, |
|
|
|
fontSize: 21.sp, |
|
|
|
fontSize: 21.sp, |
|
|
|
fontWeight: FontWeight.bold), |
|
|
|
fontWeight: MyFontWeight.semi_bold), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 14.h, |
|
|
|
height: 14.h, |
|
|
@ -121,7 +122,7 @@ class _ExchangeOrderSuccessPage extends State<ExchangeOrderSuccessPage> { |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
color: Colors.black, |
|
|
|
color: Colors.black, |
|
|
|
fontSize: 21.sp, |
|
|
|
fontSize: 21.sp, |
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
@ -160,7 +161,7 @@ class _ExchangeOrderSuccessPage extends State<ExchangeOrderSuccessPage> { |
|
|
|
text: S.of(context).jixuduihuan, |
|
|
|
text: S.of(context).jixuduihuan, |
|
|
|
textColor: Color(0xFF32A060), |
|
|
|
textColor: Color(0xFF32A060), |
|
|
|
fontSize: 16.sp, |
|
|
|
fontSize: 16.sp, |
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
borderColor: Color(0xFF32A060), |
|
|
|
borderColor: Color(0xFF32A060), |
|
|
|
borderWidth: 1, |
|
|
|
borderWidth: 1, |
|
|
|
padding: EdgeInsets.only(top: 12.h, bottom: 12.h), |
|
|
|
padding: EdgeInsets.only(top: 12.h, bottom: 12.h), |
|
|
@ -181,7 +182,7 @@ class _ExchangeOrderSuccessPage extends State<ExchangeOrderSuccessPage> { |
|
|
|
textColor: Colors.white, |
|
|
|
textColor: Colors.white, |
|
|
|
backgroup: Color(0xFF32A060), |
|
|
|
backgroup: Color(0xFF32A060), |
|
|
|
radius: 4, |
|
|
|
radius: 4, |
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
fontSize: 16.sp, |
|
|
|
fontSize: 16.sp, |
|
|
|
padding: EdgeInsets.only(top: 12.h, bottom: 12.h), |
|
|
|
padding: EdgeInsets.only(top: 12.h, bottom: 12.h), |
|
|
|
), |
|
|
|
), |
|
|
|