Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在本网站网站链接的示例中,它们显示了一只青蛙在绿色背景上旋转。具有transform-style的一种:flat;被另一个元素覆盖,但是 transform-style: preserve-3d; 超越其他元素。
使用 z-index 可以实现相同的效果。你为什么要使用一个而不是另一个?
这是一个已转换的立方体的示例。您可以看到转换,因为它具有 100 像素的边框。
如果我们把它设置为平面,它看起来像这样: