css3 transform对其他样式影响,(尤其是position:flixed)

1、transform 会为当前元素添加 position : relative 特性;

当 magin 为负值的时候,就会覆盖到前面的 元素,

然而如果给前面元素添加了transform 属性后,前面的元素就会在上面

2、transform 会限制 position:flxed  

当一个元素 有 postion :flxed 属性当时候,应该是相对于文档定位

然而,当父元素中有 transform 属性的时候,该元素的 postion:flxed 属性就会变成 absolute 。

当引用 iscroll 等框架等时候 ,尤其要注意

个人博客 : 很多有用的插件    https://gilea.cn/

 https://www.cnblogs.com/jiebba

原文地址:https://www.cnblogs.com/jiebba/p/9587744.html