- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
当我应用 border-radius 属性时,它在 Angular 和顶部显示了一些间隙。仅当图像大于外部 div 时才会发生这种情况。
我想填满方框而不在任何地方显示任何空格
JSFiddle 链接:https://jsfiddle.net/utx37Ldn/
<div class="main-container">
<ul class="img-container">
<li class="li-min-width" style="height:202px">
<div class="img-div-style" style="height: 162px; border-radius: 15px; width: 162px;">
<div class="img-box">
<label class="img-box-label" style="height: 100%; line-height: 162;">
<img src="https://data.whicdn.com/images/296659660/large.jpg" alt="Cat" class="img-class" style="height:auto !important; width:auto !important;"/>
<div class="img-overlay" style="width:100% !important; height:100% !important; margin-top: 0px !important;">
<div class="img-overlay-hover">
<i class="fa fa-hand-o-up" style="border-radius: 0%; overflow: hidden;"></i>
</div>
</div>
</label>
</div>
</div>
</li>
<li class="li-min-width" style="height:202px">
<div class="img-div-style" style="height: 162px; border-radius: 15px; width: 162px;">
<div class="img-box">
<label class="img-box-label" style="height: 100%; line-height: 162;">
<img src="https://n2.sdlcdn.com/imgs/h/f/z/YAZOLE-Quartz-Watch-Women-Watches-SDL236029623-1-6e589.jpg" alt="Flower" class="img-class" style="height:auto !important; width:auto !important;"/>
<div class="img-overlay" style="width:100% !important; height:100% !important; margin-top: 0px !important;">
<div class="img-overlay-hover">
<i class="fa fa-hand-o-up" style="border-radius: 0%; overflow: hidden;"></i>
</div>
</div>
</label>
</div>
</div>
</li>
<li class="li-min-width" style="height:202px">
<div class="img-div-style" style="height: 162px; border-radius: 15px; width: 162px;">
<div class="img-box">
<label class="img-box-label" style="height: 100%; line-height: 162;">
<img src="https://wallpaperbrowse.com/media/images/3848765-wallpaper-images-download.jpg" alt="Flower" class="img-class" style="height:auto !important; width:auto !important;"/>
<div class="img-overlay" style="width:100% !important; height:100% !important; margin-top: 0px !important;">
<div class="img-overlay-hover">
<i class="fa fa-hand-o-up" style="border-radius: 0%; overflow: hidden;"></i>
</div>
</div>
</label>
</div>
</div>
</li>
<li class="li-min-width" style="height:202px">
<div class="img-div-style" style="height: 162px; border-radius: 15px; width: 162px;">
<div class="img-box">
<label class="img-box-label" style="height: 100%; line-height: 162;">
<img src="https://wallpaperbrowse.com/media/images/ff2e54f2ca5c09a877fb04d84bc562a4.jpg" alt="Flower" class="img-class" style="height:auto !important; width:auto !important;"/>
<div class="img-overlay" style="width:100% !important; height:100% !important; margin-top: 0px !important;">
<div class="img-overlay-hover">
<i class="fa fa-hand-o-up" style="border-radius: 0%; overflow: hidden;"></i>
</div>
</div>
</label>
</div>
</div>
</li>
</ul>
</div>
有人可以帮我解决我做错的事吗?
最佳答案
删除 .img-box-label
border-radius
属性并添加 overflow: hidden;
到 .img-div-样式
关于javascript - 图像未填满整个区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54200360/
我正在运行 Play! 2.3 使用 Akka 的多线程应用程序。每个线程访问 MySQL 数据库并运行一些计算。每次我运行一组这样的任务时,应用程序的内存占用量都会增加,这主要是由于 JDBC4Pr
我是 JavaScript 新手,正在尝试实现选择排序来亲自接触数组(注意:我知道有一个内置的排序函数)。不过,我遇到了一些奇怪的行为。 这是我的代码: function selectionSort(
我正在使用 unsemantic grid创建我的布局。好吧,我有一个容器,其中有一个标签和一个输入文本。标签的宽度为 20% 然后 margin-rightof 1em 然后我想让容器中的其余空间由
看看这张取自 morsmachine.dk/go-scheduler 的著名图片 灰名单是 P 的本地运行队列。如果此队列变空,它们将被全局运行队列中的 go routines 填充。 问题是,谁来填
(帖子创建于 2016 年 10 月 5 日) 我注意到每次运行图像并删除它时,我的系统都不会恢复到原来的可用空间量。 我应用于容器的生命周期是: > docker build ... > docke
我有一个应用程序,它在启动时运行两个或三个完整的 GC。有很多堆空间,不需要运行任何 GC(minor 或 full)。然而,在 gc 日志中,我可以看到 permgen 被填满,然后立即运行完整
我正在尝试制作可视化 VStack 属性的 VStack 示例应用 但是我的 VStack 无法填满屏幕的宽度 我在互联网上尝试了很多解决方案(frame modifier、HStack with S
[已解决] 所以我在页面顶部有一个高度恒定的 div,我希望在它下面有一个 iFrame 来填充页面的其余部分。 Google Images 和 LinkedIn 做的事情非常相似 参见:http:/
我正在尝试使我的标题框与我的图像大小相同,同时又不失去 flex-slider 的响应能力,有什么建议吗? http://jsfiddle.net/bmBnF/10/ 疯狂的K 最佳答案 我通过将其设
我有一个元素是 的兄弟元素动态填充 hello 我想要 固定在屏幕底部直到动态 s 要求将其向下推到 View 下方。 我尝试了以下但无法获得我想要的结果。 该元素位
我是一名优秀的程序员,十分优秀!