From 7efce60cbd929dae2a2f364d431472412288f22e 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: Mon, 12 Jan 2026 15:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=AF=94=E4=BB=B7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=9A=E4=B8=BAstatus=3Dsold=5Fout=E7=9A=84?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=9C=A8=E5=8F=B3=E4=BE=A7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=BA=A2=E8=89=B2=E5=94=AE=E7=A9=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-detail/goods-detail.wxml | 4 ++++ pages/goods-detail/goods-detail.wxss | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/pages/goods-detail/goods-detail.wxml b/pages/goods-detail/goods-detail.wxml index 4cda168..679db1c 100644 --- a/pages/goods-detail/goods-detail.wxml +++ b/pages/goods-detail/goods-detail.wxml @@ -284,6 +284,8 @@ {{item.province || item.region || '暂无地区'}}{{item.formattedDate ? ' | 售出时间:' + item.formattedDate : ''}} + + 售空 @@ -335,6 +337,8 @@ {{item.province || item.region || '暂无地区'}}{{item.formattedDate ? ' | 售出时间:' + item.formattedDate : ''}} + + 售空 diff --git a/pages/goods-detail/goods-detail.wxss b/pages/goods-detail/goods-detail.wxss index 390dd7a..d3338db 100644 --- a/pages/goods-detail/goods-detail.wxss +++ b/pages/goods-detail/goods-detail.wxss @@ -1004,4 +1004,13 @@ video.slider-media .wx-video-volume-icon { box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.2); font-weight: 600; z-index: 10; +} + +/* 右侧售空文字样式 */ +.sold-out-text { + margin-left: auto; + color: #ff4d4f; + font-size: 36rpx; + font-weight: bold; + padding: 0 16rpx; } \ No newline at end of file