diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue
index 2eec7374..b4b48931 100644
--- a/src/apps/AppVillageDiscuss/Detail.vue
+++ b/src/apps/AppVillageDiscuss/Detail.vue
@@ -70,7 +70,10 @@
@@ -528,11 +531,22 @@ export default {
.votePeople {
display: flex;
+ align-items: center;
justify-content: space-between;
margin-top: 8px;
- padding: 36px 32px 36px 20px;
+ height: 112px;
+ padding: 0 32px 0 52px;
+ background: #fff;
.leftPeople {
font-size: 28px;
+ color: #333;
+ }
+
+ .right {
+ span {
+ color: #2573FF;
+ font-size: 28px;
+ }
}
}