|
|
@ -314,7 +314,8 @@ class UnionPageState extends State<UnionPage> |
|
|
|
Widget buildSearchItem() { |
|
|
|
Widget buildSearchItem() { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
height: 36.h, |
|
|
|
height: 36.h, |
|
|
|
margin: EdgeInsets.fromLTRB(6.w, 0, 14.w, 0), |
|
|
|
margin: EdgeInsets.fromLTRB(14.w, 0, 14.w, 0), |
|
|
|
|
|
|
|
padding: EdgeInsets.fromLTRB(0, 6.h, 0, 6.h), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Color(0xFFF5FAF7), |
|
|
|
color: Color(0xFFF5FAF7), |
|
|
|
borderRadius: BorderRadius.circular(4), |
|
|
|
borderRadius: BorderRadius.circular(4), |
|
|
@ -337,20 +338,17 @@ class UnionPageState extends State<UnionPage> |
|
|
|
cursorHeight: 25.h, |
|
|
|
cursorHeight: 25.h, |
|
|
|
decoration: InputDecoration( |
|
|
|
decoration: InputDecoration( |
|
|
|
contentPadding: EdgeInsets.symmetric( |
|
|
|
contentPadding: EdgeInsets.symmetric( |
|
|
|
vertical: 14.h, |
|
|
|
vertical: 12.h, |
|
|
|
), |
|
|
|
), |
|
|
|
hintText: "搜索联盟会员店", |
|
|
|
hintText: "搜索联盟会员店", |
|
|
|
hintStyle: TextStyle( |
|
|
|
hintStyle: TextStyle( |
|
|
|
fontSize: 12.sp, |
|
|
|
fontSize: 12.sp, |
|
|
|
color: Color(0xFFB3B3B3), |
|
|
|
color: Color(0xFFB3B3B3), |
|
|
|
), |
|
|
|
), |
|
|
|
prefixIcon: GestureDetector( |
|
|
|
prefixIcon:Image.asset( |
|
|
|
onTap: loadFinish, |
|
|
|
"assets/image/icon_search.webp", |
|
|
|
child: Image.asset( |
|
|
|
width: 16, |
|
|
|
"assets/image/icon_search.webp", |
|
|
|
height: 16, |
|
|
|
width: 16, |
|
|
|
|
|
|
|
height: 16, |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
), |
|
|
|
), |
|
|
|
border: InputBorder.none, |
|
|
|
border: InputBorder.none, |
|
|
|
), |
|
|
|
), |
|
|
|