保誠-保戶業務員媒合平台
Tomas
2021-10-31 a40791c415b60b29e2d8fe3af88db980ea409241
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
    <div class="container">
        <NavBar></NavBar>
        <Nuxt></Nuxt>
        <Footer></Footer>
    </div>
</template>
 
<style lang="scss" scoped>
    .container {
        background-color: #F8F9FA;
    }
</style>