老师,您看,这个不一样的网站出来的效果是不一样的,这里有一部分挡住了

老师,您看,这个不一样的网站出来的效果是不一样的,这里有一部分挡住了


<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8">
  <title></title>
  <link rel="stylesheet" type="text/css" href="css/index.css"/>
 </head>
 <body>
  <div class="bule"id="bule">
   <div class="one"></div>
   <div class="two"></div>
   <div class="thr"></div>
   <div class="four"></div>
   <div class="five"></div>
  </div>
  <div class="green">
   <div class="pic"><img src="images/rabbit.png"/></div>
  </div>
 </body>
</html>




*{
 margin:0;
 padding:0;
}
html{
 width:100%;
 height:100%;
}
body{
 width:100%;
 height:100%;
 overflow: hidden;
 
}

.bule{
 overflow: hidden;
 position:relative;
 height:60%;
 background:linear-gradient(0deg,#fff 0%,rgb(196,228,253) 100%);
}
.bule>div{
 position:absolute;
 width:400px;
 height:100px;
 border-radius:100px/50px 50px 50px 50px;
 background:#fff;
 
 
}
.bule>div:before{
  content:"";
  position:absolute;
  /* top:-20px; */
  left:11px;
  z-index:2;
  width:200px;
  height:100px;
  transform:rotate(60deg);
  border-radius:50px/50px;
  background:#fff;
  /* opacity: 0.8; */
  /* border:3px solid grey; */
  
 }
.bule>div:after{
  content:"";
  position:absolute;
  top:-64px;
  left:126px;
  z-index:3;
  width:200px;
  height:200px;
  /* transform:rotate(60deg); */
  border-radius:50%;
  background:#fff;
   /* border:3px solid grey; */
 }

.one{
 margin-top:160px;
 z-index:8;
 right:-400px;
animation:one 7s ease-in infinite;

 
}

.two{
 transform: scale(.6);
 margin-top:18px;
 right:15px;
 opacity: 0.8;
 z-index:4;
 animation:two 10s ease-in infinite;
}

.thr{
 transform: scale(.6);
 margin-top:288px;
 right: -250px;
 z-index:4;
 opacity: 0.7;
 animation:three 9s ease-in infinite;
}

.four{
 transform: scale(.6);
 margin-top:18px; 
 z-index:4;
 opacity: 0.6;
 right:-400px;
 animation:four 15s ease-out 3s infinite;
}

.five{
 transform: scale(.4);
 margin-top:288px;
 right:-400px;
 opacity: 0.7;
 z-index:4;
 animation:five 20s linear 6s infinite;
}


.green{
 overflow: hidden;
 position:relative;
 height:40%;
 background:linear-gradient(180deg,#fff 0%,rgb(148,190,89) 100%);
}
.pic{
 position:absolute;
 bottom: 50px;
 right:200px;
 amimation:robbit 10s  linear  infinite;
 
}
img{
 display: block;
 height:200px;
 width:200px;
 
 
}
/* 动画 */
@keyframes one{
 0%{right:-400px;}
 100%{right:100%;}
}
@keyframes two{
 0%{right:15px;}
 100%{right:100%;}
}
@keyframes three{
 0%{right:-250px;}
 100%{right:100%;}
}
@keyframes four{
 0%{right:-400px;}
 100%{right:100%;}
}
@keyframes five{
 0%{right:-400px;}
 100%{right:100%;}
}
@keyframes robbit{
 0%{right:200px;}
 25%{right:400px;}
 50%{right:900px;}
 75%{right:400px;}
 100%{right:200px;}
}

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

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

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

2回答
好帮手慕星星 2020-03-14 19:29:29

同学你好,这边使用Edge浏览器测试并没有问题

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

刷新页面试一下。如果还是有问题的话,可以先不考虑。

祝学习愉快!

  • 提问者 前后1 #1
    好的嘞,谢谢老师
    2020-03-14 19:30:50
好帮手慕星星 2020-03-14 19:23:08

同学你好,指的是小兔子被遮盖住一部分吗?使用哪个浏览器测试的呢?建议描述具体一些。

这边老师使用Chrome浏览器测试没有问题

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

建议使用主流浏览器测试更准确一些哦。

祝学习愉快!

  • 提问者 前后1 #1
    微软的edg
    2020-03-14 19:24:45
  • 提问者 前后1 #2
    对呀,有些测试的一样,另外一个就这个截图样子了,不知道为啥
    2020-03-14 19:25:26
问题已解决,确定采纳
还有疑问,暂不采纳

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

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

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

在线咨询

领取优惠

免费试听

领取大纲

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