.food-card.data-v-9fc46e58 { padding: 20rpx; background-color: #fff; margin-bottom: 20rpx; border-radius: 8rpx; box-sizing: border-box; } .food-item.data-v-9fc46e58 { display: flex; } .food-image.data-v-9fc46e58 { width: 180rpx; height: 180rpx; border-radius: 8rpx; flex-shrink: 0; background-color: #f5f5f5; } .food-info.data-v-9fc46e58 { flex: 1; margin-left: 20rpx; display: flex; flex-direction: column; position: relative; } .food-header.data-v-9fc46e58 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10rpx; } .food-title.data-v-9fc46e58 { font-weight: bold; font-size: 32rpx; color: #151515; flex: 1; margin-right: 20rpx; } .food-price.data-v-9fc46e58 { display: flex; align-items: baseline; color: #E61F19; line-height: 1; flex-shrink: 0; } .food-price .price-symbol.data-v-9fc46e58 { font-size: 20rpx; font-weight: bold; } .food-price .price-main.data-v-9fc46e58 { font-size: 32rpx; font-weight: bold; } .food-price .price-decimal.data-v-9fc46e58 { font-size: 24rpx; font-weight: bold; } .food-desc.data-v-9fc46e58 { font-size: 24rpx; color: #797979; margin-bottom: 10rpx; line-height: 1.5; } .food-tags.data-v-9fc46e58 { display: flex; gap: 10rpx; margin-bottom: 10rpx; } .food-tag.data-v-9fc46e58 { padding: 4rpx 12rpx; border-radius: 4rpx; font-size: 20rpx; } .food-tag.signature.data-v-9fc46e58 { background: linear-gradient(90deg, #FCB13F 0%, #FC793D 100%); color: #fff; } .food-tag.spicy.data-v-9fc46e58 { background: #2E2E2E; color: #fff; } .food-footer.data-v-9fc46e58 { display: flex; align-items: center; justify-content: space-between; margin-top: 10rpx; } .food-sales.data-v-9fc46e58 { font-size: 22rpx; color: #999; display: flex; align-items: center; gap: 4rpx; } .food-sales .star-icon.data-v-9fc46e58 { width: 26rpx; height: 26rpx; } .food-sales .sales-text.data-v-9fc46e58 { font-size: 22rpx; color: #999; } .food-actions.data-v-9fc46e58 { display: flex; align-items: center; justify-content: space-between; width: 214rpx; height: 58rpx; background: #F8F8F8; border-radius: 56rpx; box-sizing: border-box; padding: 0 3rpx; } .action-btn.data-v-9fc46e58 { width: 52rpx; height: 52rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32rpx; font-weight: 600; transition: all 0.3s; background-color: #fff; } .action-btn .action-icon.data-v-9fc46e58 { width: 24rpx; height: 24rpx; } .quantity.data-v-9fc46e58 { font-size: 28rpx; color: #333; min-width: 40rpx; text-align: center; }