Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Reason Pun
2022-01-19 15:30:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1936b3d96b736129c995aa4f5a3697c85980fb96
1936b3d9
1 parent
3dc40308
update styles
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
lib/tiktok/pages/search_page.dart
lib/tiktok/pages/search_page.dart
View file @
1936b3d
...
...
@@ -24,19 +24,23 @@ class _SearchPageState extends State<SearchPage> {
width:
double
.
infinity
,
alignment:
Alignment
.
center
,
child:
Container
(
padding:
EdgeInsets
.
symmetric
(
horizontal:
16
.
px
,
vertical:
12
.
px
),
padding:
EdgeInsets
.
symmetric
(
horizontal:
16
.
px
,
vertical:
12
.
px
,
),
child:
Row
(
children:
<
Widget
>[
Icon
(
Icons
.
fullscreen
,
size:
24
.
px
,
color:
Colors
.
white
,
),
Expanded
(
child:
Container
(
height:
32
.
px
,
margin:
EdgeInsets
.
only
(
right:
20
.
px
,
left:
12
.
px
),
decoration:
BoxDecoration
(
color:
Colors
.
white
.
withOpacity
(
0.2
)
,
color:
Colors
.
white
,
borderRadius:
BorderRadius
.
circular
(
4
.
px
),
),
padding:
EdgeInsets
.
only
(
left:
12
.
px
),
...
...
@@ -49,7 +53,10 @@ class _SearchPageState extends State<SearchPage> {
size:
20
.
px
,
),
Container
(
padding:
EdgeInsets
.
only
(
left:
2
.
px
,
bottom:
2
.
px
),
padding:
EdgeInsets
.
only
(
left:
2
.
px
,
bottom:
2
.
px
,
),
child:
const
Text
(
'搜索内容'
,
style:
StandardTextStyle
.
normal
,
...
...
@@ -80,7 +87,7 @@ class _SearchPageState extends State<SearchPage> {
opacity:
0.6
,
child:
SizedBox
(
height:
46
.
px
,
child:
Center
(
child:
Text
(
'全部搜索记录'
)),
child:
const
Center
(
child:
Text
(
'全部搜索记录'
)),
),
),
Container
(
...
...
@@ -89,7 +96,7 @@ class _SearchPageState extends State<SearchPage> {
aspectRatio:
4
.
px
,
child:
Container
(
decoration:
BoxDecoration
(
color:
Color
Plate
.
darkGray
,
color:
Color
s
.
white
,
border:
Border
.
all
(
color:
Colors
.
black
),
borderRadius:
BorderRadius
.
circular
(
8
.
px
),
),
...
...
@@ -97,7 +104,7 @@ class _SearchPageState extends State<SearchPage> {
child:
Text
(
'预留轮播图'
,
style:
TextStyle
(
color:
Colors
.
white
.
withOpacity
(
0.1
)
,
color:
Colors
.
black45
,
fontSize:
18
.
px
,
fontWeight:
FontWeight
.
w900
,
),
...
...
@@ -109,7 +116,7 @@ class _SearchPageState extends State<SearchPage> {
);
return
Scaffold
(
body:
Container
(
color:
Color
Plate
.
back1
,
color:
Color
s
.
white
,
height:
double
.
infinity
,
width:
double
.
infinity
,
child:
Column
(
...
...
Please
register
or
login
to post a comment