/*补全代码*/ /* 关键点 在于 content : ""; display:block; */ div::after { content:""; width:20px; height:20px; background-color: rgb(255,0,0); display:block; }