gagad·GG 2023-08-03 11:02 采纳率: 20%
浏览 3

css3d覆盖问题,z-index失效

css3d层级覆盖问题

img


现在底面把左边和右边覆盖了,我希望底面在最底层

<div className="cube">
        <div className="face bottom">123</div>
        <div className="face left">123</div>
        <div className="face right">123</div>
      </div>
.cube {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(45deg) rotateY(45deg) translateX(570px) translateY(30px);
  font-size: xx-small;
}

.cube .face {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  z-index: 1;
}

.cube .bottom {
  transform: rotateX(-90deg) translateZ(100px);
}

.cube .left {
  background-color: blue;
  transform: translateZ(-100px);
}

.cube .right {
  background-color: red;
  transform: rotateY(-90deg) translateZ(-100px);
}


  • 写回答

2条回答 默认 最新

  • qq_35031212 2023-08-03 11:35
    关注
    
    .cube {
        width: 300px;
        height: 300px;
        transform-style: preserve-3d;
        transform: rotateX(-45deg) rotateY(-45deg) translateX(570px) translateY(30px);
        font-size: xx-small;
    }
    
    .cube .left {
        background-color: blue;
        transform: translateZ(100px);
    }
    

    img

    评论

报告相同问题?

问题事件

  • 创建了问题 8月3日

悬赏问题

  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥30 c#打开word开启修订并实时显示批注
  • ¥15 如何解决ldsc的这条报错/index error
  • ¥15 VS2022+WDK驱动开发环境
  • ¥30 关于#java#的问题,请各位专家解答!
  • ¥30 vue+element根据数据循环生成多个table,如何实现最后一列 平均分合并
  • ¥20 pcf8563时钟芯片不启振
  • ¥20 pip2.40更新pip2.43时报错
  • ¥15 换yum源但仍然用不了httpd
  • ¥50 C# 使用DEVMOD设置打印机首选项