From 75ae3e2c3b9dbe9c72eb8739ec8ec086d0514466 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 13 Apr 2025 18:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail-list-item/detail-list-item.vue | 2 +- pages/shouye/detail_wuxian.vue | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/components/detail-list-item/detail-list-item.vue b/components/detail-list-item/detail-list-item.vue index 69d21f5..d1e6d40 100644 --- a/components/detail-list-item/detail-list-item.vue +++ b/components/detail-list-item/detail-list-item.vue @@ -14,7 +14,7 @@ x{{ item.doubling }} - + diff --git a/pages/shouye/detail_wuxian.vue b/pages/shouye/detail_wuxian.vue index 014d0d3..5423bde 100644 --- a/pages/shouye/detail_wuxian.vue +++ b/pages/shouye/detail_wuxian.vue @@ -162,6 +162,7 @@ + @@ -221,6 +222,9 @@ {{ item.prize_num || '1' }} x{{ item.doubling }} + + + {{ item.goodslist_title }} @@ -2561,6 +2565,21 @@ export default { height: 32rpx; } +.lingzhu-tag { + position: absolute; + left: 0; + top: 0; + background: url($iconurl + "lingzhu.png") no-repeat; + background-size: 100% 100%; + color: #FFFFFF; + font-size: 20rpx; + padding: 4rpx 12rpx; + border-radius: 0 0 12rpx 0; + z-index: 10; + min-width: 68rpx; + height: 32rpx; +} + .log-multiple-tag { position: absolute; z-index: 5; @@ -2579,4 +2598,23 @@ export default { font-size: 22rpx; line-height: 32rpx; } + +.log-lingzhu-tag { + position: absolute; + z-index: 5; + display: flex; + justify-content: center; + align-items: center; + font-weight: 400; + background: url($iconurl + "lingzhu.png") no-repeat; + background-size: 100% 100%; + color: #000; + width: 68rpx; + height: 32rpx; + // border-radius: 25rpx; + top: 12rpx; + right: 12rpx; + font-size: 22rpx; + line-height: 32rpx; +} \ No newline at end of file