02c91549 by simon

no message

1 parent 0c3c0cf3
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 </template> 9 </template>
10 10
11 <style lang="scss"> 11 <style lang="scss">
12 @import './styles/support.scss'; 12 @import './styles/support';
13 13
14 #app { 14 #app {
15 /* font-family: 'Avenir', Helvetica, Arial, sans-serif; 15 /* font-family: 'Avenir', Helvetica, Arial, sans-serif;
......
...@@ -9,7 +9,9 @@ export default { ...@@ -9,7 +9,9 @@ export default {
9 </script> 9 </script>
10 10
11 <style lang="scss" scoped> 11 <style lang="scss" scoped>
12 @import "../../styles/support";
12 .home { 13 .home {
14 // @extend .u-flex;
13 text-align: center; 15 text-align: center;
14 } 16 }
15 </style> 17 </style>
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
11 11
12 @import "var"; 12 @import "var";
13 13
14 // @import "utils";
15
14 // 图标字体 16 // 图标字体
15 @import "fonticon"; 17 @import "fonticon";
16 18
......