如何通过css制作"0.5px"边框不考虑兼容,可以使用transform:scale(.5,.5)样式,就是把元素缩小0.5倍。例子如下:.content{ position:relative}.content:before{content: ''2023-04-13html-css200