Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoya-agent-program
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqian
xiaoya-agent-program
Commits
7de4e4e2
Commit
7de4e4e2
authored
Apr 07, 2020
by
18868195926
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 首页框架开发
parent
c9f75126
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
index.scss
src/pages/index/index.scss
+53
-0
No files found.
src/pages/index/index.scss
View file @
7de4e4e2
...
...
@@ -2,6 +2,13 @@
flex-direction
:
column
;
width
:
100%
;
}
.swpier-view
{
width
:
100%
;
.img
{
width
:
100%
;
height
:
100%
;
}
}
.city
{
position
:
absolute
;
display
:
inline-flex
;
...
...
@@ -15,4 +22,50 @@
height
:
36px
;
margin-right
:
12px
;
}
}
.sub-nav
{
width
:
100%
;
padding
:
20px
0
;
display
:
flex
;
flex-direction
:
row
;
.content
{
width
:
50%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
.img
{
width
:
80px
;
height
:
80px
;
}
}
}
.sub-title
{
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
}
.store-list-title
{
width
:
100%
;
margin
:
20px
0
;
}
.list-view
{
display
:
flex
;
flex-direction
:
row
;
padding
:
20px
;
background-color
:
#ccc
;
.img
{
width
:
200px
;
height
:
200px
;
}
.text-cont
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
}
.distance
{
display
:
flex
;
align-items
:
center
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment