请检查html结构中的图标记
html5验证 - 是否允许此结构?
<a href="#">
<figure>
<img src="" class="img-responsive" alt="">
<figcaption>Family</figcaption>
</figure>
</a>
和
<figure>
<a href="#">
<img src="" class="img-responsive" alt="">
<figcaption>Family</figcaption>
</a>
</figure>
由于