From 50037d98bbc40dbef99a6222ac07d58a7a951d92 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 13 Apr 2025 13:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail-list-item/detail-list-item.vue | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/components/detail-list-item/detail-list-item.vue b/components/detail-list-item/detail-list-item.vue index 258c14f..03c5f81 100644 --- a/components/detail-list-item/detail-list-item.vue +++ b/components/detail-list-item/detail-list-item.vue @@ -11,9 +11,11 @@ {{ item.surplus_stock }}/{{ item.stock }} - x{{ - item.doubling }} + x{{ + item.doubling }} + + 售罄 @@ -233,6 +235,21 @@ export default { width: 68rpx; } + .lingzhu-tag { + position: absolute; + left: 15rpx; + top: 15rpx; + z-index: 5; + font-weight: 400; + font-size: 24rpx; + color: #333; + border-radius: 30rpx; + background-image: url($iconurl + "lingzhu.png"); + background-size: 100% 100%; + height: 32rpx; + width: 68rpx; + } + .multiple-tag { position: absolute; z-index: 5; @@ -247,9 +264,9 @@ export default { width: 48rpx; height: 32rpx; border-radius: 25rpx; - bottom:15rpx; + bottom: 15rpx; left: 15rpx; - font-size:24rpx; + font-size: 24rpx; line-height: 32rpx; }