css中無繼承性的屬性有:1、display;2、文字屬性;3、盒子模型屬性;4、背景屬性;5、定位屬性;6、產生內容屬性;7、輪廓樣式屬性;8、頁面樣式屬性;9、聲音樣式屬性。
本教學操作環境:windows10系統、css3、Dell G3電腦。
無繼承性的屬性:
1、display:規定元素應該產生的框的類型
2、文字屬性:
vertical-align :垂直文字對齊
text-decoration:規定新增至文字的裝飾
text-shadow:文字陰影效果
white-space:空白符的處理
unicode-bidi:設定文字的方向
3、盒子模型的屬性:width、height、margin 、margin-top、margin-right、margin-bottom、margin-left、border、border- style、border-top-style、border-right-style、border-bottom-style、border-left-style、border-width、border-top-width、border-right-right、border-bottom-width、border- left-width、border-color、border-top-color、border-right-color、border-bottom-color、border-left-color、border-top、border-right、border-bottom、border-left、padding、 padding-top、padding-right、padding-bottom、padding-left
4、背景屬性:background、background-color、background-image、background-repeat、background-position、background-attachment
5、定位屬性:float、clear、position、top、right、bottom、left、min-width、min-height、max-width、max-height、overflow、clip、z-index
6、產生內容屬性:content、counter-reset、counter-increment
7、輪廓樣式屬性:outline-style、outline-width、outline-color、outline
#8、頁面樣式屬性:size、page-break-before、page-break-after
9、聲音樣式屬性:pause-before、pause-after、pause、cue-before、cue-after、cue、play- during
相關推薦:CSS教學
(學習影片分享:css影片教學)
以上是css中無繼承性的屬性有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!