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;
}