From 158fae4b5766c3aa0fc2192e13fb0270d11a6fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Fri, 26 Dec 2025 17:44:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=8A=E7=8E=B0?= =?UTF-8?q?=E8=B4=A7=E6=A0=87=E7=AD=BE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 1 + pages/index/index.wxss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index a884bba..b023573 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -219,6 +219,7 @@ data-index="0" > 预售 + 现货 {{item.name}} diff --git a/pages/index/index.wxss b/pages/index/index.wxss index b8356aa..23d91f2 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1135,6 +1135,11 @@ wx-button:not([size=mini]) { box-shadow: 0 2rpx 8rpx rgba(255, 107, 0, 0.3); } +.promo-tag.in-stock { + background: linear-gradient(135deg, #52c41a 0%, #73d13d 100%); + box-shadow: 0 2rpx 8rpx rgba(82, 196, 26, 0.3); +} + .promo-tag.source { background: linear-gradient(135deg, #e00 0%, #ff4d4f 100%); box-shadow: 0 2rpx 8rpx rgba(255, 0, 0, 0.3);