div::before { content: ""; /* 必须有 */ width: 100px; height: 100px; background: red;} 选择符 描述 ::before 在元素内部的前面插入内容 ::after 在元素内部的后面插入内容