diff --git a/src/mods/AppVillageActivity/AppVillageActivity.vue b/src/mods/AppVillageActivity/AppVillageActivity.vue index d98dcdf..39e8003 100644 --- a/src/mods/AppVillageActivity/AppVillageActivity.vue +++ b/src/mods/AppVillageActivity/AppVillageActivity.vue @@ -9,8 +9,7 @@
-
+

{{ item.title }}

@@ -23,7 +22,7 @@
{{ item.statusName }} - +
@@ -33,15 +32,15 @@ @@ -133,7 +135,7 @@ export default { } i { - color: #4181FF; + color: #4181ff; font-style: normal; font-size: 28px; } @@ -173,7 +175,7 @@ export default { align-items: center; i { - color: #4181FF; + color: #4181ff; font-style: normal; font-size: 26px; } @@ -207,15 +209,15 @@ export default { } .status0 { - background: #42D784; + background: #42d784; } .status1 { - background: #1AAAFF; + background: #1aaaff; } .status2 { - background: #E4E4E4; + background: #e4e4e4; } } }