PGT產品檢驗證書
SGS認證
.pgt-gallery {
max-width: 1080px;
margin: 0 auto 40px;
padding: 10px 20px;
font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
}
.pgt-gallery-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
.pgt-gallery-item {
flex: 0 0 calc(33.333% - 16px);
max-width: calc(33.333% - 16px);
box-sizing: border-box;
}
.pgt-gallery-item img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
transition: transform .2s ease, box-shadow .2s ease;
}
.pgt-gallery-item img:hover {
transform: translateY(-3px);
box-shadow: 0 10px 26px rgba(0,0,0,0.18);
}
@media (max-width: 900px) {
.pgt-gallery-item {
flex: 0 0 calc(50% - 16px);
max-width: calc(50% - 16px);
}
}
@media (max-width: 600px) {
.pgt-gallery-item {
flex: 0 0 100%;
max-width: 100%;
}
}
max-width: 1080px;
margin: 0 auto 40px;
padding: 10px 20px;
font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
}
.pgt-gallery-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
.pgt-gallery-item {
flex: 0 0 calc(33.333% - 16px);
max-width: calc(33.333% - 16px);
box-sizing: border-box;
}
.pgt-gallery-item img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
transition: transform .2s ease, box-shadow .2s ease;
}
.pgt-gallery-item img:hover {
transform: translateY(-3px);
box-shadow: 0 10px 26px rgba(0,0,0,0.18);
}
@media (max-width: 900px) {
.pgt-gallery-item {
flex: 0 0 calc(50% - 16px);
max-width: calc(50% - 16px);
}
}
@media (max-width: 600px) {
.pgt-gallery-item {
flex: 0 0 100%;
max-width: 100%;
}
}