CSS BEM 命名规范入门教程 | 叶寻的博客 BEM(Block, Element, Modifier)是 HTML CSS 类的命名方法,它可以让 HTML 和 CSS 代码更有条理。 概念与用法 # 一开始看不懂没关系,后面有示例。 block(块):可以独立使用的 HTML 元素(比如:<nav>),可以不包含 element。
BEM — Block Element Modifier BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end