0
我很新的CSS和煎茶觸摸2.雖然上煎茶觸摸2部分教程的學習,我看到有這樣的代碼嵌套在CSS3
/* 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;
}
,CSS文件.x-list .x-list-item
一個css嵌套概念和x-list
一個類名? 另外,這個概念純粹是CSS概念還是Sencha Touch概念?
莫非ü請爲此提供一些教程。目前我正在從W3schools學習。 –
@PrabhuM你可以閱讀一個很好的教程[here](http://reference.sitepoint.com/css/descendantselector) –
請告訴我概念名稱。 –