|
|
@ -526,11 +526,11 @@ class _MyLoginPageState extends State<LoginPage> with TickerProviderStateMixin { |
|
|
|
controller: scrollController, |
|
|
|
controller: scrollController, |
|
|
|
physics: PageScrollPhysics().applyTo(ClampingScrollPhysics()), |
|
|
|
physics: PageScrollPhysics().applyTo(ClampingScrollPhysics()), |
|
|
|
child: SizedBox( |
|
|
|
child: SizedBox( |
|
|
|
height: MediaQuery.of(context).size.height * 1.50, |
|
|
|
height: MediaQuery.of(context).size.height * 1.47, |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: MediaQuery.of(context).size.height * 0.5980, |
|
|
|
height: MediaQuery.of(context).size.height * 0.5840, |
|
|
|
), |
|
|
|
), |
|
|
|
Expanded( |
|
|
|
Expanded( |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
@ -582,9 +582,9 @@ class _MyLoginPageState extends State<LoginPage> with TickerProviderStateMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
// SizedBox( |
|
|
|
height: 20.h, |
|
|
|
// height: 20.h, |
|
|
|
), |
|
|
|
// ), |
|
|
|
Expanded( |
|
|
|
Expanded( |
|
|
|
child: inputWidgets(), |
|
|
|
child: inputWidgets(), |
|
|
|
flex: 1, |
|
|
|
flex: 1, |
|
|
@ -706,7 +706,7 @@ class _MyLoginPageState extends State<LoginPage> with TickerProviderStateMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
height:25.h, |
|
|
|
height:30.h, |
|
|
|
width: MediaQuery.of(context).size.width - 80.h, |
|
|
|
width: MediaQuery.of(context).size.width - 80.h, |
|
|
|
// margin: EdgeInsets.only(top: 12.h), |
|
|
|
// margin: EdgeInsets.only(top: 12.h), |
|
|
|
child: TextField( |
|
|
|
child: TextField( |
|
|
@ -752,7 +752,7 @@ class _MyLoginPageState extends State<LoginPage> with TickerProviderStateMixin { |
|
|
|
color: statusPhoneLineColor, |
|
|
|
color: statusPhoneLineColor, |
|
|
|
), |
|
|
|
), |
|
|
|
SizedBox( |
|
|
|
SizedBox( |
|
|
|
height: 25.h, |
|
|
|
height:30.h, |
|
|
|
child: Visibility( |
|
|
|
child: Visibility( |
|
|
|
visible: statusPhoneVisible, |
|
|
|
visible: statusPhoneVisible, |
|
|
|
child: Text( |
|
|
|
child: Text( |
|
|
@ -773,7 +773,7 @@ class _MyLoginPageState extends State<LoginPage> with TickerProviderStateMixin { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
height:25.h, |
|
|
|
height:30.h, |
|
|
|
width: MediaQuery.of(context).size.width - 80.h, |
|
|
|
width: MediaQuery.of(context).size.width - 80.h, |
|
|
|
child: Row( |
|
|
|
child: Row( |
|
|
|
mainAxisAlignment: MainAxisAlignment.end, |
|
|
|
mainAxisAlignment: MainAxisAlignment.end, |
|
|
|