有繼承性的屬性:
1、字型系列屬性:font、font-family、font-weight(設定字型的粗細)、font-size(設定字型的尺寸)、font-style(定義字型的風格)、font-variant、font-stretch、font-size-adjust
2、文字系列屬性:text-indent(文字縮排)、text-align(文字水平對齊)、line-height(行高)、word-spacing(字間隔)、letter-spacing(字元間距)、text-transform(控制文字大小寫)、direction(規定文字的書寫方向)、color(文字顏色)
3、元素可見性:visibility、opacity
4、**布局屬性:caption-side、border-collapse、border-spacing、empty-cells、table-layout
5、列表屬性:list-style-type、list-style-image、list-style-position、list-style
6、生成內容屬性:quotes
7、游標屬性:cursor
8、頁面樣式屬性:page、page-break-inside、windows、orphans
9、聲音樣式屬性:speak、speak-punctuation、speak-numeral、speak-header、speech-rate、volume、voice-family、pitch、pitch-range、stress、richness、、azimuth、elevation
無繼承的屬性:
1、display
2、文字屬性:vertical-align、text-decoration、text-shadow、white-space、unicode-bidi
3、盒子模型的屬性:寬度 width、min-width、max-width,高度 height、min-height、max-height,內外邊距 margin、padding,邊框 border
5、定位屬性:浮動 float,清除浮動 clear、overflow,定位 position
6、生成內容屬性:content、counter-reset、counter-increment
7、輪廓樣式屬性:outline-style、outline-width、outline-color、outline
8、頁面樣式屬性:size、page-break-before、page-break-after
9、table-layout
繼承中比較特殊的幾點:
1、a 標籤的字型顏色不能被繼承。
2、h1-h6 標籤字型的大小也是不能被繼承的。
因為它們都有乙個預設值。
transform:scale(0.9); // 括號裡面的值根據情況設定
end python之切片知識點梳理
切片就是從資料容器中按某種的規則獲取資料。可以切片的物件有list tuple str numpy的array陣列 pandas的dataframe等等。變數 物件 起始 終止 步長 物件 即你需要做切片操作的資料集。起始 從0開始,預設值是0。終止 切片截止的位置前一位。預設值是物件的長度。步長 ...
win32 執行緒知識點梳理四
本節內容關於win32中線程優先權。這是程序的屬性之一,表現出它和別的程序相比的重要性。優先權類別 基礎優先權值 realtime priority class 24high priority class 13normal priority class 7 or 8 idle priority cl...
面試知識點總結之網路
tcp transmission control protocol 傳輸控制協議 udp user data protocol,使用者資料報協議 1 都是一種網路傳輸協議 2 tcp需建立連線,udp不需要 3 tcp是可靠的傳輸協議,udp屬於不可靠的 4 由於tcp需建立真實的連線,所以需消耗伺...