在 Mobile 端须要注意.css
安卓 默认浏览器 当中若是web
div1 div2
若是 div1 有 translate3d 而 div2 没有浏览器
那么 div2 的 z-index 会无效.测试
解决办法: 给 div2 也加上 translate3d(0,0,0)3d
测试版本: 安卓 4.2.2code
stackoverflow 有人提问过: http://stackoverflow.com/questions/5472802/css-z-index-lost-after-webkit-transform-translate3dorm