0
的底部jQuery Mobile的ListView的差距我想在列表視圖的底部擺脫的差距。
這裏是我的CSS
.myParagraph.ui-li-desc {
color:#333;
overflow:show;
white-space:normal;
height:28px;
margin-bottom:0px;
}
這裏是我的標記:
listitems_markup = '<li><img src="' + itemThumbnail + '""><div class="myParagraph"><p>You viewed ' + itemName + '</p><p>You spent '+itemTimeSpent+' on this activity</p><p>You '+itemRating+' this item</p></div><p class="ui-li-aside">'+itemViewedTime+'</p></li>';
我將如何擺脫這種差距?
嘗試li.myParagraph.ui麗遞減或重要保證金 – Hushme
@Hushme試圖.li.myParagraph.ui麗遞減didnt工作,你如何做重要的保證金? – Dot
margin-bottom:0px!important; – Hushme