bill.wxml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <view class="all">
  2. <view class="all1">
  3. <view class="img tex" style="padding-top:{{statusBarHeight}}px">
  4. <image src="/../images/fanhui.png" bindtap="back" style=" width: 40rpx;height: 40rpx;" mode="" />
  5. <view style="color: #fff;">账单统计</view>
  6. </view>
  7. <view style="overflow:hidden;height:250upx">
  8. <image style="width: 750rpx;" src="{{imgs}}"></image>
  9. </view>
  10. <view class="img1">
  11. <view style="margin-bottom: 12rpx;">
  12. 今日账单
  13. </view>
  14. <view style="font-size: 22rpx; color: #D3D3D3;">
  15. 入账金额:¥{{yuan}}元
  16. </view>
  17. </view>
  18. <view class="img2">
  19. <view>
  20. <text>¥<text style="font-size: 30rpx;">340.14</text>元</text>
  21. <view style="margin-left: 16rpx;">
  22. 包装费
  23. </view>
  24. </view>
  25. <view style="width: 1rpx;background-color: #A9A9A9;height: 60rpx;"></view>
  26. <view>
  27. <text>¥<text style="font-size: 30rpx;">298.00</text>元</text>
  28. <view style="margin-left: 16rpx;">
  29. 配送费
  30. </view>
  31. </view>
  32. <view style="width: 1rpx;background-color: #A9A9A9;height: 60rpx;"></view>
  33. <view>
  34. <text>¥<text style="font-size: 30rpx;">50.00</text>元</text>
  35. <view style="margin-left: 16rpx;">
  36. 退款费
  37. </view>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="all2">
  42. <view style=" margin: 20rpx 30rpx; width: 670rpx; display: inline-flex; justify-content: space-between;">
  43. <text>累计账单</text>
  44. <van-icon style="margin-right: -20rpx;" bind:click="onDisplay" name="/../images/rili.svg" />
  45. </view>
  46. </view>
  47. </view>