您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

App.css 129B

12345678910
  1. html,
  2. body,
  3. #root {
  4. height: 100%;
  5. width: 100%;
  6. margin: 0;
  7. padding: 0;
  8. font-family: sans-serif;
  9. text-align: center;
  10. }