From fdaaa371c9f164e2fab3863ba1ca03eaaf115250 Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Sat, 13 Jun 2026 13:29:21 +0800 Subject: [PATCH] fix: ensure background size cover for product cover --- src/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles.css b/src/styles.css index e60705c..314a25c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1960,6 +1960,9 @@ span.mention { .points-mall-product-cover { height: 156px; background: linear-gradient(135deg, rgba(8,145,178,0.12) 0%, rgba(59,130,246,0.10) 55%, rgba(34,197,94,0.10) 100%); + background-size: cover; + background-position: center; + background-repeat: no-repeat; } .points-mall-product-body {