ios系统和某些移动端background-attachment:fixed不兼容性
固定背景不动:background-attachment:fixed;ios系统和某些移动端background-attachment:fixed不兼容性,没有任何效果,但可以hack一下就可以了,代码如下:ps:想在哪个标签加背景,可以在它class后:before.body:before { content: ' '; position: fixed; z-index: -1...