CSS3实现0.25px的边框
给p这个盒子设置0.25的下边框线 p { position:relative; color: #888; &::after{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: red; -w