jquery mobile间隔在image1和image2之间

时间:2016-12-29 17:27:40

标签: html5 css3 jquery-mobile

我对jquery.mobile有疑问。我可以在手机上显示2张照片。但它在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>

enter image description here

1 个答案:

答案 0 :(得分:0)

.ui-grid-b {
   line-height  : 0;
}