update
This commit is contained in:
@@ -3140,28 +3140,22 @@ textarea::placeholder {
|
||||
}
|
||||
.page-product-detail .box-content-product-detail .box-left .product-images-show .bigImage {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-bottom: 6px;
|
||||
padding-bottom: 100%;
|
||||
height: 595px;
|
||||
margin: auto;
|
||||
}
|
||||
.page-product-detail .box-content-product-detail .box-left .product-images-show .smallImage {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-bottom: 6px;
|
||||
padding-bottom: 15%;
|
||||
border: 1px solid #d6d6d6;
|
||||
height: 80px;
|
||||
margin: auto;
|
||||
}
|
||||
.page-product-detail .box-content-product-detail .box-left .product-images-show .bigImage img,
|
||||
.page-product-detail .box-content-product-detail .box-left .product-images-show .smallImage img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
}
|
||||
.page-product-detail .box-content-product-detail .box-right .product-name {
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user