border-image-source

border-image-source属性怎么用
JavaScript

border-image-source属性怎么用

174 0

border-image-source属性指定要使用的图像,而不是由border-style属性设置的边框样式。CSS3 border-image-source属性作用:规定要使用的图像,代替 border-style 属性中设置的边框样式。语法:1border-image-source: none|image;none:表示不使用图像。 image:表示用作边框的图像的路径。 说明:如果值为 "none",或者如果图像无法显示,则使用边框样式。CSS3 border-image-sour