fix: products page styles
Deploy dev / deploy (push) Successful in 54s

This commit is contained in:
Azmat@qq.com
2026-09-23 16:28:06 +08:00
parent e7afcd0449
commit cfac6006ef
+6 -3
View File
@@ -323,7 +323,8 @@
overflow: hidden;
background: #e6e7ea;
border: 0;
border-radius: 0;
border-radius: 10px;
margin: 8px 8px 0;
padding: 0;
}
.pl-thumb img {
@@ -331,6 +332,7 @@
height: 100%;
display: block;
object-fit: cover;
border-radius: inherit;
}
.pl-thumb.has-mock-media {
background-size: cover;
@@ -339,7 +341,7 @@
}
.pl-thumb.placeholder {
border: 0;
border-radius: 0;
border-radius: 10px;
}
.pl-thumb .ph-frame { display: none; }
@@ -421,9 +423,10 @@
align-items: stretch;
}
.pl-grid.list .pl-thumb {
width: 148px;
width: 132px;
height: 100px;
aspect-ratio: auto;
margin: 8px;
}
.pl-grid.list .pl-meta {
display: flex;