css 継承スタイルには、可視性、カーソル、文字間隔、色、フォント、テキストインデント、テキスト整列、リストスタイル、リストスタイルタイプ、ボーダー折りたたみなどが含まれます。
このチュートリアルの動作環境: Windows 7 システム、CSS3&&HTML5 バージョン、Dell G3 コンピューター。
継承不可: 表示、マージン、境界線、パディング、背景、高さ、最小高さ、最大高さ、幅、最小幅、最大幅、オーバーフロー、位置、左、右、top、bottom、z-index、float、clear、table-layout、vertical-align、page-break-after、page-bread-before、unicode-bidi
すべての要素を継承できます。 : 可視性とカーソル
インライン要素は次のものを継承できます: 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 要素は継承できます: list-style、list-style-type、list-style-position、list-style-image
Table 要素は継承できます: border-collapse
推奨学習: css ビデオ チュートリアル
以上がCSS継承スタイルとは何ですか?の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。