前端css clip-path的polygon属性绘制多边形 云博小周宇2024年5月5日2023年8月11日1 Min Read 通过设置多个点的坐标位置来绘制图形的形状 .box{ clip-path:polygon(x1 y1, x2 y2, x3 y3, , , , , ,) backgroud-color:red; }