请老师检查

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
好帮手慕慕子 2022-02-22 18:06:19

同学你好,这里看不到代码,如下图所示:

https://img1.sycdn.imooc.com//climg/6214b5830971f8e604600260.jpg

可以将代码粘贴过来老师帮助排查下

祝学习愉快~

  • 提问者 慕沐8221744 #1

    <!Doctype html>

    <html>

    <head>

    <meta charset="UTF-8">

    <title>空间移动</title>

    <style>

        * {

            margin: 0;

            padding: 0;

        }


        .box {

            width: 200px;

            height: 200px;

            margin: 200px auto;

            perspective: 300px;

            position: relative;

        }


        .box p {

            position: absolute;

            left: 0;

            top: 0;

            width: 200px;

            height: 200px;

        }


        /* 补充代码 */

        p:first-child{

            background-color: red;

            transform: rotateX(80deg) translateZ(20px);

        }

        p:nth-child(2){

            background-color: rgb(7, 247, 7);

            transform: rotateX(-80deg) translateZ(80px);

        }

        p:nth-child(3){

            background-color: rgba(11, 34, 241, 0.788);

            transform: rotateX(-68deg) translateZ(140px);

        }

    </style>

    </head>

    <body>

    <div class="box">

        <p></p>

        <p></p>

        <p></p>

    </div>

    </body>

    </html>


    2022-02-22 18:15:55
  • 好帮手慕慕子 回复 提问者 慕沐8221744 #2

    同学你好,代码效果实现是可以的,继续加油,祝学习愉快~

    2022-02-22 18:28:33
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师