From 1a231d6715c8d03893209692eaf11768383ec0a7 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Wed, 4 Sep 2024 16:26:05 +0800
Subject: [PATCH] =?UTF-8?q?Style(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81):?=
=?UTF-8?q?=E7=9C=81=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkg_product/views/famousList.vue | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
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 {