feat(area-product-list): 商品价格颜色调整为红色
This commit is contained in:
parent
94ab145112
commit
e618f90599
|
@ -247,7 +247,7 @@ export default {
|
|||
.product-price {
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
color: #005bac;
|
||||
color: #f82c1a;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue