码迷,mamicode.com
首页 > 其他好文 > 详细

携程网 404页水波浪

时间:2015-06-02 10:45:32      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

波浪
<style>
.wave1{position:relative;z-index:3;width:100%;color:#999;background:url(http://pic.c-ctrip.com/common/bl.png) repeat-x 0 0;-webkit-animation:8s linear 0s none infinite tweenxx;-moz-animation:8s linear 0s none infinite tweenxx;animation:8s linear 0s none infinite tweenxx;}
.wave{height:220px;background:url(http://pic.c-ctrip.com/common/bl.png) repeat-x 330px 0;-webkit-animation:10s linear 0s none infinite tweenx;-moz-animation:10s linear 0s none infinite tweenx;animation:10s linear 0s none infinite tweenx;}
@-webkit-keyframes tweenx{
    0%{background-position:0 0;}
    100%{background-position:1600px 0;}
}
@-moz-keyframes tweenx{
    0%{background-position:0 0;}
    100%{background-position:1600px 0;}
}
@keyframes tweenx{
    0%{background-position:0 0;}
    100%{background-position:1600px 0;}
}
@-webkit-keyframes tweenxx{
    0%{background-position:0 0;}
    100%{background-position:-1600px 0;}
}
@-moz-keyframes tweenxx{
    0%{background-position:0 0;}
    100%{background-position:-1600px 0;}
}
@keyframes tweenxx{
    0%{background-position:0 0;}
    100%{background-position:-1600px 0;}
}
</style>
<div class="wave1">
      <div class="wave"></div>
</div>

 

携程网 404页水波浪

标签:

原文地址:http://www.cnblogs.com/liujin0505/p/4545584.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!