私はcssとSencha Touch 2に非常に慣れていません。Sencha Touch 2のチュートリアルに取り組んでいるときに、次のようなコードを持つCSSファイルを見ました
/* Increase height of list item so title and narrative fit */
.x-list .x-list-item {
min-height: 10.5em!important;
height:7.5em;
}
/* Move the disclosure button up to account for the list item height increase */
.x-list .x-list-disclosure {
position: absolute;
bottom: 4.0em;
right: 0.10em;
}
.x-list .x-list-item
css の入れ子の概念とx-list
クラス名ですか? また、この概念は純粋に CSS の概念ですか、それとも Sencha Touch の概念ですか?