我的Html按钮在桌面版本上具有正常大小,当我将窗口缩小到适合的iPad分辨率时,但是当我在iPad上测试它时,按钮宽度会产生自己的大小。
适用于桌面版的图片:http://i59.tinypic.com/29cl6ht.png
ipad版本无效的图片:http://i62.tinypic.com/5cyck0.jpg
HTML:
<button class="artistmoresearch" type="button"></button>
的CSS:
.artistmoresearch, .videomoresearch, .releasemoresearch{
width: 8%;
font: 700 85px arial;
cursor: pointer;
border: none;
top: 4px;
bottom: -1px;
position: absolute;
background: @grey;
color:#888;
border-bottom: 2px solid darken(@grey, 8%);
.roundedcorners;
}