11 2017 档案
vue router-link 默认a标签去除下划线
摘要:.router-link-active{ text-decoration: none; } vue的router-link默认的a标签点击会有一个阴影 阅读全文
posted @ 2017-11-14 21:18 Leifmin.Lin 阅读(1841) 评论(0) 推荐(0)
打开记事本
摘要:开始=》 notepad 阅读全文
posted @ 2017-11-12 22:37 Leifmin.Lin 阅读(107) 评论(0) 推荐(0)
移动端获取全文高度
摘要:移动端懒加载需要监听文档高度。以下是提供的所有方法 网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: doc 阅读全文
posted @ 2017-11-12 21:11 Leifmin.Lin 阅读(578) 评论(0) 推荐(0)
video
摘要:x5-video-player-type='h5' webkit-playsinline 理想全屏 webkit-playsinline//允许小屏幕播放 /*去掉全屏按钮*/ video::-webkit-media-controls-fullscreen-button { display: no 阅读全文
posted @ 2017-11-10 22:50 Leifmin.Lin 阅读(206) 评论(0) 推荐(0)
transition animation
摘要:trantion:proterty duration timing-function delay ; 过渡的css属性 过渡时间 过渡曲线 延迟 animation : name duration timing-function delay iteration-count direction; 动画 阅读全文
posted @ 2017-11-08 20:50 Leifmin.Lin 阅读(119) 评论(0) 推荐(0)