Commit 458453d2242b52eb96ee105923b826322c25310f

Authored by taiyuan
1 parent db670021

商品详情页界面优化

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -331,7 +331,7 @@
331 331 <!-- 不是秒杀,且会员不是等级会员 -->
332 332 <view wx:if="{{!card_field && prom_type!=1 && card_list && card_list.length>0}}">
333 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 335 <view class="flex ai-center grade-card-frame card-frame advert-card">
336 336 <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image>
337 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 351 <!-- 立即续费的显示 -->
352 352 <view wx:elif="{{is_near_date && data[card_field]>0 && prom_type!=1}}">
353 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 356 <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image>
357 357 <view class="fs24 white view card-name ellipsis-1">{{card_name}}</view>
358 358 </view>
... ...
pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -2629,11 +2629,12 @@ border-radius: 55rpx;
2629 2629 height: 100%;
2630 2630 background:#f7f7f7;
2631 2631 border-radius: 20rpx 0rpx 0rpx 20rpx;
2632   - padding: 0 10rpx;
  2632 + /* padding: 0 10rpx; */
2633 2633 }
2634 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 2639 .advert-card{
2639 2640 margin-top: 0rpx!important;
... ... @@ -2667,7 +2668,7 @@ border-radius: 55rpx;
2667 2668 max-width: 165rpx;
2668 2669 }
2669 2670 .card-effect{
2670   - margin-left: 15rpx;
  2671 + /* margin-left: 15rpx; */
2671 2672 }
2672 2673 .at_once_carde{
2673 2674 width:65rpx;
... ...