start new design

This commit is contained in:
2026-03-18 01:56:56 +07:00
parent 365a231ed5
commit bf04f83a15
7 changed files with 87 additions and 21 deletions
+14
View File
@@ -0,0 +1,14 @@
<script setup lang="ts"></script>
<template>
<div class="belt-block">
<slot></slot>
</div>
</template>
<style scoped>
.belt-block {
background-image: url("@/assets/belt_mini.png");
background-size: cover;
}
</style>