-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
142 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<template> | ||
<div class="footer"> | ||
<div>王牌科技公司</div> | ||
<div>版权所有</div> | ||
<img src="/logo.png" /> | ||
</div> | ||
</template> | ||
<script> | ||
export default { | ||
data() { | ||
return { | ||
} | ||
} | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.footer { | ||
padding: 0px 10px; | ||
position: absolute; | ||
background: grey; | ||
align-items: center; | ||
width: 100%; | ||
bottom: 0px; | ||
display: flex; | ||
justify-content: space-between; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.footer { | ||
padding: 0px 10px; | ||
position: absolute; | ||
background: grey; | ||
align-items: center; | ||
width: 100%; | ||
bottom: 0px; | ||
display: flex; | ||
justify-content: space-between; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
import '@slidev/client/styles/layouts-base.css' | ||
import './layout.css' | ||
import './code.css' | ||
import './base.css' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,51 @@ | ||
:root { | ||
// default theme color | ||
// can be overrided by uses `themeConfig` option | ||
--slidev-theme-primary: #5d8392; | ||
} | ||
|
||
.slidev-layout.cover, | ||
.slidev-layout.intro { | ||
@apply h-full grid; | ||
|
||
h1 { | ||
@apply text-6xl leading-20; | ||
} | ||
|
||
h1 + p { | ||
@apply -mt-2 opacity-50 mb-4; | ||
} | ||
|
||
p + h2, ul + h2, table + h2 { | ||
@apply mt-10; | ||
} | ||
} | ||
.slidev-layout.cover h1, | ||
.slidev-layout.intro h1 { | ||
@apply text-6xl leading-20; | ||
} | ||
.slidev-layout.cover h1 + p, | ||
.slidev-layout.intro h1 + p { | ||
@apply -mt-2 opacity-50 mb-4; | ||
} | ||
.slidev-layout.cover p + h2, | ||
.slidev-layout.intro p + h2, | ||
.slidev-layout.cover ul + h2, | ||
.slidev-layout.intro ul + h2, | ||
.slidev-layout.cover table + h2, | ||
.slidev-layout.intro table + h2 { | ||
@apply mt-10; | ||
} | ||
.slidev-layout.cover { | ||
background: url("/一半背景图.png"); | ||
background-position: 0px 0px; | ||
background-size: contain; | ||
background-repeat: no-repeat; | ||
} | ||
.slidev-layout.cover .w-full { | ||
width: 80%; | ||
height: 80%; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
margin-bottom: 5%; | ||
} | ||
.slidev-layout.cover h1 { | ||
color: black; | ||
} | ||
.slidev-layout.cover ul { | ||
list-style: none; | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-between; | ||
} | ||
.slidev-layout.cover ul li { | ||
box-sizing: border-box; | ||
width: 50%; | ||
margin-left: 0px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
|
||
:root { | ||
// default theme color | ||
// can be overrided by uses `themeConfig` option | ||
--slidev-theme-primary: #5d8392; | ||
} | ||
|
||
.slidev-layout.cover, | ||
.slidev-layout.intro { | ||
@apply h-full grid; | ||
|
||
h1 { | ||
@apply text-6xl leading-20; | ||
} | ||
|
||
h1 + p { | ||
@apply -mt-2 opacity-50 mb-4; | ||
} | ||
|
||
p + h2, ul + h2, table + h2 { | ||
@apply mt-10; | ||
} | ||
} | ||
|
||
.slidev-layout.cover { | ||
.w-full { | ||
width: 80%; | ||
height: 80%; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
margin-bottom: 5%; | ||
} | ||
h1 { | ||
color: black; | ||
} | ||
background: url("/一半背景图.png"); | ||
background-position: 0px 0px; | ||
background-size: contain; | ||
background-repeat: no-repeat; | ||
ul { | ||
list-style: none; | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-between; | ||
li { | ||
box-sizing: border-box; | ||
width: 50%; | ||
margin-left: 0px; | ||
} | ||
} | ||
} |