Commit 41cf0207c6f4a887ff9b7d0a016613ef7d89016f
1 parent
ea526cb7
文字颜色~~白色
Showing
1 changed file
with
5 additions
and
5 deletions
pages/goods/goodsInfo/goodsInfo.wxml
@@ -97,10 +97,10 @@ | @@ -97,10 +97,10 @@ | ||
97 | <!-- --显示团购价 --> | 97 | <!-- --显示团购价 --> |
98 | <view class="prom_show rel" wx:if="{{prom_type==2}}"> | 98 | <view class="prom_show rel" wx:if="{{prom_type==2}}"> |
99 | 99 | ||
100 | - <view class="abs flex" style="align-items:flex-end;color: #fff; margin-top: 34rpx; margin-left: 10rpx; height: 60rpx">¥{{prom_price}} | 100 | + <view class="abs flex fs36" style="align-items:flex-end;color: #fff; margin-top: 34rpx; margin-left: 10rpx; height: 60rpx">¥{{prom_price}} |
101 | 101 | ||
102 | - <view wx:if="{{is_retail_price}}" class="word-line fs24 no_line_c" style="position: relative;top: -6rpx">零售价:¥{{filters.toFix(data.market_price,2)}}</view> | ||
103 | - <view wx:else class="word-line no_line_x fs24" style="position: relative;top: -6rpx">¥{{filters.toFix(data.shop_price,2)}}</view> | 102 | + <view wx:if="{{is_retail_price}}" class="word-line fs24 no_line_c" style="margin-left: 10rpx;position: relative;top: -6rpx; color:#fff !important">零售价:¥{{filters.toFix(data.market_price,2)}}</view> |
103 | + <view wx:else class="word-line no_line_x fs24" style="margin-left: 10rpx;position: relative;top: -6rpx;color:#fff !important">¥{{filters.toFix(data.shop_price,2)}}</view> | ||
104 | </view> | 104 | </view> |
105 | 105 | ||
106 | <image class="abs" style="width: 120rpx;top: 32rpx; right: 220rpx;" mode="widthFix" src='{{iurl+"/miniapp/images/activity-time.png"}}'></image> | 106 | <image class="abs" style="width: 120rpx;top: 32rpx; right: 220rpx;" mode="widthFix" src='{{iurl+"/miniapp/images/activity-time.png"}}'></image> |
@@ -128,8 +128,8 @@ | @@ -128,8 +128,8 @@ | ||
128 | <view class="fs50 val">{{prom_price}}</view> | 128 | <view class="fs50 val">{{prom_price}}</view> |
129 | </view> | 129 | </view> |
130 | 130 | ||
131 | - <view wx:if="{{is_retail_price}}" class="word-line fs20 xc-qtunit-price no_line_c">零售价:¥{{filters.toFix(data.market_price,2)}}</view> | ||
132 | - <view wx:else class="word-line no_line_x fs20 xc-qtunit-price">¥{{filters.toFix(data.shop_price,2)}}</view> | 131 | + <view wx:if="{{is_retail_price}}" class="word-line fs20 xc-qtunit-price no_line_c" style="color:#fff !important ">零售价:¥{{filters.toFix(data.market_price,2)}}</view> |
132 | + <view wx:else class="word-line no_line_x fs20 xc-qtunit-price" style="color:#fff !important ">¥{{filters.toFix(data.shop_price,2)}}</view> | ||
133 | </view> | 133 | </view> |
134 | 134 | ||
135 | <view class="abs white xc-nanber"> | 135 | <view class="abs white xc-nanber"> |