为什么兔子显示不出来?还有老师我画的云很丑啊,该怎么画?

为什么兔子显示不出来?还有老师我画的云很丑啊,该怎么画?

.sky{
    width: 100%;
    height:600px;
    background:linear-gradient( rgb(196, 228, 253),white);
    position: relative;
}
.grass{
    width:100%;
    height:400px;
    background: linear-gradient( white,rgb(148, 190, 89));
    position: relative;
    z-index: 0;
   
}
.move{
    position: absolute;
    width:150px;
    height:80px;
    border-radius:80px 60px 40px 43px;
    background: white;
    left:700px;
    top:90px;
    animation: animation 14s ease-out;
    animation-iteration-count: infinite;

}
.move::before{
    content: "";
    position: absolute;
    width:150px;
    height:90px;
    border-radius:75px/40px 50px 40px 40px;
    background: white;
    left:30px;
    top:15px;
    transform: rotate(14deg);
}
.move::after{
    content: "";
    position: absolute;
    width:150px;
    height:90px;
    border-radius:200px 200px 120px 20px;
    background: white;
    transform: rotate(-1deg);
    
    left:70px;
    top:-20px;
}

.two{
    position: absolute;
    width:150px;
    height:80px;
    border-radius:80px 60px 40px 43px;
    background: white;
    left:1600px;
    top:80px;
    opacity: 0.8;
    animation: animation 13s ease-out;
    animation-iteration-count: infinite;
}
.three{
    position: absolute;
    width:150px;
    height:80px;
    border-radius:80px 60px 40px 43px;
    background: white;
    left:2300px;
    top:80px;
    opacity: 0.7;
    transform: scale(0.9);
    animation: animation 11s ease-out;
    animation-iteration-count: infinite;
}
.four{
    position: absolute;
    width:150px;
    height:80px;
    border-radius:80px 60px 40px 43px;
    background: white;
    left:1900px;
    top:260px;
    opacity: 0.6;
    transform: scale(0.7);
    animation: animation 14s ease-out;
    animation-iteration-count: infinite;
}
.five{
    position: absolute;
    width:150px;
    height:80px;
    border-radius:80px 60px 40px 43px;
    background: white;
    left:1200px;
    top:200px;
    opacity: 0.6;
    transform: scale(0.7);
    animation: animation 12s ease-out;
    animation-iteration-count: infinite;
}
@keyframes animation{
    from{ transform: translate(1200px);}
    to{transform: translate(-2700px);}
}
.rabbit{
    background: url(../img/rabbit.png) no-repeat ;
    position: absolute;
    z-index: 999;
    left: 200px;
    bottom: 50px;
}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <link rel="stylesheet" href="../CSS/index.css">
</head>
<body>
    <div class="sky">
        <div class="move one"></div>
        <div class="move two"></div>
        <div class="move three"></div>
        <div class="move four"></div>
        <div class="move five"></div>
    </div>
    <div class="grass">
        <div class="rabbit">
        </div>
    </div>
</body>
</html>


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

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

4回答
好帮手慕言 2019-12-21 18:52:43

同学你好,兔子图片太大了,要添加background-size属性调整大小

如果还有其他疑问,建议在问答区重新提问,便于后期查找总结

如果我的回答帮到了你,欢迎采纳,祝学习愉快~

好帮手慕言 2019-12-21 14:21:15

同学你好,在保证路径正确的情况下,要设置大小才可以,可以参考下方:

http://img1.sycdn.imooc.com//climg/5dfdb93f0984fc7707220419.jpg

作业完成之后,建议同学上传作业。会有批复作业的老师为你指导,并把问题与修改方案整理成文档发送给你,能够更好的帮助你完善作业

http://img1.sycdn.imooc.com//climg/5dfdb9b309b2976605500433.jpg

如果我的回答帮到了你,欢迎采纳,祝学习愉快~

  • 提问者 陈立天 #1
    现在是可以显示了。但是为什么我给他加了宽高却显示不出来,还需要加额外的background-size:100%;才可以?
    2019-12-21 17:02:32
提问者 陈立天 2019-12-21 12:03:17
  • 提问者 陈立天 #1
    老师截图补充在这里了,路径没有问题啊?
    2019-12-21 12:03:42
好帮手慕言 2019-12-21 11:40:16

同学你好,关于同学的疑问,解答如下:

1、图片没有出现,应该是路径的问题,同学可以排查一下路径。如果同学排查不出来,可以把项目放到编辑器里面,文件都打开,截图发过来。老师帮助排查,下方是个例子:

http://img1.sycdn.imooc.com//climg/5dfd93fa097e7ca602570236.jpg

2、白云的形状可以参考下方

http://img1.sycdn.imooc.com//climg/5dfd93980932a89d04530689.jpg

http://img1.sycdn.imooc.com//climg/5dfd93a009fd8d0604290452.jpg

如果我的回答帮到了你,欢迎采纳,祝学习愉快~

  • 提问者 陈立天 #1
    老师截图补充了
    2019-12-21 12:02:45
问题已解决,确定采纳
还有疑问,暂不采纳

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

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

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

在线咨询

领取优惠

免费试听

领取大纲

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