11
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src/assets/images/collection-story-bg.jpg
Normal file
BIN
src/assets/images/collection-story-bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 549 KiB |
BIN
src/assets/images/home-bg.jpg
Normal file
BIN
src/assets/images/home-bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 851 KiB |
@@ -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>
|
||||||
|
|||||||
@@ -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([
|
||||||
|
|||||||
Reference in New Issue
Block a user