小编sun*_*nil的帖子

在图像的右上角设置关闭图标

我有一个使用angularjs的图像列表.我想在每个图像的右上角显示一个关闭的图标图像.请帮我搞CSS,下面是列出图片的代码.

<div ng-repeat="file in imagefinaldata" style="display:inline;">
    <img  height=200 width=250 data-ng-if="store.imageUrl !== ''" ng-src="{{store.imageUrl}}{{file}}"  class="imgResponsiveMax" alt=""/>
    <img class="close" src="http://wecision.com/enterprise/images/icons/closeIcon.png"  />
</div>
Run Code Online (Sandbox Code Playgroud)

html css angularjs

1
推荐指数
1
解决办法
8721
查看次数

标签 统计

angularjs ×1

css ×1

html ×1