收藏
回答

在红米Note8Pro微信浏览网页background-image图片无法加载?

在红米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>背景图片可加载
最后一次编辑于  2020-09-04
回答关注问题邀请回答
收藏

1 个回答

  • 盛夏清晖 ♥
    盛夏清晖 ♥
    2020-09-04

    我咋看不到回复了。。。

    2020-09-04
    有用
    回复
登录 后发表内容
问题标签