问答详情
源自:9-1 继承者 - 样式的继承

什么时候继承,什么时候不继承啊,这里给的例子是不继承的吧

p{border:1px solid red;}

<p>三年级时,我还是一个<span>胆小如鼠</span>的小女孩。</p>

提问者:慕粉4199241 2016-10-25 15:55

个回答

  • qq_o0o淺蓝色_04275110
    2016-10-25 16:13:58

    边框是不继承的

    不可继承的:display、margin、border、padding、background、height、min-height、max-height、width、min-width、max-width、overflow、position、left、right、top、bottom、z-index、float、clear、table-layout、vertical-align、page-break-after、page-bread-before和unicode-bidi。
    所有元素可继承: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。
    列表元素可继承:list-style、list-style-type、list-style-position、list-style-image。

  • 木可唯动
    2016-10-25 15:59:49

      应该是