From 455b230931e878cbddde45ed216db40719d77b68 Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 27 Mar 2025 14:58:59 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3531=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=97=E9=93=BA=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4=EF=BC=8C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=94=B9=E4=B8=BA=E7=BA=A2=E8=89=B2=E8=89=B2=E5=80=BC?= =?UTF-8?q?=EF=BC=9A#BD3124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/components/jin-edit/homeList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pagesInn/components/jin-edit/homeList.vue b/pagesInn/components/jin-edit/homeList.vue index bd5852f..f66523b 100644 --- a/pagesInn/components/jin-edit/homeList.vue +++ b/pagesInn/components/jin-edit/homeList.vue @@ -15,7 +15,7 @@ {{ item.name }} - 点击进入{{ item.id }} + 点击进入 @@ -69,7 +69,7 @@ export default { .enter-btn{ width: 118rpx; height: 42rpx; - background: #0DC5C5; + background: #BD3124; border-radius: 22rpx; padding: 2rpx 10rpx; text-align: center; @@ -95,7 +95,7 @@ export default { left: 0; width: 100%; height: 5px; - background-color: #0DC5C5; + background-color: #BD3124; border-radius: 20rpx; opacity: 0.5; }