Safari Rendering Issues on Rotated Elements
问题 world { width: 100%; height: 100%; position: absolute; perspective:800px; } bg { width: 100%; height: 100%; position: absolute; z:1; transform:rotateX(20deg) rotateY(10deg); background: url(https://images.pexels.com/photos/1154498/pexels-photo-1154498.jpeg?auto=compress&cs=tinysrgb&h=1250); } layer_wrap { width: 350px; height: 60px; position: absolute; top: 50%; left: 50%; mix-blend-mode: overlay; z:100; perspective:500px; transform-style:flat; backface-visibility:hidden; } layer { position