From 19bb5c1084f73599005ffd5a5c092a195559ef15 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 28 Aug 2024 14:48:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81):[#222?= =?UTF-8?q?9]=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E5=95=86=E5=93=81=E8=BE=83=E5=B0=91=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E8=83=8C=E6=99=AF=E5=BA=95=E8=89=B2=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxian.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/famousQianxian.vue b/pkg_product/views/famousQianxian.vue index bb12b38..aa79f25 100644 --- a/pkg_product/views/famousQianxian.vue +++ b/pkg_product/views/famousQianxian.vue @@ -140,11 +140,12 @@ export default { .county-index { position: relative; min-height: 100vh; - background-color: #fff; + background-color: #f0f0f0; .top-img { position: relative; z-index: 5; padding: 21rpx; + background-color: #fff; .img { display: block; width: 100%; @@ -175,7 +176,6 @@ export default { } } .list-wrap { - background-color: #F0F0F0; .loadend { width: 100%; }