Commit e8f4453e084fb7334fb55fdce78ecb35ecb5df9c
1 parent
de5ceeae
跳转和积分样式调整
Showing
4 changed files
with
14 additions
and
3 deletions
packageE/pages/giftpack/giftpacklistshop/giftpacklistshop.js
pages/giftpack/giftpacklist/giftpacklist.js
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -273,10 +273,10 @@ |
273 | 273 | <view class="goods-price"> |
274 | 274 | <!-- 价格显示 --> |
275 | 275 | <view class="co-red flex jc_sb ai-center"> |
276 | - <view class="market-price" style="overflow: hidden; height: 66rpx;display: flex; align-items: flex-end;"> | |
277 | - <image class="rel_img" src="{{iurl}}/miniapp/images/integral/integral_red.png"></image> | |
276 | + <view class="market-price" style="overflow: hidden; height: 66rpx;display: flex; align-items: flex-end;line-height: normal;"> | |
277 | + <image class="rel_img" style="display: block;top:12rpx" src="{{iurl}}/miniapp/images/integral/integral_red.png"></image> | |
278 | 278 | <block wx:if="{{prom_integral}}"> |
279 | - <text style="position: relative;top:10rpx">{{prom_integral}}</text> | |
279 | + <text style="display: block;font-size:58rpx; line-height: 58rpx;position: relative;top:8rpx ">{{prom_integral}}</text> | |
280 | 280 | <text class="rel_txt">积分</text> |
281 | 281 | </block> |
282 | 282 | <text class="rel_txt" wx:if="{{prom_integral && prom_price}}">+</text> | ... | ... |
pages/goods/goodsInfo/goodsInfo.wxss