我使用bootstrap css创建了一个可点击的缩略图 它在我的桌面上运行良好,但没有点击我的移动设备。 怎么了 ?
<div class="col-lg-3 col-sm-6 col-sx-12">
<a href="/local/newpage.php">
<div class="thumbnail">
<img src="images/myimage.jpg" class="img-rounded"></img>
<p class="caption"><strong>caption text</strong></p>
</div>
</a>
</div
此代码在我的桌面上运行完美,但在我的手机上无效。