From e493acec5970cddee84673cafb92625747f62ded Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 11 Oct 2024 15:41:06 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2475=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=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=8C=E9=A2=84=E7=BA=A6=E6=97=85=E5=B1=85=E4=B8=8E?= =?UTF-8?q?=E8=8D=AF=E8=86=B3=E9=A3=9F=E8=B0=B1=E5=90=8D=E7=A7=B0=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E6=A1=86=E9=80=8F=E6=98=8E=E5=BA=A6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA70%=EF=BC=8C=E6=96=87=E5=AD=97=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E6=97=B6=E7=94=A8=E7=9C=81=E7=95=A5=E5=8F=B7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E8=A6=81=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthFoods.vue | 2 +- pkg_product/views/healthSanctum.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue index b58062b..e782c9a 100644 --- a/pkg_product/views/healthFoods.vue +++ b/pkg_product/views/healthFoods.vue @@ -460,7 +460,7 @@ export default { bottom: 30rpx; text-align: center; width: 212rpx; - background: rgba(255, 255, 255, 0.9); + background: rgba(255, 255, 255, 0.7); border-radius: 60rpx; font-size: 28rpx; font-weight: bold; diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index 87ef2f5..3be244c 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -188,7 +188,7 @@ export default { bottom: 30rpx; text-align: center; width: 212rpx; - background: rgba(255,255,255,0.9); + background: rgba(255,255,255,0.7); border-radius: 60rpx; font-size: 28rpx; font-weight: bold;