first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<template lang="pug">
.lower
img(alt='Vue logo', src='/img/v2_qa5jzi.png')
.home_conte
.context
</template>
<script>
export default {
props: {
}
}
</script>
<style>
img{
height: 251px;
width: 100%;
}
.home_conte{
position: absolute;
top: 25%;
margin-left: 50%;
left: -175px;
background-color: #ffffff;
height: 300px;
width: 350px;
border-radius: 10px;
box-shadow: 0px 1px 5px rgba(136, 136, 136, 0.52);
}
</style>