[基础]搭建react基础架构

This commit is contained in:
唐明明
2021-02-15 14:11:09 +08:00
parent 4703b51686
commit 3eb382fe46
25 changed files with 38023 additions and 0 deletions

10
src/index.css Normal file
View File

@@ -0,0 +1,10 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}