This commit is contained in:
2025-12-26 10:27:02 +07:00
parent fd9b5a3819
commit 7fc0be90b8
48 changed files with 5818 additions and 34 deletions

View File

@@ -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;