background-attachment: fixed;不起作用

发布于 7 年前作者 natian16866 次浏览最后编辑 7 年前来自 ask

在开发工具里可以正常作用,在手机微信中无法正常作用,搜到的基本都是安卓可以ios不行的,但我这里是两种都不行,不知道该如何解决

尝试过写在行内

“background: #fff url({{ star.cover + imgSuffix }}) no-repeat fixed top;”

和分多条写在wxss中,没有影响,一样不起作用

3 回复
qbai
qbai1 楼6 年前

麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

pcao
pcao2 楼6 年前

这个问题有解决方案吗

jie63
jie633 楼5 年前

background 换成 background-image 试试看?