首次提交
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
|
||||
background: #f0f2f5;
|
||||
color: rgba(0, 0, 0, 0.88);
|
||||
}
|
||||
Reference in New Issue
Block a user