From 9c71f94030d63565bcc15659455bb4c09f2049f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 17 Feb 2022 10:01:37 +0800 Subject: [PATCH] css --- src/mods/AppVillager/AppVillager.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/mods/AppVillager/AppVillager.vue b/src/mods/AppVillager/AppVillager.vue index 4e7f46e..29d0811 100644 --- a/src/mods/AppVillager/AppVillager.vue +++ b/src/mods/AppVillager/AppVillager.vue @@ -44,12 +44,12 @@
-
+
东湖生态旅游风景区听涛景区
-
+
@@ -301,12 +301,12 @@ export default { .cardBot { margin-top: 24px; - .icon { + .icons { padding: 8px 32px 8px 16px; background: #eff1f3; border-radius: 28px; } - .icon { + .icones { display: flex; justify-content: space-between; margin-top: 24px; @@ -328,9 +328,6 @@ export default { } } } - .icon:nth-child(2) { - background: #fff; - } } }