Commit 0946a240fc4cb505cf43da877e74271310a095d1
1 parent
340cbded
幸运购参团详情和参团成员样式调整
Showing
2 changed files
with
5 additions
and
4 deletions
packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxss
@@ -145,7 +145,7 @@ margin-top: 30rpx; | @@ -145,7 +145,7 @@ margin-top: 30rpx; | ||
145 | height:100rpx; | 145 | height:100rpx; |
146 | border-radius: 50%; | 146 | border-radius: 50%; |
147 | overflow: hidden; | 147 | overflow: hidden; |
148 | - background-color: white; | 148 | + background-color: #f2f2f2; |
149 | } | 149 | } |
150 | 150 | ||
151 | .d ~ .d { | 151 | .d ~ .d { |
@@ -979,6 +979,7 @@ height:40rpx; | @@ -979,6 +979,7 @@ height:40rpx; | ||
979 | height: 60rpx; | 979 | height: 60rpx; |
980 | border-radius: 50%; | 980 | border-radius: 50%; |
981 | overflow: hidden; | 981 | overflow: hidden; |
982 | + background-color: #f2f2f2; | ||
982 | } | 983 | } |
983 | 984 | ||
984 | 985 |
packageC/pages/luckyGo/luckyGo_members/luckyGo_members.wxml
@@ -4,12 +4,12 @@ | @@ -4,12 +4,12 @@ | ||
4 | <view class="flex ai-center pdr20"> | 4 | <view class="flex ai-center pdr20"> |
5 | <view class="img-container"><image class="img-block" src="{{item.head_pic}}"></image></view> | 5 | <view class="img-container"><image class="img-block" src="{{item.head_pic}}"></image></view> |
6 | <view> | 6 | <view> |
7 | - <text class="ellipsis-1x wbba">{{item.nickname}}</text> | ||
8 | - <view class="c-8f pdt10">参团编号:{{item.team_sn}}</view> | 7 | + <text class="ellipsis-1x wbba fs30">{{item.nickname}}</text> |
8 | + <!-- <view class="c-8f pdt10">参团编号:{{item.team_sn}}</view> --> | ||
9 | </view> | 9 | </view> |
10 | </view> | 10 | </view> |
11 | <view class="pdt6 shrink0"> | 11 | <view class="pdt6 shrink0"> |
12 | - <view class="c-9">{{filters.format_time(item.create_time, 1)}}</view> | 12 | + <view class="c-9">{{filters.format_time(item.add_time, 1)}}</view> |
13 | <view class="t-r pdt10 c-red bold" wx:if="{{item.team_status == 0}}">待成团</view> | 13 | <view class="t-r pdt10 c-red bold" wx:if="{{item.team_status == 0}}">待成团</view> |
14 | <view class="t-r pdt10 c-8f bold" wx:elif="{{item.team_status == 1}}">未团中</view> | 14 | <view class="t-r pdt10 c-8f bold" wx:elif="{{item.team_status == 1}}">未团中</view> |
15 | <view class="t-r pdt10 c-red bold" wx:else="{{item.team_status == 2}}">已团中</view> | 15 | <view class="t-r pdt10 c-red bold" wx:else="{{item.team_status == 2}}">已团中</view> |