如果写了
position: absolute;
left: 150px;
top: 10px;
width: 1px;
height: 80px;
background-color: #eee;
如果没有写content的话,
是无法在html中查找到after元素的。
如果写了
position: absolute;
left: 150px;
top: 10px;
width: 1px;
height: 80px;
background-color: #eee;
如果没有写content的话,
是无法在html中查找到after元素的。