JewelryMall/miniprogram/unpackage/dist/dev/mp-weixin/components/ProductCard.wxss
2026-02-25 01:21:16 +08:00

46 lines
942 B
Plaintext

.product-card.data-v-fe52aa40 {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 16rpx;
overflow: hidden;
width: 100%;
}
.product-card__image.data-v-fe52aa40 {
width: 100%;
height: 340rpx;
}
.product-card__info.data-v-fe52aa40 {
padding: 16rpx 20rpx 20rpx;
}
.product-card__name.data-v-fe52aa40 {
font-size: 26rpx;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
line-height: 1.5;
}
.product-card__bottom.data-v-fe52aa40 {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 12rpx;
}
.product-card__price-tag.data-v-fe52aa40 {
background: linear-gradient(135deg, #f5a0b8, #FF6D9B);
border-radius: 8rpx;
padding: 4rpx 16rpx;
}
.product-card__price.data-v-fe52aa40 {
font-size: 28rpx;
color: #fff;
font-weight: bold;
}
.product-card__stock.data-v-fe52aa40 {
font-size: 22rpx;
color: #999;
}