推薦的 CSS 書寫順序

2022-01-11 17:33:50 字數 419 閱讀 4977

瀏覽器先對dom定位,然後解析自身屬性,然後再解析內部物件,所以在書寫css的時候要注意一下順序。

推薦的順序是這樣的:

//顯示屬性

display

list-style

position

float

clear

//自身屬性

width

height

margin

padding

border

background

//文字屬性

color

font

text-decoration

text-align

vertical-align

white-space

other text

content

推薦的 CSS 書寫順序

以下順序是mozilla推薦的css書寫規範 這個瀏覽器解析過程有關,瀏覽器先對dom定位,然後解析自身屬性,然後再解析內部物件!顯示屬性 display list style position float clear 自身屬性 width height margin padding border ...

整理推薦的CSS屬性書寫順序

一.mozilla 建議css規則 suggested order display list style position float clear width height margin padding border background color font text decoration tex...

推薦使用的CSS書寫規範 順序

學習的。css書寫順序 1.位置屬性 position,top,right,z index,display,float等 2.大小 width,height,padding,margin 3.文字系列 font,line height,letter spacing,color text align等...