-
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
4e4310c
commit c68c6e8
Showing
7 changed files
with
64 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
<template> | ||
<el-row justify="center"> | ||
<el-row justify="start"> | ||
<el-link href="/"> | ||
<el-text class="mx-2" style="font-size: xxx-large; color: red">书海拾贝</el-text> | ||
<el-text class="site-title">书海拾贝</el-text> | ||
|
||
</el-link> | ||
<!-- <h2 style="font-size: xx-large;">Treasure in Book Ocean</h2>--> | ||
<!-- <h2 style="font-size: xx-large;">Treasure in Book Ocean</h2>--> | ||
</el-row> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'Header' | ||
} | ||
</script> | ||
|
||
<style scoped></style> | ||
<style scoped> | ||
.site-title { | ||
font-size: xx-large; | ||
color: #ef475d; | ||
font-family: Inter, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif | ||
} | ||
</style> |
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
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
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