添加了sass

This commit is contained in:
2020-09-24 16:46:59 +08:00
parent 04c520dc6c
commit c3d715db7a
3 changed files with 460 additions and 47 deletions

View File

@@ -6,25 +6,6 @@
<router-view/>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
<style lang="scss" scoped>
#nav {
padding: 30px;
}
#nav a {
font-weight: bold;
color: #2c3e50;
}
#nav a.router-link-exact-active {
color: #42b983;
}
</style>