ios移动端部分手机不支持background-attachment: fixed 的解决办法
ios系统和某些移动端background-p_w_upload:fixed不兼容性,没有任何效果,但可以hack一下就可以了,代码如下:
ps:想在哪个标签加背景,可以在它class后:before.
?
1234567891011body:before {
content
:
' '
;
position
:
fixed
;
z-index
:
-1
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
background
:
url
(path/to/p_w_picpath)
center
0
no-repeat
;
background-
size
: cover;
}
内容来自:前端录ios_iphone_移动端background-p_w_upload:fixed兼容性[失效]
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。