|
|
|
@ -81,7 +81,7 @@ class _QrSharePage extends State<QrSharePage> {
|
|
|
|
|
children: [ |
|
|
|
|
Positioned( |
|
|
|
|
child: Image.asset( |
|
|
|
|
"assets/image/qr_share_bg_yq.png", |
|
|
|
|
"assets/image/qr_share_bg.png", |
|
|
|
|
fit: BoxFit.fill, |
|
|
|
|
), |
|
|
|
|
top: 0, |
|
|
|
@ -153,25 +153,26 @@ class _QrSharePage extends State<QrSharePage> {
|
|
|
|
|
S.of(context).fenxiangyaoqingma, |
|
|
|
|
textAlign: TextAlign.center, |
|
|
|
|
style: TextStyle( |
|
|
|
|
height: 1.5, |
|
|
|
|
color: Color(0xFF2E3552), |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
Container( |
|
|
|
|
margin: EdgeInsets.only(left: 16.w, right: 24.w), |
|
|
|
|
child: Text( |
|
|
|
|
// S.of(context).fenxiangyaoqing, |
|
|
|
|
S.of(context).beiyaoqingdejiangli, |
|
|
|
|
textAlign: TextAlign.center, |
|
|
|
|
style: TextStyle( |
|
|
|
|
color: Color(0xFF2E3552), |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
// Container( |
|
|
|
|
// margin: EdgeInsets.only(left: 16.w, right: 24.w), |
|
|
|
|
// child: Text( |
|
|
|
|
// // S.of(context).fenxiangyaoqing, |
|
|
|
|
// S.of(context).beiyaoqingdejiangli, |
|
|
|
|
// textAlign: TextAlign.center, |
|
|
|
|
// style: TextStyle( |
|
|
|
|
// color: Color(0xFF2E3552), |
|
|
|
|
// fontSize: 16.sp, |
|
|
|
|
// fontWeight: MyFontWeight.regular, |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
SizedBox( |
|
|
|
|
height: 1.h, |
|
|
|
|
), |
|
|
|
|