- 向內(nèi)偏移(slice屬性)哈扮,標(biāo)識(shí)九宮格的其中一個(gè)格子的大小
<!-- 節(jié)點(diǎn) -->
<div>123</div>
<!-- 樣式 -->
<style>
div
{
width : 200px;
height: 200px;
margin: 100px;
background-color: #999;
/*圖片路徑*/
border-image-source:url(border.png);
/*向內(nèi)偏移*/
border-image-slice:26;
/*邊框?qū)挾?/
border-image-width:5;
/*超出邊框的量(邊框的padding)*/
border-image-outset:5;
/*平鋪(repeat)、鋪滿(round)或拉伸(stretch)*/
border-image-repeat:stretch;
}
</style>
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者