<!-- With the CSS border-image property, you can set an image to be used as the border around an element. --> <!-- CSS border-image Property The CSS border-image property allows you to specify an ...
border-image: linear-gradient(to bottom, transparent 20%, #f9d3e3, transparent 80%) 1; 在浏览器中这么用css时,表现是正确的,但在用dom-to-image时会自动添加:-webkit-border-image: linear-gradient(rgba(0, 0, 0, 0) 20%, rgb(249, ...