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

13 行
165 B

  1. @import "_variables";
  2. *, body{
  3. margin: 0;
  4. padding: 0;
  5. box-sizing: border-box;
  6. list-style: none;
  7. font-family: $myfont;
  8. }
  9. img{
  10. width: 100%;
  11. }