css有哪些样式具有继承性,哪些不具有继承性?

来源:9-1 继承者 - 样式的继承

慕的地2446357

2018-05-25 09:47

请详细列举

写回答 关注

3回答

  • 坚强一点a
    2018-12-26 23:25:27

    感觉你们学的好快啊,这么可以记住这么多的继承性和不继承性的啊,可以指点一下吗。谢谢咯!


  • 宝慕林9459682
    2018-05-25 10:43:42

    具有继承:visibility \ cursor \ letter-spacing \ word-spacing \ white-space \ line-height \ color \ font \ font-family \ font-size \ font-style \ font-variant \ font-weight \ text-decoration \text-transform \ direction \ text-indent \ text-align

    不可继承:display \ margin \ border \ padding \ background \ height \ min-height \ max-height \ width \ min-width \ max-width \ overflow \ position \ left \ right \ top \ bottom \ float \ clear \ table-layout \ vertical-align 

  • 时间是深海丶
    2018-05-25 10:30:48

    大多数的样式都会继承,像字体相关的[font-size/line-height/font-weight]基本都要继承,跟盒模型相关的[margin/padding/border]基本就不继承.

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225294 学习 · 18230 问题

查看课程

相似问题