From cfac6006efdf69d79cf7f163eae42a95ca0e0d86 Mon Sep 17 00:00:00 2001 From: "Azmat@qq.com" Date: Wed, 23 Sep 2026 16:28:06 +0800 Subject: [PATCH] fix: products page styles --- core/frontend/src/products-page.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/core/frontend/src/products-page.css b/core/frontend/src/products-page.css index c208cb7..615d712 100644 --- a/core/frontend/src/products-page.css +++ b/core/frontend/src/products-page.css @@ -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;