css可繼承屬性和非繼承屬性一覽

前端晉級攻城獅發表於2019-11-27

常用不可繼承屬性:

  1.寬高:height,width

  2.最小最大寬高:max-height,min-height,max-width,min-width

  3.dispaly

  4.文字陰影:text-shadow

  5.背景屬性:background

  6.浮動屬性:float

  7.生成內容:content

  8.層級屬性:z-index

  9.定位屬性:position,left,right,top,bottom

  10:盒模型屬性:margin,padding,border       常用可繼承屬性:

  1.字型系列屬性:font-family,font-size

  2.文字系列屬性:text-indent,line-height,color

  3.元素可見性:visibility

  4.表格佈局屬性:border-style

  5.列表佈局屬性:list-style list-style-type

  6.游標屬性:cursor

相關文章