Commit 3b464bfbdbb3e40651f7b654c29555d7f2fe5e29
1 parent
709a54fa
我的拼团列表样式修改
Showing
2 changed files
with
13 additions
and
12 deletions
pages/team/team_ping/team_ping.wxml
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | <!--top--> |
| 16 | 16 | <view class='pd-list-top'> |
| 17 | 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 | 19 | <image class='jt' src='{{iurl}}/miniapp/images/icojiantou1.png'></image> |
| 20 | 20 | </view> |
| 21 | 21 | <!--image--> |
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | <image src='{{item.gimage}}' binderror='images_err' data-err="order[{{index}}].gimage"></image> |
| 26 | 26 | </view> |
| 27 | 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 | 29 | </view> |
| 30 | 30 | |
| 31 | 31 | |
| ... | ... | @@ -33,7 +33,7 @@ |
| 33 | 33 | <view class="flex"> |
| 34 | 34 | <text class='fs24 xc-wc {{item.pt_status==1?"xc-rmbs":"xc-rmb"}}'>¥</text> |
| 35 | 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 | 37 | </view> |
| 38 | 38 | <view class="xc-still-bad flex fs24" wx:if="{{item.pt_status==1}}"> |
| 39 | 39 | <block wx:if="{{item.ct_num-item.tx.length>0}}"> |
| ... | ... | @@ -70,9 +70,9 @@ |
| 70 | 70 | </block> |
| 71 | 71 | <block wx:else> |
| 72 | 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 | 76 | </block> |
| 77 | 77 | |
| 78 | 78 | </block> |
| ... | ... | @@ -106,7 +106,7 @@ |
| 106 | 106 | |
| 107 | 107 | </view> |
| 108 | 108 | <view class='bodytimecen flex' wx:if="{{item.pt_status==1}}"> |
| 109 | - 剩余: | |
| 109 | + 剩余: | |
| 110 | 110 | <span>{{item.djs.day}}</span>天 |
| 111 | 111 | <span>{{item.djs.hou}}</span>时 |
| 112 | 112 | <span>{{item.djs.min}}</span>分 | ... | ... |
pages/team/team_ping/team_ping.wxss
| ... | ... | @@ -91,7 +91,7 @@ |
| 91 | 91 | .pd-wz{ |
| 92 | 92 | |
| 93 | 93 | display: inline-block; |
| 94 | - font-size: 25rpx; | |
| 94 | + font-size: 28rpx; | |
| 95 | 95 | line-height: 76rpx; |
| 96 | 96 | color: #000; |
| 97 | 97 | font-weight: normal; |
| ... | ... | @@ -188,7 +188,7 @@ height:222rpx; |
| 188 | 188 | .foot-l-wz{ |
| 189 | 189 | padding-right: 10rpx; |
| 190 | 190 | display: inline-block; |
| 191 | - font-size: 34rpx; | |
| 191 | + font-size: 30rpx; | |
| 192 | 192 | color: #e4374d; |
| 193 | 193 | font-weight: normal; |
| 194 | 194 | } |
| ... | ... | @@ -325,6 +325,7 @@ margin-right: 20rpx; |
| 325 | 325 | justify-content:flex-end; |
| 326 | 326 | width:97%; |
| 327 | 327 | margin-bottom:40rpx; |
| 328 | + line-height: 36rpx; | |
| 328 | 329 | |
| 329 | 330 | } |
| 330 | 331 | |
| ... | ... | @@ -333,7 +334,7 @@ margin-bottom:40rpx; |
| 333 | 334 | border-radius: 7rpx; |
| 334 | 335 | font-size: 25rpx; |
| 335 | 336 | margin-right:8rpx; |
| 336 | - line-height: 46rpx | |
| 337 | + line-height: 36rpx | |
| 337 | 338 | } |
| 338 | 339 | .xc-price-sn{ |
| 339 | 340 | height:73rpx; |
| ... | ... | @@ -372,9 +373,9 @@ margin-left:5rpx; |
| 372 | 373 | } |
| 373 | 374 | |
| 374 | 375 | .foot-l-wz2{ |
| 375 | - font-size: 34rpx; | |
| 376 | + font-size: 30rpx; | |
| 376 | 377 | color: #e4374d; |
| 377 | 378 | font-weight: normal; |
| 378 | 379 | margin-top:-40rpx; |
| 379 | - margin-left:80rpx | |
| 380 | + margin-left:98rpx | |
| 380 | 381 | } |
| 381 | 382 | \ No newline at end of file | ... | ... |