首页标签展示

This commit is contained in:
2023-07-02 10:28:38 +08:00
parent 4463b1fe02
commit 71a299f4eb
13 changed files with 278 additions and 25 deletions

View File

@@ -15,6 +15,7 @@
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
nav {
@@ -29,4 +30,7 @@ nav a {
nav a.router-link-exact-active {
color: #42b983;
}
::-webkit-scrollbar{
display:none;
}
</style>