设置H5打开文章内的二维码不能识别,只可选中下载bug

.img_box img{
width: 100%;
height: auto;
display: block;
-webkit-user-select: none;/*禁用手机浏览器的用户选择功能 */
-moz-user-select: none;
-webkit-touch-callout: none;
}

猜你喜欢

转载自blog.csdn.net/wangyanxin928/article/details/104691405