Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f434be

Browse files
add header and footer
1 parentf17a41a commit7f434be

File tree

5 files changed

+29
-38
lines changed

5 files changed

+29
-38
lines changed

‎content/Breadcrumb.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
---
2-
__Advertisement :)__
3-
4-
-__[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image
5-
resize in browser.
6-
-__[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly
7-
i18n with plurals support and easy syntax.
8-
9-
You will like those projects!
10-
11-
---
12-
131
#Breadcrumb
142
##h2 Heading
153
###h3 Heading

‎content/Button.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
---
2-
__Advertisement :)__
3-
4-
-__[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image
5-
resize in browser.
6-
-__[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly
7-
i18n with plurals support and easy syntax.
8-
9-
You will like those projects!
10-
11-
---
121

132
#Button
143
##h2 Heading

‎content/Checkbox.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
---
2-
__Advertisement :)__
3-
4-
-__[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image
5-
resize in browser.
6-
-__[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly
7-
i18n with plurals support and easy syntax.
8-
9-
You will like those projects!
10-
11-
---
121

132
#Checkbox
143
##h2 Heading

‎src/components/Content.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<template>
2-
32
<divclass="markdown-body">
43
<keep-alive>
54
<componentv-bind:is="currentContentPage" />
@@ -36,13 +35,13 @@ export default {
3635
box-sizing:border-box;
3736
min-width:200px;
3837
max-width:980px;
39-
margin:0auto;
38+
margin:-150pxauto0auto;
4039
padding:45px;
4140
}
4241
4342
.markdown-bodyh1{
4443
font-size:3.125rem;
45-
border-bottom:1pxsolid#3057d5
44+
border-bottom:none;
4645
}
4746
4847
.custom {

‎src/views/Home.vue

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
<SliderMenu />
66
</ca-flex>
77
<ca-flexcol="xs9 sm9 md9 lg9 xl9"class="content">
8+
<headerclass="pageHeader"></header>
89
<router-view/>
10+
<footerclass="pageFooter">
11+
<p>Vanilla Components version 9.0.15</p>
12+
13+
<p>React Components version 6.5.2</p>
14+
15+
<p>Website last updated on June 20, 2018 at 12:00 AM</p>
16+
17+
<p>MIT</p>
18+
</footer>
919
</ca-flex>
1020
</ca-layout>
1121
</div>
@@ -39,6 +49,22 @@ export default {
3949
.content {
4050
max-height:100vh;
4151
overflow:scroll;
42-
background:#fff
52+
background:#fff;
53+
}
54+
55+
.pageFooter {
56+
background:#f4f7fb;
57+
padding:25px100px;
58+
}
59+
60+
.pageFooterp {
61+
font-size:10px;
62+
margin:5px0;
63+
}
64+
65+
.pageHeader {
66+
height:150px;
67+
background:#f4f7fb;
68+
border-bottom:1pxsolid#3057d5
4369
}
4470
</style>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp