ios系统和某些移动端background-attachment:fixed不兼容
2019/5/25 17:32:29来源:互联网热度:
ios系统和某些移动端background-attachment:fixed不兼容性,没有任何效果,但可以hack一下就可以了,代码如下:
ps:想在哪个标签加背景,可以在它class后:before.
body:before {
content: ' ';
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: url(path/to/image) center 0 no-repeat;
background-size: cover;}
免责声明:本站文章系图趣网整理发布,如需转载,请注明出处,素材资料仅供个人学习与参考,请勿用于商业用途!
本文地址:http://www.tuquu.com/tutorial/wd4205.html
本文地址:http://www.tuquu.com/tutorial/wd4205.html
上一篇:CSS改变input光标颜色
下一篇:光音移动设计规范 — 表单类
这些是最新的
最热门的教程