Commit cb79d34e62195171630e64390984ec2f8f5a0fdc
1 parent
ec45a1e4
解决冲突2
Showing
2 changed files
with
4 additions
and
4 deletions
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml
@@ -93,7 +93,7 @@ | @@ -93,7 +93,7 @@ | ||
93 | {{djs.min}} | 93 | {{djs.min}} |
94 | </view> | 94 | </view> |
95 | <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">分</view> | 95 | <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">分</view> |
96 | - <view class='time-val white t-c' style=";background:{{prom_st==1?'#d40022':'#0097e0'}}"> | 96 | + <view class='time-val white t-c' style="background:{{prom_st==1?'#d40022':'#0097e0'}}"> |
97 | {{djs.sec}} | 97 | {{djs.sec}} |
98 | </view> | 98 | </view> |
99 | <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">秒</view> | 99 | <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">秒</view> |
@@ -163,7 +163,7 @@ | @@ -163,7 +163,7 @@ | ||
163 | {{djs.min}} | 163 | {{djs.min}} |
164 | </view> | 164 | </view> |
165 | <view class="xc-time" style="color: {{'#d40022'}}">分</view> | 165 | <view class="xc-time" style="color: {{'#d40022'}}">分</view> |
166 | - <view class='xc-time-val white t-c' style=";background:{{'#d40022'}}"> | 166 | + <view class='xc-time-val white t-c' style="background:{{'#d40022'}}"> |
167 | {{djs.sec}} | 167 | {{djs.sec}} |
168 | </view> | 168 | </view> |
169 | <view class="xc-time" style="color: {{'#d40022'}}">秒</view> | 169 | <view class="xc-time" style="color: {{'#d40022'}}">秒</view> |
@@ -569,7 +569,7 @@ | @@ -569,7 +569,7 @@ | ||
569 | </view> | 569 | </view> |
570 | <scroll-view scroll-x="true" class="pj_scroll"> | 570 | <scroll-view scroll-x="true" class="pj_scroll"> |
571 | <view class="flex"> | 571 | <view class="flex"> |
572 | - <view class="xc_comment-detail" style="" wx:for="{{fir_comments}}" wx:key="fir_comments"> | 572 | + <view class="xc_comment-detail" wx:for="{{fir_comments}}" wx:key="fir_comments"> |
573 | <view class="xc_comment-left"> | 573 | <view class="xc_comment-left"> |
574 | <view class="xc_comment-user"> | 574 | <view class="xc_comment-user"> |
575 | <view class="xc_user-img"> | 575 | <view class="xc_user-img"> |
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss
@@ -2573,7 +2573,7 @@ line-height: 38rpx; | @@ -2573,7 +2573,7 @@ line-height: 38rpx; | ||
2573 | } | 2573 | } |
2574 | /* 门店分类列表 */ | 2574 | /* 门店分类列表 */ |
2575 | .sort_store_list{ | 2575 | .sort_store_list{ |
2576 | -<<<<<<< HEAD | 2576 | + |
2577 | max-height: 790rpx; | 2577 | max-height: 790rpx; |
2578 | /* max-height: 700rpx; */ | 2578 | /* max-height: 700rpx; */ |
2579 | min-height: 700rpx; | 2579 | min-height: 700rpx; |