Home
/
C-10018
C-10018
-
Detail
/* 隐藏 $0.00 价格显示 */ .product-price, .price, [class*="price"] { display: none !important; } /* 在价格位置显示 "Get Quote" 标签 */ .product-info::after, .product-card-info::after { content: "Get Quote →"; display: inline-block; background: linear-gradient(135deg, #c8102e, #a00d24); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; padding: 4px 12px; border-radius: 4px; margin-top: 8px; } /* 把"加入购物车"按钮替换为询价样式 */ .btn-cart, .add-cart, [class*="add-to-cart"], [class*="addToCart"] { background: linear-gradient(135deg, #c8102e, #a00d24) !important; color: #fff !important; border: none !important; } .btn-cart::before, .add-cart::before { content: "Request Quote — "; }