产品详情切换问题修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user