Commit fc91448d9852d19a4b033017d15c55b40096b23a
1 parent
50f615bd
样式修改
Showing
2 changed files
with
2 additions
and
2 deletions
pages/activity/pind_list/pind_list.wxml
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | <view class=" flex-center val-img {{type==1?'red-b':'blue_b'}}"> |
24 | 24 | <image class="people-img"src="{{iurl}}/miniapp/images/bai-ren.png"></image> |
25 | 25 | </view> |
26 | - <text class="{{type==1?'red-co':'blue_c'}}" style="margin-left:8rpx; margin-right:8rpx">{{item.ct_num}}人团</text> | |
26 | + <text class="{{type==1?'red-co':'blue_c ai-bas'}}" style="margin-left:8rpx; margin-right:8rpx">{{item.ct_num}}人团</text> | |
27 | 27 | </view> |
28 | 28 | <view class="fs20 blue_c time-blue" wx:if="{{type==0}}"> |
29 | 29 | 距开始: | ... | ... |
pages/index/index/index.wxml
... | ... | @@ -224,7 +224,7 @@ |
224 | 224 | <view class="goods-num"style="margin-top:{{type==0?'70rpx':'40rpx'}}"> |
225 | 225 | <view> |
226 | 226 | |
227 | - <view class="fs40 flex xc-top15 {{aitem.is_team_tepy==0?'blue_c':' red-co ai-bas'}}"> | |
227 | + <view class="fs40 flex xc-top15 {{aitem.is_team_tepy==0?'blue_c ai-bas':' red-co ai-bas'}}"> | |
228 | 228 | <text class="fs28 {{aitem.is_team_tepy==0?'martop4':''}}">¥</text> |
229 | 229 | <text style="margin-left:-5rpx">{{aitem.price}}</text> |
230 | 230 | <span class="underline {{type==0?'martop18':''}}">零售价¥{{aitem.market_price}}</span> | ... | ... |