Commit 8edfa03a88d8c255233cb62a4fd8872a5cd82cf9

Authored by yvan.ni
1 parent 83d6d1be

~~ 保障服务~~的样式优化~~

packageE/pages/cart/cart2/cart2.wxml
@@ -390,8 +390,8 @@ @@ -390,8 +390,8 @@
390 <view class="flex f1 ai_c rel22" style="position: relative;" bindtap="{{showFold ? 'clickCollapse':''}}"> 390 <view class="flex f1 ai_c rel22" style="position: relative;" bindtap="{{showFold ? 'clickCollapse':''}}">
391 <view class="bz-content22 showArea22 {{flag ? '':'ellipsis-1x'}}">{{bconfig.service_bz}}</view> 391 <view class="bz-content22 showArea22 {{flag ? '':'ellipsis-1x'}}">{{bconfig.service_bz}}</view>
392 <view class="bz-content22 hideArea22">{{bconfig.service_bz}}</view> 392 <view class="bz-content22 hideArea22">{{bconfig.service_bz}}</view>
393 - <view class="cx-obtain-coupon22 wsize22 arrow22" wx:if="{{showFold}}">  
394 - <text class="bg_jj22 down22 {{flag ? 'up22':''}}"></text> 393 + <view class="cx-obtain-coupon22 wsize22 arrow22" wx:if="{{showFold}}" >
  394 + <text class="bg_jj22 {{flag ? 'up3':''}}"></text>
395 </view> 395 </view>
396 </view> 396 </view>
397 </view> 397 </view>
packageE/pages/cart/cart2/cart2.wxss
@@ -1223,4 +1223,11 @@ margin-left: 20rpx; @@ -1223,4 +1223,11 @@ margin-left: 20rpx;
1223 transform: rotateZ(-45deg); 1223 transform: rotateZ(-45deg);
1224 margin-top: 6rpx; 1224 margin-top: 6rpx;
1225 } 1225 }
  1226 +.bg_jj.up3 {
  1227 + transform: rotateZ(-45deg);
  1228 + margin-top: 6rpx;
  1229 +}
  1230 +
  1231 +
  1232 +
1226 1233