feat:新增联系我们

This commit is contained in:
Xwen
2023-12-24 20:05:34 +08:00
parent 3b73121c29
commit 038e0bea86
5 changed files with 64 additions and 11 deletions

View File

@@ -1,18 +1,15 @@
<template class="back-color">
<template>
<div class="content-main">
<RouterView />
</div>
</template>
<style scoped>
.body-main {
min-height: 10rem;
min-width: 10rem;
background-color: #f0f2f5;
}
.content-main {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
min-height: 1150px;
/* min-height: 1150px; */
}
</style>