From 7e0ebdd3eeef16a02dffad39dc43f06282c9625f 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: Tue, 6 Jan 2026 13:56:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8B=E6=9E=B6=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B9=E6=8D=AElabel=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=B7=B2=E4=B8=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-update/goods-update.wxml | 5 +++-- pages/goods-update/goods-update.wxss | 9 +++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/goods-update/goods-update.wxml b/pages/goods-update/goods-update.wxml index 1f70987..0f31fb2 100644 --- a/pages/goods-update/goods-update.wxml +++ b/pages/goods-update/goods-update.wxml @@ -171,10 +171,11 @@ 编辑货源 diff --git a/pages/goods-update/goods-update.wxss b/pages/goods-update/goods-update.wxss index 0648680..c658f4b 100644 --- a/pages/goods-update/goods-update.wxss +++ b/pages/goods-update/goods-update.wxss @@ -497,6 +497,15 @@ video.slider-media .wx-video-volume-icon { box-shadow: 0 4px 12px rgba(82, 196, 26, 0.3); } +/* 已下架按钮样式 */ +.publish-button.bottom-button.disabled-button, +.publish-button.bottom-button[disabled] { + background-color: #d9d9d9; + color: #999999; + border: 2rpx solid #d9d9d9; + box-shadow: none; +} + /* 返回按钮样式 */ .back-button.bottom-button { background-color: #ffffff;