写一个网页同时有轮播图和放大效果代码
2024-06-10Carousel with Zoom Effect .container { max-width: 800px; margin: 0 auto; } .carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; } .carousel img { width: 100%; scroll-snap-align: start; } .zoom { position: fixed; top: 0;