feat: add top navbar for front page

This commit is contained in:
RockYang
2024-05-16 20:10:00 +08:00
parent 44b3237dd6
commit b2771b7b3f
22 changed files with 836 additions and 633 deletions

View File

@@ -163,7 +163,7 @@ const initData = () => {
display: flex;
justify-content: center;
background-color: #282c34;
height 100vh
height 100%
overflow-x hidden
overflow-y visible
@@ -176,6 +176,7 @@ const initData = () => {
h2 {
color #ffffff;
text-align center
}
.share-box {