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 | 145 | height:100rpx; |
146 | 146 | border-radius: 50%; |
147 | 147 | overflow: hidden; |
148 | - background-color: white; | |
148 | + background-color: #f2f2f2; | |
149 | 149 | } |
150 | 150 | |
151 | 151 | .d ~ .d { |
... | ... | @@ -979,6 +979,7 @@ height:40rpx; |
979 | 979 | height: 60rpx; |
980 | 980 | border-radius: 50%; |
981 | 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 | 4 | <view class="flex ai-center pdr20"> |
5 | 5 | <view class="img-container"><image class="img-block" src="{{item.head_pic}}"></image></view> |
6 | 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 | 9 | </view> |
10 | 10 | </view> |
11 | 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 | 13 | <view class="t-r pdt10 c-red bold" wx:if="{{item.team_status == 0}}">待成团</view> |
14 | 14 | <view class="t-r pdt10 c-8f bold" wx:elif="{{item.team_status == 1}}">未团中</view> |
15 | 15 | <view class="t-r pdt10 c-red bold" wx:else="{{item.team_status == 2}}">已团中</view> | ... | ... |