西游记西天取经场景小动画

西游记西天取经场景

在这里插入图片描述

img提取
提取码:xyqj

css样式

* {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	html,body {
		height: 100%;
	}
	.main {
		height: 100%;
		width: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
		position: relative;
	}
	.main ul {
		height: 100%;
		width: 3920px;
		position: absolute;
		top: 0;
		left: 0;
		animation: dong 50s linear infinite;
	}
	@keyframes dong {
		0% {
			left: 0;
		}
		100% {
			left: 1920px;
		}
	}
	.main ul li {
		height: 100%;
		width: 100%;
		background: url(imgs/2.jpg);
		float: left;
		margin-left: -2000px;
	}
	.wk {
		z-index: 999;
		width: 200px;
		height: 180px;
		background: url(imgs/west_01_3ca39fe.png) 0 0 no-repeat;
		/*margin: 400px auto;*/
		position: absolute;
		top: 55%;
		left: 20%;
		animation: wkzou 1s steps(8) infinite;
	}
	@keyframes wkzou {
		to {
			background-position: -1600px 0;
		}
	}
	.bj {
		z-index: 999;
		width: 200px;
		height: 180px;
		background: url(imgs/west_02_47bad19.png) 0 0 no-repeat;
		/*margin: 400px auto;*/
		position: absolute;
		top: 55%;
		left: 35%;
		animation: bjzou 1s steps(8) infinite;
	}
	@keyframes bjzou {
		to {
			background-position: -1600px 0;
		}
	}
	.ts {
		z-index: 999;
		width: 170px;
		height: 240px;
		background: url(imgs/west_03_f962447.png) 0 0 no-repeat;
		/*margin: 400px auto;*/
		position: absolute;
		top: 50%;
		left: 50%;
		animation: tszou 1s steps(8) infinite;
	}
	@keyframes tszou {
		to {
			background-position: -1360px 0;
		}
	}
	.ss {
		z-index: 999;
		width: 210px;
		height: 200px;
		background: url(imgs/west_04_6516d80.png) 0 0 no-repeat;
		/*margin: 400px auto;*/
		position: absolute;
		top: 57%;
		left: 62%;
		animation: sszou 1s steps(8) infinite;
	}
	@keyframes sszou {
		to {
			background-position: -1680px 0;
		}
	}

html页面

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS3小动画西天取经场景</title>
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
<body>

<div class="wk"></div>
<div class="bj"></div>
<div class="ts"></div>
<div class="ss"></div>
<div class="main">
	<ul>
		<li></li>
		<li></li>
	</ul>
</div>
</div>
</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值