下边还是有边距已经设置了line-height:0;和vertical-align:top
<p style="text-align: justify;">
<img src="img/mm0.png"width="200px" />
<img src="img/mm0.png"width="200px" />
<img src="img/mm0.png"width="200px" />
<img src="img/mm0.png"width="200px" />
<i class="justify-fix"></i>
<i class="justify-fix"></i>
<i class="justify-fix">X</i>
</p>
p{
width: 660px;
background: darkgrey;
}
.justify-fix{
display: inline-block ;
width: 200px;
}
p img{
vertical-align: top;
line-height: 0;
}