From e52e228b1a3379bc57e9b7618143db65c8ace30e Mon Sep 17 00:00:00 2001
From: liushaowen <565850092@qq.com>
Date: Tue, 23 Jun 2020 16:48:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=92=A8=E8=AF=A2=E5=B8=88=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E6=8E=92=E7=89=88=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../subpages/safety/pages/consultantList/consultantList.wxml | 2 +-
.../subpages/safety/pages/consultantList/consultantList.wxss | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml b/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml
index 55c5f23..6ba9013 100644
--- a/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml
+++ b/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml
@@ -21,7 +21,7 @@
-
+
{{item.name}}
{{item.motto}}
diff --git a/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxss b/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxss
index 542559a..5853654 100644
--- a/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxss
+++ b/epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxss
@@ -57,7 +57,7 @@ background-color: #fff;
padding-bottom: 20rpx;
}
.list-content .content .avatar{
- width: 150rpx;
+ width: 170rpx;
margin-left: 20rpx;
}
.list-content .content .avatar .avatar-img{
@@ -75,11 +75,12 @@ background-color: #fff;
font-size: 32rpx;
}
.list-content .content .detail{
- width: 94%;
+ width: 72%;
font-size: 28rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
color: #999;
margin-top: 40rpx;
+ position: absolute;
}
\ No newline at end of file