feat(area-product-list): 商品价格颜色调整为红色

This commit is contained in:
woody 2025-04-27 16:56:41 +08:00
parent 94ab145112
commit e618f90599
1 changed files with 1 additions and 1 deletions

View File

@ -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>