Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
穆启卓
walk_daka_h5
Commits
ed5f5fe8
Commit
ed5f5fe8
authored
Mar 29, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
af1b30e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
MainPage.vue
src/views/MainPage.vue
+1
-4
PartakeChallenge.vue
src/views/PartakeChallenge.vue
+3
-0
No files found.
src/views/MainPage.vue
View file @
ed5f5fe8
<
template
>
<div
class=
"main-page"
>
<router-view
class=
"main-page-child"
/>
<router-view/>
<div
class=
"bottom-bar"
>
<div
class=
"bottom-tab"
@
click=
"selectTab('SignUp')"
>
<div
:class=
"['text', currentPage()==='SignUp'?'active':'']"
>
7天健步挑战赛
</div>
...
...
@@ -48,9 +48,6 @@
height
:
100vh
;
padding-bottom
:
.9rem
;
box-sizing
:
border-box
;
.main-page-child
{
height
:
100%
;
}
.bottom-bar
{
width
:
100%
;
height
:
.9rem
;
...
...
src/views/PartakeChallenge.vue
View file @
ed5f5fe8
...
...
@@ -138,6 +138,7 @@
line-height
:
1
;
color
:
#333
;
margin-bottom
:
.24rem
;
flex-shrink
:
0
;
img
{
width
:
.26rem
;
height
:
.35rem
;
...
...
@@ -149,6 +150,7 @@
margin-top
:
.34rem
;
display
:
flex
;
align-items
:
flex-start
;
flex-shrink
:
0
;
&:last-of-type
.section-content
{
border-bottom
:
none
;
}
...
...
@@ -175,6 +177,7 @@
}
}
.game-introduce-join-container
{
flex-shrink
:
0
;
.auth-container
{
background
:
transparent
;
margin-top
:
.26rem
;
...
...
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