以下是 途牛旅游网CSS3动画特效代码 的示例演示效果:
部分效果截图:
HTML代码(index.html):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>途牛旅游网CSS3动画特效</title>
<link href="images/style.css" rel="stylesheet" />
</head>
<body>
<div class="f1">
<div class="block">
<img src="images/yun1.png" class="f1-yun1" />
<img src="images/yun2.png" class="f1-yun2" />
<img src="images/yun3.png" class="f1-yun3" />
<img src="images/lu.png" class="f1-lu" />
<img src="images/font1.png" class="f1-font" />
<img src="images/san.png" class="f1-san" />
<div class="f1-show">
<a href="#tejia"><img src="images/1.png" class="f1-tejia" /></a>
<a href="#app"><img src="images/2.png" class="f1-app" /></a>
<a href="#duoren"><img src="images/3.png" class="f1-duoren" /></a>
<a href="#shuaka"><img src="images/4.png" class="f1-shuaka" /></a>
</div>
</div>
</div>
</body>
</html>