Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mould-nuxt-h5
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lhfe
mould-nuxt-h5
Commits
b6de4c4d
Commit
b6de4c4d
authored
Mar 30, 2021
by
lipengcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: init
parent
aa7a2769
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
42 deletions
+43
-42
index.vue
pages/index.vue
+43
-42
No files found.
pages/index.vue
View file @
b6de4c4d
<
template
>
<div
class=
"container"
>
<div>
<Logo
/>
<h1
class=
"title"
>
mould-nuxt
</h1>
<div
class=
"links"
>
<a
href=
"https://nuxtjs.org/"
target=
"_blank"
rel=
"noopener noreferrer"
class=
"button--green"
>
Documentation
</a>
<a
href=
"https://github.com/nuxt/nuxt.js"
target=
"_blank"
rel=
"noopener noreferrer"
class=
"button--grey"
>
GitHub
</a>
</div>
<div
class=
"container"
>
<div>
<Logo
/>
<h1
class=
"title"
>
mould-nuxt
</h1>
<div
class=
"links"
>
<a
href=
"https://nuxtjs.org/"
target=
"_blank"
rel=
"noopener noreferrer"
class=
"button--green"
>
Documentation
</a>
<a
href=
"https://github.com/nuxt/nuxt.js"
target=
"_blank"
rel=
"noopener noreferrer"
class=
"button--grey"
>
GitHub
</a>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -31,33 +31,34 @@ export default {}
<
style
>
.container
{
margin
:
0
auto
;
min-height
:
100vh
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
text-align
:
center
;
margin
:
0
auto
;
min-height
:
100vh
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
text-align
:
center
;
}
.title
{
font-family
:
'Quicksand'
,
'Source Sans Pro'
,
-apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
'Helvetica Neue'
,
Arial
,
sans-serif
;
display
:
block
;
font-weight
:
300
;
font-size
:
100px
;
color
:
#35495e
;
letter-spacing
:
1px
;
font-family
:
'Quicksand'
,
'Source Sans Pro'
,
-apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
'Helvetica Neue'
,
Arial
,
sans-serif
;
display
:
block
;
font-weight
:
300
;
font-size
:
100px
;
color
:
#35495e
;
letter-spacing
:
1px
;
}
.subtitle
{
font-weight
:
300
;
font-size
:
42px
;
color
:
#526488
;
word-spacing
:
5px
;
padding-bottom
:
15px
;
font-weight
:
300
;
font-size
:
42px
;
color
:
#526488
;
word-spacing
:
5px
;
padding-bottom
:
15px
;
}
.links
{
padding-top
:
15px
;
padding-top
:
15px
;
}
</
style
>
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