我有一个关于jquery.mobile的问题。我可以在我的手机上展示两张照片。但它在photo1和photo2之间有空隙。你能说点什么吗,我不想在物体之间留个空格。非常感谢。
css
.ui-grid-b img {
width : 50%;
height : 52vw;}
html
<div class="ui-grid-b">
<a href="xxx.htm">
<img alt="alt..." src="img/image.jpg" />
</a>
<a href="xxx.htm">
<img alt="alt..." src="img/image.jpg" />
</a>
<a href="xxx.htm">
<img alt="alt..." src="img/image.jpg" />
</a>
<a href="xxx.htm">
<img alt="alt..." src="img/image.jpg" />
</a>
</div>

https://stackoverflow.com/questions/41384471
复制相似问题