2021年10月30日
摘要: <!--苹果手机不能播放问题--><script type="text/javascript"> document.addEventListener('DOMContentLoaded', function () { function audioAutoPlay() { var audio = do 阅读全文
posted @ 2021-10-30 15:07 就这样吧666 阅读(134) 评论(0) 推荐(0) 编辑
摘要: <video webkit-playsinline="true" playsinline="true"></video>添加这两个属性屏蔽苹果机自动全屏Css中添加(屏蔽安卓机的全屏按钮)video::-webkit-media-controls-fullscreen-button { displa 阅读全文
posted @ 2021-10-30 15:06 就这样吧666 阅读(338) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> .info-type-one{ width: 120px; height: 30px; border: 1px 阅读全文
posted @ 2021-10-30 15:01 就这样吧666 阅读(49) 评论(0) 推荐(0) 编辑