Browse Source

no message

ios
ZHR007 4 months ago
parent
commit
2ed79bdc14
1 changed files with 54 additions and 51 deletions
  1. 105
      lib/pages/mine/user_help_center_page.dart

105
lib/pages/mine/user_help_center_page.dart

@ -245,60 +245,63 @@ class _UserHelpCenterPageState extends State<UserHelpCenterPage> {
],
),
),
Container(
height: 40.w,
padding: EdgeInsets.symmetric(
vertical: 10.w
),
child: Row(
children: [
Expanded(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Image.asset(
Assets.imagesEdit,
width: 15.w,
),
SizedBox(width: 9.w,),
Text(
"意见反馈",
style: TextStyle(
fontSize: 16.w,
fontWeight: FontWeight.w500
),
)
],
],
),
),
bottomNavigationBar:
SafeArea(
child: SizedBox(
height: 40.w,
child: Row(
children: [
Expanded(
child: Row(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Image.asset(
Assets.imagesEdit,
width: 15.w,
),
),
Container(
width: 1,
height: 20.w,
color: const Color.fromRGBO(230, 230, 230, 1),
),
Expanded(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Image.asset(
Assets.imagesCustomer,
width: 15.w,
),
SizedBox(width: 9.w,),
Text(
"联系客服",
style: TextStyle(
fontSize: 16.w,
fontWeight: FontWeight.w500
),
)
],
SizedBox(width: 8.w,),
Text(
"意见反馈",
style: TextStyle(
fontSize: 16.w,
fontWeight: FontWeight.w500
),
)
],
),
),
Container(
width: 1,
height: 20.w,
color: const Color.fromRGBO(230, 230, 230, 1),
),
Expanded(
child: Row(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Image.asset(
Assets.imagesCustomer,
width: 20.w,
height: 20.w,
),
),
],
SizedBox(width: 4.w,),
Text(
"联系客服",
style: TextStyle(
fontSize: 16.w,
fontWeight: FontWeight.w500
),
)
],
),
),
)
],
],
),
),
),
)

Loading…
Cancel
Save