level 11
border,padding,margin,display,background,height,width,overflow,position,z-index,left,right,top,bottom等
2023年01月31日 03点01分
1
level 13
不能继承的属性如下:
1.display:规定元素应该生成的框的类型.
2.文本属性: vertical-align text-decoration
3.盒子模型的属性 : width height margin border padding
4.背景属性: background background-color background-image
5.定位属性 float-clear position top right bottom left min-width min-height
max-width max-height overflow clip
2023年01月31日 06点01分
2