摘要: text-overflow:ellipsis 部分浏览器还需要加宽度width属性CSS单行、多行文本溢出显示省略号(……)overflow:hidden;text-overflow:ellipsis;width:80%;white-space:nowrap; 阅读全文
posted @ 2017-10-31 15:19 孙阳君 阅读(107) 评论(0) 推荐(0) 编辑
摘要: -webkit-tap-highlight-color:rgba(0, 0, 0, 0); -moz-tap-highlight-color:rgba(0, 0, 0, 0); -ms-tap-highlight-color:rgba(0, 0, 0, 0); -o-tap-highlight-co 阅读全文
posted @ 2017-10-31 15:15 孙阳君 阅读(158) 评论(0) 推荐(0) 编辑
摘要: document.addEventListener('touchmove', function(event) { if(event.target.type == 'range') return; event.preventDefault();}) 阅读全文
posted @ 2017-10-31 15:12 孙阳君 阅读(169) 评论(0) 推荐(0) 编辑
摘要: body{ background: url('images/1.png') no-repeat center fixed; background-attachment: fixed; background-size: 100% 100%; filter: progid:DXImageTransfor 阅读全文
posted @ 2017-10-31 15:07 孙阳君 阅读(70) 评论(0) 推荐(0) 编辑