产品详情切换问题修改

This commit is contained in:
2025-07-05 09:51:50 +08:00
parent a93730b45e
commit 02a23538ad
3 changed files with 311 additions and 176 deletions

View File

@@ -112,11 +112,33 @@
.preview
.smallImg
#imageMenu
.imageMenu
li
img {
width: 98%;
cursor: pointer;
}
#onlickImg img{
width: 100%;
}
.bigImg {
height: 100%;
overflow: hidden;
}
.bigImg video {
width: 100%;
height: 100%;
object-fit: contain;
background: #fff;
}
@media (max-width: 768px) {
.bigImg video {
height: auto;
max-height: 100%;
}
}
.orico_Page_prdetail .oriprdetail .cp .cpfl .preview .bigImg {
position: relative;
margin: 0 auto;