|
|
@ -195,7 +195,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
// alignment: Alignment.centerRight, |
|
|
|
// alignment: Alignment.centerRight, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
height: 317, |
|
|
|
height: 317.h, |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Color(0xFF32A060) |
|
|
|
color: Color(0xFF32A060) |
|
|
|
), |
|
|
|
), |
|
|
@ -245,7 +245,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
margin: EdgeInsets.only(top: 258.h), |
|
|
|
margin: EdgeInsets.only(top:258.h ), |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
///我的订单 |
|
|
|
///我的订单 |
|
|
@ -298,12 +298,12 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
); |
|
|
|
); |
|
|
|
}, |
|
|
|
}, |
|
|
|
child:Container( |
|
|
|
child:Container( |
|
|
|
margin: EdgeInsets.only(left:14,right:14,bottom:10), |
|
|
|
margin: EdgeInsets.only(left:14.w,right:14.w,bottom:10.h), |
|
|
|
padding: EdgeInsets.only(left:12, top:12, right:10,bottom: 12), |
|
|
|
padding: EdgeInsets.only(left:12.w, top:12.h, right:10.w,bottom: 12.h), |
|
|
|
width: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
|
borderRadius: BorderRadius.circular(8), |
|
|
|
borderRadius: BorderRadius.circular(8.r), |
|
|
|
boxShadow: [ |
|
|
|
boxShadow: [ |
|
|
|
BoxShadow( |
|
|
|
BoxShadow( |
|
|
|
color: Colors.black.withAlpha(12), |
|
|
|
color: Colors.black.withAlpha(12), |
|
|
@ -489,11 +489,11 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
///关注度/粉丝/成就数量 |
|
|
|
///关注度/粉丝/成就数量 |
|
|
|
Widget attention() { |
|
|
|
Widget attention() { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
margin: EdgeInsets.only(left: 16, top: 10, right: 16), |
|
|
|
margin: EdgeInsets.only(left: 16.w, top: 10.h, right: 16.w), |
|
|
|
// padding: EdgeInsets.only(top: 16,bottom: 16), |
|
|
|
// padding: EdgeInsets.only(top: 16,bottom: 16), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
|
borderRadius: BorderRadius.circular(8), |
|
|
|
borderRadius: BorderRadius.circular(8.r), |
|
|
|
boxShadow: [ |
|
|
|
boxShadow: [ |
|
|
|
BoxShadow( |
|
|
|
BoxShadow( |
|
|
|
color: Colors.black.withAlpha(12), |
|
|
|
color: Colors.black.withAlpha(12), |
|
|
@ -518,7 +518,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
}, |
|
|
|
}, |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
color: Colors.transparent, |
|
|
|
color: Colors.transparent, |
|
|
|
padding: EdgeInsets.all(16), |
|
|
|
padding: EdgeInsets.all(16.h), |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
Text( |
|
|
|
Text( |
|
|
@ -530,7 +530,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 4, |
|
|
|
height: 4.h, |
|
|
|
), |
|
|
|
), |
|
|
|
Text( |
|
|
|
Text( |
|
|
|
S.of(context).guanzhu, |
|
|
|
S.of(context).guanzhu, |
|
|
@ -567,7 +567,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 4, |
|
|
|
height: 4.h, |
|
|
|
), |
|
|
|
), |
|
|
|
Text( |
|
|
|
Text( |
|
|
|
S.of(context).fensi, |
|
|
|
S.of(context).fensi, |
|
|
@ -606,7 +606,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 4, |
|
|
|
height: 4.h, |
|
|
|
), |
|
|
|
), |
|
|
|
Text( |
|
|
|
Text( |
|
|
|
S.of(context).chengjiu, |
|
|
|
S.of(context).chengjiu, |
|
|
|