diff --git a/subpages/associationNew/components/membersListNew/membersListNew.wxml b/subpages/associationNew/components/membersListNew/membersListNew.wxml
index 430f4b2..9a8ee2b 100644
--- a/subpages/associationNew/components/membersListNew/membersListNew.wxml
+++ b/subpages/associationNew/components/membersListNew/membersListNew.wxml
@@ -4,12 +4,23 @@
wx:for-index="index"
wx:for-item="item"
wx:key="index">
-
+
{{item.name}}
- {{item.motto}}
-
- {{item.areaResponsibility}}
+
- {{item.mobile}}
+ 格言:{{item.motto}}
+
+ 负责区域:{{item.areaResponsibility}}
+
+ 电话:{{item.mobile}}
+
+
+
+
+
+
+
diff --git a/subpages/associationNew/components/membersListNew/membersListNew.wxss b/subpages/associationNew/components/membersListNew/membersListNew.wxss
index 742c3cc..4921fbf 100644
--- a/subpages/associationNew/components/membersListNew/membersListNew.wxss
+++ b/subpages/associationNew/components/membersListNew/membersListNew.wxss
@@ -1,16 +1,16 @@
-
.item {
width: 320rpx;
- height: 354rpx;
+ /* height: 354rpx; */
margin-top: 20rpx;
background: #fff;
border-radius: 20rpx;
display: flex;
flex-direction: column;
align-items: center;
+ padding-bottom: 30rpx;
}
-.item image {
+.item .photo {
width: 110rpx;
height: 110rpx;
border-radius: 50%;
@@ -20,18 +20,53 @@
.item .name {
margin-top: 11rpx;
font-size: 30rpx;
+ line-height: 30rpx;
font-weight: bold;
color: rgba(51, 51, 51, 1);
}
-.item .autograph {
+.item .autograph-all {
+ margin-top: 13rpx;
+ width: 100%;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+ word-wrap: break-word
+}
+
+.item .autograph-all .autograph {
+ text-align: left;
+ margin-bottom: 7rpx;
+ font-size: 26rpx;
+ line-height: 36rpx;
+ /* font-weight:500; */
+ color: rgba(193, 193, 193, 1);
+
+}
+
+.item .click-button{
margin-top: 8rpx;
- font-size:26rpx;
- font-weight:500;
- color:rgba(193,193,193,1);
- padding: 0 20rpx;
+ width: 100%;
+ height: 56rpx;
+ display: flex;
+ align-items: center;
}
+.item .click-button button{
+ width: 156rpx;
+ height: 56rpx;
+ padding: 0 !important;
+ border: none !important;
+ line-height: 0 !important;
+}
+
+.item .click-button button .button-bg{
+ width: 156rpx;
+ height: 56rpx;
+}
+
+.item .click-button button::after {
+ border: 0rpx !important;
+}
.show {
padding: 0rpx 40rpx;
height: 24rpx;
@@ -40,10 +75,11 @@
font-weight: 500;
color: #C5C5C5;
}
+
.volunteer-box {
display: flex;
- align-items: center;
+ align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
padding: 0rpx 40rpx 19rpx 40rpx;
-}
\ No newline at end of file
+}
diff --git a/subpages/associationNew/pages/eventlist/eventlist.wxml b/subpages/associationNew/pages/eventlist/eventlist.wxml
index 5dba400..3269904 100644
--- a/subpages/associationNew/pages/eventlist/eventlist.wxml
+++ b/subpages/associationNew/pages/eventlist/eventlist.wxml
@@ -17,7 +17,7 @@
-
+ 5
{{item.supportNum}}