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