fix(home): 首页样式美化

This commit is contained in:
BTMuli
2023-03-31 22:44:10 +08:00
parent a4a55309bd
commit 6c8f460e56
4 changed files with 45 additions and 41 deletions

View File

@@ -90,7 +90,7 @@ async function writeIndex() {
<style lang="css">
.app-main {
min-height: 100vh;
background: rgba(255, 255, 255, 75%);
background: #ece5d8;
backdrop-filter: blur(20px);
}
</style>