96SEO 2025-09-01 05:19 3
.carousel-container {
width: 600px;
height: 400px;
position: relative;
border: 3px solid #333;
overflow: hidden;
margin: 0 auto;
}
.carousel-list {
width: 4200px;
height: 400px;
position: absolute;
z-index: 1;
}
.carousel-list img {
float: left;
width: 600px;
height: 400px;
}
.carousel-list img.active {
animation: slideIn 10s infinite;
}
@keyframes slideIn {
0% {
left: 0;
}
25% {
left: -600px;
}
50% {
left: -1200px;
}
75% {
left: -1800px;
}
100% {
left: -2400px;
}
}

注意:
Demand feedback