热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

jquerymobile间隔在image1和image2之间-jquerymobileinterspacedbetweenimage1andimage2

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


enter image description here

1 个解决方案

#1


0  

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

推荐阅读
author-avatar
薇薇llfnc
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有