first
This commit is contained in:
12
src/views/home/index.scss
Normal file
12
src/views/home/index.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.home {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.home-bg {
|
||||
width: 70%;
|
||||
max-width: 1200px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
11
src/views/home/index.vue
Normal file
11
src/views/home/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="home card">
|
||||
<img class="home-bg" src="@/assets/images/welcome.png" alt="welcome" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="home"></script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./index.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user