fix: ensure background size cover for product cover
parent
4dd8013078
commit
fdaaa371c9
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue