From 1d0b14f95531284e7807e0df70947a75a7d3abeb Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Sun, 20 Aug 2023 19:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 6370db4..60816e9 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -115,8 +115,8 @@ :class="[{ pcrate2: parseInt(item.proportion) >= 80 && parseInt(item.proportion) < 90 }, { pcrate3: parseInt(item.proportion) >= 90 },'pcani']">{{ item.proportion }} -->
60 && parseInt(item.proportion)<=100?'rbrate3':'rbrate4') " >
@@ -1256,16 +1256,17 @@ export default { bottom: 0.4rem; right: 0.63rem; } - +/* 正常 */ .pcgrs .pcg_item .rbrate2 { background-image: url('../assets/img/2.png'); background-size: 100% 100%; } - +/* 拥挤 */ .pcgrs .pcg_item .rbrate3 { background-image: url('../assets/img/3.png'); background-size: 100% 100%; } +/* 爆满 */ .pcgrs .pcg_item .rbrate4 { background-image: url('../assets/img/1.png'); background-size: 100% 100%;