diff --git a/pkg_product/views/famousList.vue b/pkg_product/views/famousList.vue
index b19cd86..e6a45ab 100644
--- a/pkg_product/views/famousList.vue
+++ b/pkg_product/views/famousList.vue
@@ -76,7 +76,9 @@
>
- {{ item.provinceName }}
+
+ {{ item.provinceName }}
+
@@ -420,12 +422,18 @@ export default {
position: absolute;
bottom: 0;
left: 0;
+ z-index: 1;
width: 100%;
height: 6rpx;
border-radius: 6rpx;
content: " ";
background: linear-gradient(90deg, #C52733 0%, rgba(202,56,67,0.92) 51%, rgba(255,255,255,0) 100%);
}
+ .txt-inner {
+ position: relative;
+ z-index: 2;
+ font-weight: bold;
+ }
}
}
.desc {