You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/public/pc/plugins/swiper/components/zoom/zoom.less

18 lines
289 B

.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
> img, > svg, > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
}
.swiper-slide-zoomed {
cursor: move;
}