簡(jiǎn)寫順序:width-style-color
eg:p{border:1px solid red;}
按簡(jiǎn)寫順序依次介紹每個(gè)屬性特點(diǎn):
一、border-width:medium(默認(rèn)。中等):thin;thick;thick;length;inherit;
二、border-style:none(默認(rèn)。無(wú));hidden(與none相同,應(yīng)用于表時(shí)除外,對(duì)于表用于解決邊框沖突);dotted(點(diǎn)狀邊框);dashed(虛線)、solid(實(shí)線);double(雙線);groove(3D凹槽);ridge(3D壟狀);inset(3D嵌入);outset(3D突出);inherit;
三、border-color:color(name,16進(jìn)制,rgb);transparent:inherit.
四、border-radius:0(默認(rèn)值);length(px);%;
還可以分開(kāi)賦值:border-top-left-radius;border-top-right-radius;border-bottom-left-radius;border-bottom-right-radius;
五、border-image:source slice width outset repeat;省略的值為它們的默認(rèn)值
eg:
div{ border-image:url(img.png) 30 30 round; -webkit-border-image:url(img.png) 30 30 round;/*safari 5 and older*/ -o-border-image:url(img.png) 30 30 round;/*Opera*/ }
六、box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2)
0.2表示透明度
注釋:ie9+支持border-radius和box-shadow屬性;firefox、chrome、opera以及safafi支持所有新邊框?qū)傩裕矗篵order-radius;border-image和box-shadow);對(duì)于border-image,safari5以及更老的版本需要前綴-webkit-,opera需要前綴-o-;
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com