CSS HTML
早速、コードから始めましょう.bar { width: 960px; line-height: 30px; background: blue; color: white; font-weight: bold;}.navi { width: 960px; padding: 5px; background: green; color: white; font-weight: bold;}.style1 {color: white; width: 500px;}.style2 {font-weight: bold; line-height:30px;}
<div class="bar">Here is some text</div><div class="style1">这个DIV的class中的XXX无关紧要</div><div class="style2">这个DIV的class中的XXX无关紧要</div><div class="navi">Here is some text</div>
.text_white {color:white;} .text_bold {font-weight: bold;} .width_960 {width: 960px;}.bar { line-height: 30px; background: blue;}.navi { padding: 5px; background: green;}.style1 {width: 500px;}.style2 {line-height:30px;}
<div class="bar text_white text_bold width_960">Here is some text</div><div class="style1 text_white">这个DIV的class中的XXX无关紧要</div><div class="style2 text_bold">这个DIV的class中的XXX无关紧要</div><div class="navi text_white text_bold width_960">Here is some text</div>
これは css の本来の目的です
しかし、DIV が複数の継承をした場合。クラス (7 つまたは 8 つある場合もあります) それは非常に非効率でしょうか?
しかし、DIV が複数の CLASS (場合によっては 7 つまたは 8 つ) を継承すると、非常に非効率になりますか?
次に、あなたの div が 7 種類の変更を下回る必要があることを証明する必要があります
必要に応じて、次のように記述します
効率を最初に考慮しないでください
まず効率の問題を認識し、必要に応じてリファクタリングします
あなたの友人は完了しました素晴らしい仕事です。はい、これが CSS の本来の目的です
しかし、DIV が複数の CLASS (場合によっては 7 つまたは 8 つ) を継承すると、非常に非効率になりますか?
次に、あなたの div が 7 種類の変更の下になければならないことを証明する必要があります
必要に応じて、次のように記述してください
効率を最初に考慮しないでください
効率の問題を最初に認識し、必要に応じてリファクタリングします
わかりました、理解しました、ありがとうあなた