This commit is contained in:
xmcp
2018-08-19 23:54:35 +08:00
commit c9ccf351bf
16 changed files with 14161 additions and 0 deletions

21
src/index.css Normal file
View File

@@ -0,0 +1,21 @@
body {
margin: 0;
padding: 0;
font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
background-color: #eee;
}
* {
box-sizing: border-box;
}
p {
margin: 0;
}
a {
text-decoration: none;
color: blue;
cursor: pointer;
margin: 0 .5em;
}