fix: ensure background size cover for product cover

main
sp mac bookpro 2605 2026-06-13 13:29:21 +08:00
parent 4dd8013078
commit fdaaa371c9
1 changed files with 3 additions and 0 deletions

View File

@ -1960,6 +1960,9 @@ span.mention {
.points-mall-product-cover { .points-mall-product-cover {
height: 156px; 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: 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 { .points-mall-product-body {