|
|
@ -30,7 +30,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
height: 130.h, |
|
|
|
height: 130.h, |
|
|
|
width: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
margin: EdgeInsets.only(bottom:10,left: 10,right: 10,top: 14.h), |
|
|
|
margin: EdgeInsets.only(bottom:10.h,left: 10.w,right: 10.w,top: 14.h), |
|
|
|
child: Row( |
|
|
|
child: Row( |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
@ -41,7 +41,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
}, |
|
|
|
}, |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
width: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
margin: EdgeInsets.symmetric(horizontal:5), |
|
|
|
margin: EdgeInsets.symmetric(horizontal:5.w), |
|
|
|
padding: EdgeInsets.symmetric(vertical:12.h), |
|
|
|
padding: EdgeInsets.symmetric(vertical:12.h), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -53,7 +53,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
spreadRadius: 0, |
|
|
|
spreadRadius: 0, |
|
|
|
) |
|
|
|
) |
|
|
|
], |
|
|
|
], |
|
|
|
borderRadius: BorderRadius.circular(6), |
|
|
|
borderRadius: BorderRadius.circular(6.r), |
|
|
|
), |
|
|
|
), |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
@ -62,8 +62,8 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
Image.asset( |
|
|
|
Image.asset( |
|
|
|
"assets/image/home_chi.webp", |
|
|
|
"assets/image/home_chi.webp", |
|
|
|
fit: BoxFit.cover, |
|
|
|
fit: BoxFit.cover, |
|
|
|
width: 60, |
|
|
|
width: 60.w, |
|
|
|
height: 60, |
|
|
|
height: 60.h, |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox(height:4.h), |
|
|
|
SizedBox(height:4.h), |
|
|
|
Text( |
|
|
|
Text( |
|
|
@ -84,7 +84,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
}, |
|
|
|
}, |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
width: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
margin: EdgeInsets.symmetric(horizontal:5), |
|
|
|
margin: EdgeInsets.symmetric(horizontal:5.w), |
|
|
|
// padding: EdgeInsets.symmetric(vertical:12.h), |
|
|
|
// padding: EdgeInsets.symmetric(vertical:12.h), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -96,7 +96,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
spreadRadius: 0, |
|
|
|
spreadRadius: 0, |
|
|
|
) |
|
|
|
) |
|
|
|
], |
|
|
|
], |
|
|
|
borderRadius: BorderRadius.circular(6), |
|
|
|
borderRadius: BorderRadius.circular(6.r), |
|
|
|
), |
|
|
|
), |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
@ -105,8 +105,8 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
Image.asset( |
|
|
|
Image.asset( |
|
|
|
"assets/image/home_he.webp", |
|
|
|
"assets/image/home_he.webp", |
|
|
|
fit: BoxFit.cover, |
|
|
|
fit: BoxFit.cover, |
|
|
|
width: 60, |
|
|
|
width: 60.w, |
|
|
|
height: 60, |
|
|
|
height: 60.h, |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox(height:4.h), |
|
|
|
SizedBox(height:4.h), |
|
|
|
Text( |
|
|
|
Text( |
|
|
@ -127,7 +127,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
}, |
|
|
|
}, |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
width: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
margin: EdgeInsets.symmetric(horizontal:5), |
|
|
|
margin: EdgeInsets.symmetric(horizontal:5.w), |
|
|
|
padding: EdgeInsets.symmetric(vertical:12.h), |
|
|
|
padding: EdgeInsets.symmetric(vertical:12.h), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -139,7 +139,7 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
spreadRadius: 0, |
|
|
|
spreadRadius: 0, |
|
|
|
) |
|
|
|
) |
|
|
|
], |
|
|
|
], |
|
|
|
borderRadius: BorderRadius.circular(6), |
|
|
|
borderRadius: BorderRadius.circular(6.r), |
|
|
|
), |
|
|
|
), |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
@ -148,8 +148,8 @@ class _UnionEntry extends State<UnionEntry> { |
|
|
|
Image.asset( |
|
|
|
Image.asset( |
|
|
|
"assets/image/home_wan.webp", |
|
|
|
"assets/image/home_wan.webp", |
|
|
|
fit: BoxFit.cover, |
|
|
|
fit: BoxFit.cover, |
|
|
|
width: 60, |
|
|
|
width: 60.w, |
|
|
|
height: 60, |
|
|
|
height: 60.h, |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox(height:4.h), |
|
|
|
SizedBox(height:4.h), |
|
|
|
Text( |
|
|
|
Text( |
|
|
|