值 | 描述 |
border-image-source | 指定border的背景图的url |
border-image-slice | 设置图片如何切割的属性,非定位 |
border-image-width | 定义border-image的显示区域的 |
border-image-outset | 边框图像区域超出边框的量 |
border-image-repeat | 规定图像边框是否应该被重复 |
border-image 属性是一个简写属性,用于设置以下属性:border-image-source、border-image-slice、border-image-width、border-image-outset、border-image-repeat
border-image:url(/i/border.png) 30 30 round;
1.border-image-source:指定border的背景图的url
2.border-image-slice:设置图片如何切割的属性,非定位
3.border-image-width:定义border-image的显示区域
4.border-image-repeat:规定图像边框是否应该被重复
标签:CSS3,slice,image,边框,width,border,属性 From: https://www.cnblogs.com/Horsonce/p/7544509.html