46 lines
879 B
Plaintext
46 lines
879 B
Plaintext
|
|
.product-card.data-v-fe52aa40 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #fff;
|
|
border-radius: 12rpx;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.product-card__image.data-v-fe52aa40 {
|
|
width: 100%;
|
|
height: 340rpx;
|
|
}
|
|
.product-card__info.data-v-fe52aa40 {
|
|
padding: 16rpx;
|
|
}
|
|
.product-card__name.data-v-fe52aa40 {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: block;
|
|
}
|
|
.product-card__style.data-v-fe52aa40 {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
margin-top: 8rpx;
|
|
display: block;
|
|
}
|
|
.product-card__bottom.data-v-fe52aa40 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 12rpx;
|
|
}
|
|
.product-card__price.data-v-fe52aa40 {
|
|
font-size: 32rpx;
|
|
color: #e4393c;
|
|
font-weight: bold;
|
|
}
|
|
.product-card__stock.data-v-fe52aa40 {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|