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