在红米Note8Pro微信内置浏览器打开网页,background-image属性无效,图片无法加载。
情形一
html
<body>xxxxxxbody>
css
body {background-image: url('/img/ad.png')}
-------------------------------------------------------------------------
情形二
html
<body style="background-image: url('/img/ad.png')">xxxxxxbody>
-------------------------------------------------------------------------
情形三
html
<body>xxxxxxbody>
css
body {background-image: url('https://xxxxx.com/img/ad.png')}
-------------------------------------------------------------------------
情形四
html
<body style="background-image: url('https://xxxxx.com/img/ad.png')">xxxxxxbody>
-------------------------------------------------------------------------
测试机型:
红米Note8 Pro(均无法加载)
iPhone7(一定几率无法加载)
PC可加载
手机浏览器均可加载
-------------------------------------------------------------------------
解决方案
使用作为<img>背景图片可加载
我咋看不到回复了。。。