通用样式

134 阅读1分钟

重置浏览器默认样式

1.npm i normalize.css 安装重置样式的包

2.main.js引入

import 'normalize.css'

公用样式

style写入文件 在main.js引入