美文网首页
ie9+两端对齐

ie9+两端对齐

作者: Ysj1111 | 来源:发表于2018-09-04 08:41 被阅读16次
CSS代码:
.box{width:50%; padding:20px; margin:20px auto; background-color:#f0f3f9; text-align:justify;}
.list{width:120px; display:inline-block; padding-bottom:20px; text-align:center; vertical-align:top;}
.justify_fix{display:inline-block; width:100%; height:0; overflow:hidden;}
HTML代码:
<div class="box">
    <span class="list"><img src="http://image.zhangxinxu.com/image/study/s/s128/mm9.jpg" />
哇哦,美女,口水,鼻血~~~</span>
    <span class="list"><img src="http://image.zhangxinxu.com/image/study/s/s128/mm9.jpg" />
哇哦,美女,口水,鼻血,不行了,我的小兔乱撞~~</span>
    .
    .
    .
    <span class="justify_fix"></span>
</div>

参考链接

相关文章

网友评论

      本文标题:ie9+两端对齐

      本文链接:https://www.haomeiwen.com/subject/rqpbsxtx.html