|
|
@ -177,7 +177,7 @@ class _VipPageState extends State<VipPage> { |
|
|
child: Material( |
|
|
child: Material( |
|
|
child: Container( |
|
|
child: Container( |
|
|
width: 375.w, |
|
|
width: 375.w, |
|
|
height: 821.h - 270.w - 90.w, |
|
|
|
|
|
|
|
|
height: 821.h - 270.w - 120.w, |
|
|
decoration: BoxDecoration( |
|
|
decoration: BoxDecoration( |
|
|
borderRadius: BorderRadius.vertical( |
|
|
borderRadius: BorderRadius.vertical( |
|
|
top: Radius.circular(18.w) |
|
|
top: Radius.circular(18.w) |
|
|
@ -216,7 +216,6 @@ class _VipPageState extends State<VipPage> { |
|
|
}), |
|
|
}), |
|
|
], |
|
|
], |
|
|
), |
|
|
), |
|
|
SizedBox(height: 12.w,), |
|
|
|
|
|
Row( |
|
|
Row( |
|
|
children: [ |
|
|
children: [ |
|
|
|
|
|
|
|
|
@ -242,7 +241,6 @@ class _VipPageState extends State<VipPage> { |
|
|
) |
|
|
) |
|
|
], |
|
|
], |
|
|
), |
|
|
), |
|
|
SizedBox(height: 5.w,), |
|
|
|
|
|
Row( |
|
|
Row( |
|
|
children: [ |
|
|
children: [ |
|
|
Text( |
|
|
Text( |
|
|
@ -255,7 +253,7 @@ class _VipPageState extends State<VipPage> { |
|
|
) |
|
|
) |
|
|
], |
|
|
], |
|
|
), |
|
|
), |
|
|
SizedBox(height: 18.w,), |
|
|
|
|
|
|
|
|
SizedBox(height: 12.w,), |
|
|
Container( |
|
|
Container( |
|
|
padding: EdgeInsets.symmetric( |
|
|
padding: EdgeInsets.symmetric( |
|
|
horizontal: 18.w |
|
|
horizontal: 18.w |
|
|
@ -344,7 +342,7 @@ class _VipPageState extends State<VipPage> { |
|
|
left: 0, |
|
|
left: 0, |
|
|
child: Container( |
|
|
child: Container( |
|
|
width: 375.w, |
|
|
width: 375.w, |
|
|
height: 90.w, |
|
|
|
|
|
|
|
|
height: 120.w, |
|
|
padding: EdgeInsets.symmetric( |
|
|
padding: EdgeInsets.symmetric( |
|
|
horizontal: 13.w |
|
|
horizontal: 13.w |
|
|
), |
|
|
), |
|
|
|