摘要: /* 如果设备像素大于等于2,则用2倍图 */ @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2) { .img { background-image: 阅读全文
posted @ 2020-03-19 10:59 edczjw 阅读(1508) 评论(0) 推荐(0) 编辑
摘要: // 禁止长按图片保存 img { -webkit-touch-callout: none; pointer-events: none; // 像微信浏览器还是无法禁止,加上这行样式即可 } // 禁止长按选择文字 div { -webkit-user-select: none; -webkit-o 阅读全文
posted @ 2020-03-19 10:46 edczjw 阅读(575) 评论(0) 推荐(0) 编辑