This commit is contained in:
李志鹏
2026-04-20 14:28:13 +08:00
parent 9b0c777164
commit 1988d44c8d
5 changed files with 29 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
} }
@font-face { @font-face {
font-family: 'KaiseiOpti-Regular'; font-family: 'KaiseiOpti-Medium';
src: url('./KaiseiOpti-Regular.ttf') format('truetype'); src: url('./KaiseiOpti-Medium.ttf') format('truetype');
font-style: medium; font-style: medium;
font-weight: 500; font-weight: 500;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 KiB

View File

@@ -1,5 +1,14 @@
<template> <template>
<div class="home-index">home</div> <div class="home-index">
<section class="index">
<img src="@/assets/images/home-bg.jpg" class="bg" />
</section>
<section class="designers"></section>
<section class="design"></section>
<section class="digital-items"></section>
<section class="digital-items"></section>
<section class="footer"></section>
</div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
@@ -8,5 +17,20 @@
<style lang="less"> <style lang="less">
.home-index { .home-index {
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: auto;
> section {
position: relative;
width: 100%;
height: auto;
}
> section.index {
> .bg {
width: 100%;
height: auto;
}
}
} }
</style> </style>

View File

@@ -43,7 +43,7 @@
}, },
{ {
name: 'Collection Story', name: 'Collection Story',
path: '/collection-story' path: '/collectionStory'
}, },
{ {
name: 'Brand', name: 'Brand',
@@ -51,7 +51,7 @@
}, },
{ {
name: 'Digital Item', name: 'Digital Item',
path: '/digital-item' path: '/digitalItem'
} }
]) ])
const navList2 = ref([ const navList2 = ref([