.iconCom.man {
background: url("https://imgv.***.com/w4/vip/wechat/fateplus/square/manNew.png?v=1") no-repeat;
background-size: cover;
}
如果图片是https上面没问题
我图片如果是云存储, background咋写呢?
background: “cloud://pqtz2-9gzchr9694281166.7071-pqtz2-9gzchr9694281166-1309635073/manNew.png” no-repeat;
这样写不行
wxss不支持cloud,自己替换成公网能访问的链接。