Commit 2c929c5b3fb191c787514e84926eed7c55653ca3
1 parent
119cdeb1
商品详情界面优化
Showing
1 changed file
with
2 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -279,9 +279,9 @@ |
279 | 279 | |
280 | 280 | <view class="flex jc_sb"> |
281 | 281 | <view class="co-red" style="" wx:if="{{prom_type==0 || prom_type==3}}"> |
282 | - <view class="market-price" style=""> | |
282 | + <view class="market-price flex" style="align-items: baseline;"> | |
283 | 283 | <block wx:if="{{card_field && data[card_field]>0}}"> |
284 | - <view class="flex ai-center grade-card-frame" style="margin-left:12rpx;"> | |
284 | + <view class="flex ai-center grade-card-frame"> | |
285 | 285 | <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image> |
286 | 286 | <view class="fs24 white view card-name ellipsis-1">{{card_name}}</view> |
287 | 287 | </view> | ... | ... |