作者:薇薇llfnc | 来源:互联网 | 2023-08-13 19:45
Ihaveaquestiononjquery.mobile.Icanshowthe2photoonmymobile.Butithasinterspacedbetw
I have a question on jquery.mobile. I can show the 2 photo on my mobile. But it has interspaced between photo1 and photo2. Could you give any ideas , I don't want to a space between objects. many thanks.
我在jquery.mobile上有一个问题。我可以在手机上显示2张照片。但它在photo1和photo2之间有间隔。你能给出任何想法,我不想在对象之间留出空间。非常感谢。
css
CSS
.ui-grid-b img {
width : 50%;
height : 52vw;
}
}
html
HTML
1 个解决方案