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

_base.scss 273B

123456789101112131415161718192021
  1. *,
  2. *::after,
  3. *::before {
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: inherit;
  7. }
  8. // html {
  9. // font-size: 62.5%;
  10. // }
  11. body {
  12. box-sizing: border-box;
  13. // font-size: 62.5%;
  14. overflow-x: hidden;
  15. @include respond(tab-port) {
  16. padding: 0;
  17. }
  18. }