Commit 458453d2242b52eb96ee105923b826322c25310f
1 parent
db670021
商品详情页界面优化
Showing
2 changed files
with
8 additions
and
7 deletions
pages/goods/goodsInfo/goodsInfo.wxml
@@ -331,7 +331,7 @@ | @@ -331,7 +331,7 @@ | ||
331 | <!-- 不是秒杀,且会员不是等级会员 --> | 331 | <!-- 不是秒杀,且会员不是等级会员 --> |
332 | <view wx:if="{{!card_field && prom_type!=1 && card_list && card_list.length>0}}"> | 332 | <view wx:if="{{!card_field && prom_type!=1 && card_list && card_list.length>0}}"> |
333 | <view class="beauty-makeup-frame flex ai-center"> | 333 | <view class="beauty-makeup-frame flex ai-center"> |
334 | - <view class="left flex ai-center"> | 334 | + <view class="left flex ai-center jc_sa"> |
335 | <view class="flex ai-center grade-card-frame card-frame advert-card"> | 335 | <view class="flex ai-center grade-card-frame card-frame advert-card"> |
336 | <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image> | 336 | <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image> |
337 | <view class="fs24 white view card-name ellipsis-1">{{g_filters.get_card_price(data,card_list,1)}}</view> | 337 | <view class="fs24 white view card-name ellipsis-1">{{g_filters.get_card_price(data,card_list,1)}}</view> |
@@ -351,8 +351,8 @@ | @@ -351,8 +351,8 @@ | ||
351 | <!-- 立即续费的显示 --> | 351 | <!-- 立即续费的显示 --> |
352 | <view wx:elif="{{is_near_date && data[card_field]>0 && prom_type!=1}}"> | 352 | <view wx:elif="{{is_near_date && data[card_field]>0 && prom_type!=1}}"> |
353 | <view class="beauty-makeup-frame flex ai-center"> | 353 | <view class="beauty-makeup-frame flex ai-center"> |
354 | - <view class="left flex ai-center"> | ||
355 | - <view class="flex ai-center grade-card-frame card-frame advert-card"> | 354 | + <view class="left flex ai-center jc_sa"> |
355 | + <view class="flex ai-center grade-card-frame card-frame advert-card"> | ||
356 | <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image> | 356 | <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image> |
357 | <view class="fs24 white view card-name ellipsis-1">{{card_name}}</view> | 357 | <view class="fs24 white view card-name ellipsis-1">{{card_name}}</view> |
358 | </view> | 358 | </view> |
pages/goods/goodsInfo/goodsInfo.wxss
@@ -2629,11 +2629,12 @@ border-radius: 55rpx; | @@ -2629,11 +2629,12 @@ border-radius: 55rpx; | ||
2629 | height: 100%; | 2629 | height: 100%; |
2630 | background:#f7f7f7; | 2630 | background:#f7f7f7; |
2631 | border-radius: 20rpx 0rpx 0rpx 20rpx; | 2631 | border-radius: 20rpx 0rpx 0rpx 20rpx; |
2632 | - padding: 0 10rpx; | 2632 | + /* padding: 0 10rpx; */ |
2633 | } | 2633 | } |
2634 | .card-frame{ | 2634 | .card-frame{ |
2635 | - margin-top: 0rpx; padding-right: 23rpx; | ||
2636 | - margin-right: 15rpx; | 2635 | + margin-top: 0rpx; |
2636 | + /* padding-right: 23rpx; | ||
2637 | + margin-right: 15rpx; */ | ||
2637 | } | 2638 | } |
2638 | .advert-card{ | 2639 | .advert-card{ |
2639 | margin-top: 0rpx!important; | 2640 | margin-top: 0rpx!important; |
@@ -2667,7 +2668,7 @@ border-radius: 55rpx; | @@ -2667,7 +2668,7 @@ border-radius: 55rpx; | ||
2667 | max-width: 165rpx; | 2668 | max-width: 165rpx; |
2668 | } | 2669 | } |
2669 | .card-effect{ | 2670 | .card-effect{ |
2670 | - margin-left: 15rpx; | 2671 | + /* margin-left: 15rpx; */ |
2671 | } | 2672 | } |
2672 | .at_once_carde{ | 2673 | .at_once_carde{ |
2673 | width:65rpx; | 2674 | width:65rpx; |