blob: 72c144a73266ceceef6a5ffa16d76e7db94d8ba4 [file] [log] [blame]
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f5f7fa;
}
button {
border: none;
background: none;
cursor: pointer;
font-family: inherit;
}
a {
text-decoration: none;
color: inherit;
}
#root {
width: 100%;
min-height: 100vh;
}