-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
7fd680a
commit c963346
Showing
22 changed files
with
534 additions
and
122 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<!-- _navbar.md --> | ||
|
||
* [首页](/) | ||
* [文档](docs/readme.md) | ||
* [主题](themes/readme.md) | ||
* [博客](blog/readme.md) | ||
* [文档](zh-cn/docs/readme.md) | ||
* [主题](zh-cn/themes/readme.md) | ||
* [博客](zh-cn/blog/readme.md) | ||
* 语言 | ||
* [:cn: 简体中文](/) | ||
* [:us: English](../en-us/readme.md) | ||
* [:us: English](en-us/readme.md) |
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,60 @@ | ||
.p-big { | ||
font-size: 1.4rem; | ||
font-weight: 700; | ||
} | ||
|
||
.img-normal { | ||
width: 240px; | ||
height: auto; | ||
object-fit: cover; | ||
} | ||
|
||
.img-normal svg { | ||
width: 100% !important; | ||
height: 100% !important; | ||
} | ||
|
||
.img-theme { | ||
width: 100%; | ||
height: auto; | ||
object-fit: cover; | ||
transition: all 0.3s; | ||
transform: scale(1); | ||
} | ||
|
||
.img-theme:hover { | ||
transform: scale(1.1); | ||
box-shadow: -5px 5px 5px #cecece; | ||
} | ||
|
||
/*.b-normal { | ||
display: flex; | ||
flex-wrap: wrap; | ||
}*/ | ||
|
||
.a-button, .a-button-cover { | ||
border-radius: 2rem; | ||
border-width: 1px; | ||
border-style: solid; | ||
border-image: initial; | ||
border-color: var(--theme-color, #42b983); | ||
color: var(--theme-color, #42b983); | ||
box-sizing: border-box; | ||
display: inline-block; | ||
font-size: 1.05rem; | ||
letter-spacing: 0.1rem; | ||
margin: 0.5rem 1rem; | ||
padding: 0.75em 2rem; | ||
text-decoration: none; | ||
transition: 0.15s; | ||
} | ||
|
||
.a-button-cover { | ||
background-color: var(--theme-color, #42b983); | ||
color: #fff !important; | ||
} | ||
|
||
.a-button:hover, .a-button-cover:hover { | ||
color: inherit; | ||
opacity: 0.8; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Oops, something went wrong.