|
|
|
@ -38,7 +38,7 @@ class _Tips extends State<Tips> {
|
|
|
|
|
child: Text( |
|
|
|
|
widget.text ?? S.of(context).querenyaoshanchudangqianpinglunma, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 17.sp, |
|
|
|
|
fontSize: 15.sp, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
color: Color(0xFF353535), |
|
|
|
|
), |
|
|
|
@ -65,7 +65,7 @@ class _Tips extends State<Tips> {
|
|
|
|
|
child: Text( |
|
|
|
|
S.of(context).quxiao, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 17.sp, |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
color: Color(0xFF353535), |
|
|
|
|
), |
|
|
|
@ -91,7 +91,7 @@ class _Tips extends State<Tips> {
|
|
|
|
|
child: Text( |
|
|
|
|
S.of(context).queren, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 17.sp, |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: MyFontWeight.medium, |
|
|
|
|
color: Color(0xFF32A060), |
|
|
|
|
), |
|
|
|
|