Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Aug 27, 2024
1 parent d1a78ce commit 4e16c18
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 4 deletions.
31 changes: 31 additions & 0 deletions src/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,34 @@ export default {
},
};
</script>

<style scoped>
.v-bg {
filter: blur(128px);
pointer-events: none;
}
.v-bg>div {
background: linear-gradient(to bottom right,
rgb(var(--v-theme-surface-variant)),
rgb(var(--v-theme-primary)));
z-index: -10;
clip-path: polygon(5% 20%,
15% 10%,
30% 15%,
40% 5%,
50% 25%,
60% 15%,
75% 30%,
85% 20%,
90% 40%,
70% 50%,
85% 70%,
65% 60%,
50% 85%,
35% 70%,
20% 80%,
10% 60%,
5% 40%);
}
</style>
Loading

0 comments on commit 4e16c18

Please sign in to comment.