
html5
小土豆子额
记录自己工作的知识
展开
-
实现动态加载的图片页面中纵向居中显示
function showImg(url){ $("#imgDiv").html("<div id='imgBadDiv' style='display: flex;flex-direction: row;justify-content: center;align-content: center'><img id='badImg' src='"+url+"' style='m原创 2017-12-20 13:10:27 · 531 阅读 · 0 评论 -
实现html5在移动端不全屏播放
在video的标签上面添加三个属性,实现全部浏览器不全屏播放webkit-playsinlinex5-playsinlineplaysinline如下原创 2017-12-04 14:12:29 · 3706 阅读 · 0 评论 -
实现页面指定div中滑块滑动距离
var btn=sessionStorage.getItem("btn");if(btn!=null || btn!=undefined){ $('.btn-icon').scrollLeft(btn);}function showPurInfo(id){ sessionStorage.setItem("btn",0); window.location.href原创 2018-01-17 21:26:09 · 3027 阅读 · 0 评论