Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我访问我的演示站点时,我在 ipad 上遇到了奇怪的问题,基本上播放器似乎被移到了顶部,这就是它在 iPad 上的样子(ipad Mini iOS 6.1,在 chrome 和 safari 中测试):
这是演示站点(将屏幕分辨率更改为 ipad 大小): http: //freshbeer.lv/test/index.html 它在 mac 和 pc 上运行良好,只是 ipad 的一些问题,我假设智能手机也是如此;/你能建议是什么导致了这个问题吗?
由于您使用reset.css的display: inline-block是 , 适用于<audio>. 去掉它。也margin: 0 !important;从.audiojs .scrubber, .audiojs .scrubber:hover(第 442、447 行)中删除
reset.css
display: inline-block
<audio>
margin: 0 !important;
.audiojs .scrubber, .audiojs .scrubber:hover