Commit 3b464bfbdbb3e40651f7b654c29555d7f2fe5e29

Authored by season
1 parent 709a54fa

我的拼团列表样式修改

pages/team/team_ping/team_ping.wxml
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 <!--top--> 15 <!--top-->
16 <view class='pd-list-top'> 16 <view class='pd-list-top'>
17 <!-- <image src='{{iurl}}/miniapp/images/dianpu.png'></image> --> 17 <!-- <image src='{{iurl}}/miniapp/images/dianpu.png'></image> -->
18 - <text class='pd-wz'>订单编号:{{item.order_sn}}</text> 18 + <text class='pd-wz'>订单编号{{item.order_sn}}</text>
19 <image class='jt' src='{{iurl}}/miniapp/images/icojiantou1.png'></image> 19 <image class='jt' src='{{iurl}}/miniapp/images/icojiantou1.png'></image>
20 </view> 20 </view>
21 <!--image--> 21 <!--image-->
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 <image src='{{item.gimage}}' binderror='images_err' data-err="order[{{index}}].gimage"></image> 25 <image src='{{item.gimage}}' binderror='images_err' data-err="order[{{index}}].gimage"></image>
26 </view> 26 </view>
27 <view> 27 <view>
28 - <view class='pd-img-wz1 ellipsis-2'>{{item.goods.goods_name}} 28 + <view class='pd-img-wz1 ellipsis-2'>{{item.order_goods[0].goods_name}}
29 </view> 29 </view>
30 30
31 31
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <view class="flex"> 33 <view class="flex">
34 <text class='fs24 xc-wc {{item.pt_status==1?"xc-rmbs":"xc-rmb"}}'>¥</text> 34 <text class='fs24 xc-wc {{item.pt_status==1?"xc-rmbs":"xc-rmb"}}'>¥</text>
35 <view class='pd-jg xc-wc'>{{item.order_goods[0].goods_price}}</view> 35 <view class='pd-jg xc-wc'>{{item.order_goods[0].goods_price}}</view>
36 - <view class="flex word-line xc-ash {{item.pt_status==1?'xc-rmbs':'xc-rmb'}}"><text class="fs24 xc-black">零售价:</text><text class="fs24 xc-wc">¥</text><text class="fs26 xc-wc">{{item.order_goods[0].market_price}}</text> </view> 36 + <view class="flex word-line xc-ash {{item.pt_status==1?'xc-rmbs':'xc-rmb'}}"><text class="fs24 xc-black">零售价</text><text class="fs24 xc-wc">¥</text><text class="fs26 xc-wc">{{item.order_goods[0].market_price}}</text> </view>
37 </view> 37 </view>
38 <view class="xc-still-bad flex fs24" wx:if="{{item.pt_status==1}}"> 38 <view class="xc-still-bad flex fs24" wx:if="{{item.pt_status==1}}">
39 <block wx:if="{{item.ct_num-item.tx.length>0}}"> 39 <block wx:if="{{item.ct_num-item.tx.length>0}}">
@@ -70,9 +70,9 @@ @@ -70,9 +70,9 @@
70 </block> 70 </block>
71 <block wx:else> 71 <block wx:else>
72 <view class='foot-l-wz fs35' wx:if="item.is_zsorder==4"> 72 <view class='foot-l-wz fs35' wx:if="item.is_zsorder==4">
73 - 定金:¥{{filters.toFix(item.order_amount+item.user_money,2)}}</view>  
74 - <view class='foot-l-wz fs35' wx:else>金额:¥{{filters.toFix(item.order_amount+item.user_money,2)}}</view>  
75 - <view class='foot-l-wz2 fs35' wx:if="{{item.pt_tail_money>0}}">尾款:¥{{item.pt_tail_money}}</view> 73 + 定金:¥{{filters.toFix(item.order_amount+item.user_money,2)}}</view>
  74 + <view class='foot-l-wz fs35' wx:else>金额:¥{{filters.toFix(item.order_amount+item.user_money,2)}}</view>
  75 + <view class='foot-l-wz2 fs35' wx:if="{{item.pt_tail_money>0}}">尾款:¥{{item.pt_tail_money}}</view>
76 </block> 76 </block>
77 77
78 </block> 78 </block>
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 106
107 </view> 107 </view>
108 <view class='bodytimecen flex' wx:if="{{item.pt_status==1}}"> 108 <view class='bodytimecen flex' wx:if="{{item.pt_status==1}}">
109 - 剩余: 109 + 剩余
110 <span>{{item.djs.day}}</span>天 110 <span>{{item.djs.day}}</span>天
111 <span>{{item.djs.hou}}</span>时 111 <span>{{item.djs.hou}}</span>时
112 <span>{{item.djs.min}}</span>分 112 <span>{{item.djs.min}}</span>分
pages/team/team_ping/team_ping.wxss
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 .pd-wz{ 91 .pd-wz{
92 92
93 display: inline-block; 93 display: inline-block;
94 - font-size: 25rpx; 94 + font-size: 28rpx;
95 line-height: 76rpx; 95 line-height: 76rpx;
96 color: #000; 96 color: #000;
97 font-weight: normal; 97 font-weight: normal;
@@ -188,7 +188,7 @@ height:222rpx; @@ -188,7 +188,7 @@ height:222rpx;
188 .foot-l-wz{ 188 .foot-l-wz{
189 padding-right: 10rpx; 189 padding-right: 10rpx;
190 display: inline-block; 190 display: inline-block;
191 - font-size: 34rpx; 191 + font-size: 30rpx;
192 color: #e4374d; 192 color: #e4374d;
193 font-weight: normal; 193 font-weight: normal;
194 } 194 }
@@ -325,6 +325,7 @@ margin-right: 20rpx; @@ -325,6 +325,7 @@ margin-right: 20rpx;
325 justify-content:flex-end; 325 justify-content:flex-end;
326 width:97%; 326 width:97%;
327 margin-bottom:40rpx; 327 margin-bottom:40rpx;
  328 + line-height: 36rpx;
328 329
329 } 330 }
330 331
@@ -333,7 +334,7 @@ margin-bottom:40rpx; @@ -333,7 +334,7 @@ margin-bottom:40rpx;
333 border-radius: 7rpx; 334 border-radius: 7rpx;
334 font-size: 25rpx; 335 font-size: 25rpx;
335 margin-right:8rpx; 336 margin-right:8rpx;
336 - line-height: 46rpx 337 + line-height: 36rpx
337 } 338 }
338 .xc-price-sn{ 339 .xc-price-sn{
339 height:73rpx; 340 height:73rpx;
@@ -372,9 +373,9 @@ margin-left:5rpx; @@ -372,9 +373,9 @@ margin-left:5rpx;
372 } 373 }
373 374
374 .foot-l-wz2{ 375 .foot-l-wz2{
375 - font-size: 34rpx; 376 + font-size: 30rpx;
376 color: #e4374d; 377 color: #e4374d;
377 font-weight: normal; 378 font-weight: normal;
378 margin-top:-40rpx; 379 margin-top:-40rpx;
379 - margin-left:80rpx 380 + margin-left:98rpx
380 } 381 }
381 \ No newline at end of file 382 \ No newline at end of file