.shan-left{
	background: url(../images/08/shan-left.png) no-repeat;
	width: 11px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}
.shan-right{
	background: url(../images/08/shan-right.png) no-repeat;
	width: 11px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
	
}
.zhuan{
	animation: rotation 1s linear infinite alternate forwards;
}

.r-guan-feng .shan-left{
	left: 75px;
}

.r-guan-feng .shan-right{
	left: 115px;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotateX(0deg);}
    to {-webkit-transform: rotateX(360deg);}
}

By lxcss

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注