|
|
@ -32,7 +32,7 @@ class _FeaturedActivity extends State<FeaturedActivity> { |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
child: stackItem(18.sp), |
|
|
|
child: stackItem(18.sp), |
|
|
|
margin: EdgeInsets.symmetric(horizontal: 5.w), |
|
|
|
margin: EdgeInsets.symmetric(horizontal: 5.w), |
|
|
|
width: (MediaQuery.of(context).size.width - 42) / 2, |
|
|
|
width: (MediaQuery.of(context).size.width - 42) /2, |
|
|
|
height: 180.h, |
|
|
|
height: 180.h, |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
borderRadius: BorderRadius.circular(4), |
|
|
|
borderRadius: BorderRadius.circular(4), |
|
|
@ -52,7 +52,7 @@ class _FeaturedActivity extends State<FeaturedActivity> { |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
child: stackItem(14.sp), |
|
|
|
child: stackItem(14.sp), |
|
|
|
margin: EdgeInsets.symmetric(horizontal: 5.w), |
|
|
|
margin: EdgeInsets.symmetric(horizontal: 5.w), |
|
|
|
width: (MediaQuery.of(context).size.width - 42) / 2, |
|
|
|
width: (MediaQuery.of(context).size.width - 42) /2, |
|
|
|
height: 170.h / 2, |
|
|
|
height: 170.h / 2, |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
borderRadius: BorderRadius.circular(4), |
|
|
|
borderRadius: BorderRadius.circular(4), |
|
|
@ -65,9 +65,7 @@ class _FeaturedActivity extends State<FeaturedActivity> { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
|
|
|
|
height: 10.h, |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
Container( |
|
|
|
Container( |
|
|
|
child: stackItem(14.sp), |
|
|
|
child: stackItem(14.sp), |
|
|
|
margin: EdgeInsets.symmetric(horizontal: 5.w), |
|
|
|
margin: EdgeInsets.symmetric(horizontal: 5.w), |
|
|
|