diff --git a/src/apps/AppVillageDiscuss/userList.vue b/src/apps/AppVillageDiscuss/userList.vue
index 2bbf40bd..782e50c2 100644
--- a/src/apps/AppVillageDiscuss/userList.vue
+++ b/src/apps/AppVillageDiscuss/userList.vue
@@ -2,9 +2,18 @@
-
+
李毅
-
+
+
+ 李毅
+
+
+ 1111
+
+
+
选择了选择了三联村篮球队、蟠龙镇篮球队选择了三联村篮球队、蟠龙镇篮球队
+
@@ -40,7 +49,44 @@ uni-page-body {
// background: #fff;
.datas {
display: flex;
- justify-content: space-between;
+
+ padding: 20px 32px 0 32px;
+
+ .avatLeft {
+ width: 80px;
+ height: 80px;
+ line-height: 80px;
+ text-align: center;
+ border-radius: 50%;
+ background: #4e8eee;
+
+ font-size: 28px;
+ font-weight: 500;
+ color: #ffffff;
+ }
+ .right {
+ border-bottom: 1px solid #ddd;
+ width: 100%;
+ margin: 10px 0 0 16px;
+ padding-bottom: 32px;
+ .top {
+ .names {
+ font-size: 32px;
+ color: #333333;
+ }
+ .times {
+ margin-left: 16px;
+ font-size: 28px;
+ color: #999999;
+ }
+ }
+
+ .bottom {
+ margin-top: 6px;
+ font-size: 30px;
+ color: #666666;
+ }
+ }
}
}