scss 基本重置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 基本重置相关的知识,希望对你有一定的参考价值。

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%; // 10px/16px = 62.5% -> 1rem = 10px
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #777;
}

以上是关于scss 基本重置的主要内容,如果未能解决你的问题,请参考以下文章

scss 重置各种供应商ul边距,有时无法通过重置进行标准化

scss CSS重置

scss CSS重置v1

scss 盒子大小重置

scss 重置Baseframework shareList字体大小

scss 重置列表