bill.wxml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 style="font-size:30rpx;">累计账单</text>
  44. <van-icon wx:if="{{show1}}" style="margin-right: -20rpx; z-index: 1;" bind:click="onDisplay" name="/../images/rili.svg" />
  45. <view class="rili">
  46. <van-cell title="" value="{{ date }}" bind:click="onDisplay" />
  47. <van-calendar color="#1E90FF" confirm-text="确定日期" show="{{ show }}" type="range" bind:close="onClose" bind:confirm="onConfirm" />
  48. </view>
  49. </view>
  50. <view style="margin-top: -18rpx;margin-bottom: -32rpx;">
  51. <van-divider />
  52. </view>
  53. <view style="display: flex;">
  54. <view class="img3">
  55. <view style="margin-top: 0rpx;">
  56. <van-icon style="margin-left: 80rpx;" size="50rpx" name="/images/jine.svg" />
  57. <text style="font-size: 26rpx;">¥<text style="font-size: 40rpx;">9999.9</text>元</text>
  58. <view style="font-size: 24rpx; margin-left: 135rpx; color: #D3D3D3; margin-top: 14rpx;">
  59. 入账金额
  60. </view>
  61. </view>
  62. </view>
  63. <view style="width: 1rpx;background-color: #F5F5F5;height: 190rpx; margin-right: 0rpx; margin-left: 45rpx;"></view>
  64. <view class="img3">
  65. <view style="margin-top: 0rpx;">
  66. <van-icon style="margin-left: 80rpx;" size="50rpx" name="/images/kuaidi.svg" />
  67. <text style="font-size: 26rpx;">¥<text style="font-size: 40rpx;">9999.9</text>元</text>
  68. <view style="font-size: 24rpx; margin-left: 135rpx; color: #D3D3D3; margin-top: 14rpx;">
  69. 包装费
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. <view style="margin-top: -35rpx;margin-bottom: -32rpx;">
  75. <van-divider />
  76. </view>
  77. <view style="display: flex;">
  78. <view class="img3">
  79. <view style="margin-top: 0rpx;">
  80. <van-icon style="margin-left: 80rpx;" size="60rpx" name="/images/yunshu.svg" />
  81. <text style="font-size: 26rpx;">¥<text style="font-size: 40rpx;">9999.9</text>元</text>
  82. <view style="font-size: 24rpx; margin-left: 135rpx; color: #D3D3D3; margin-top: 14rpx;">
  83. 配送费
  84. </view>
  85. </view>
  86. </view>
  87. <view style="width: 1rpx;background-color: #F5F5F5;height: 190rpx; margin-right: 0rpx; margin-left: 45rpx;"></view>
  88. <view class="img3">
  89. <view style="margin-top: 0rpx;">
  90. <van-icon style="margin-left: 80rpx;" size="50rpx" name="/images/tuikuan.svg" />
  91. <text style="font-size: 26rpx;">¥<text style="font-size: 40rpx;">999.9</text>元</text>
  92. <view style="font-size: 24rpx; margin-left: 135rpx; color: #D3D3D3; margin-top: 14rpx;">
  93. 退款费
  94. </view>
  95. </view>
  96. </view>
  97. </view>
  98. </view>
  99. </view>