球星卡微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
4.4 KiB

  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_4">
  4. <view class="flex-col">
  5. <view class="flex-col section_2">
  6. <view class="justify-between">
  7. <text class="text_2">费用合计</text>
  8. <text class="text_3">¥120</text>
  9. </view>
  10. <view class="justify-between group_7">
  11. <text class="text_4">订单折扣</text>
  12. <text class="text_5"></text>
  13. </view>
  14. </view>
  15. <view class="center-section flex-col">
  16. <view class="justify-between">
  17. <text class="text_6">评级费用</text>
  18. <view class="right-group flex-row">
  19. <text>¥120</text>
  20. <image
  21. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497783561062920.png"
  22. class="image_6"
  23. />
  24. </view>
  25. </view>
  26. <view class="group_9 justify-between">
  27. <text>ANDRW WIGGINS</text>
  28. <text>¥40</text>
  29. </view>
  30. <view class="justify-between group_10">
  31. <text>ANDRW WIGGINS</text>
  32. <text>¥40</text>
  33. </view>
  34. <view class="justify-between group_11">
  35. <text>ANDRW WIGGINS</text>
  36. <text>¥40</text>
  37. </view>
  38. </view>
  39. <view class="center-section flex-col">
  40. <view class="justify-between">
  41. <text class="text_6">其他费用</text>
  42. <view class="right-group flex-row">
  43. <text>¥0</text>
  44. <image
  45. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497784293806985.png"
  46. class="image_6"
  47. />
  48. </view>
  49. </view>
  50. <view class="group_9 flex-row">
  51. <text>费用名称</text>
  52. <text class="text_18">价格</text>
  53. <text class="text_19">数量</text>
  54. <text class="text_20">合计</text>
  55. </view>
  56. </view>
  57. </view>
  58. <view class="section_3"> </view>
  59. </view>
  60. </view>
  61. </template>
  62. <script>
  63. export default {
  64. data() {
  65. return {};
  66. },
  67. };
  68. </script>
  69. <style scoped lang="css">
  70. .center-section {
  71. margin-top: 30rpx;
  72. padding: 40rpx 30rpx 40rpx 32rpx;
  73. background-color: rgb(255, 255, 255);
  74. }
  75. .image_6 {
  76. margin-left: 8rpx;
  77. align-self: center;
  78. width: 26rpx;
  79. height: 16rpx;
  80. }
  81. .text_6 {
  82. color: rgb(51, 51, 51);
  83. font-size: 32rpx;
  84. font-weight: 500;
  85. line-height: 44rpx;
  86. white-space: nowrap;
  87. }
  88. .right-group {
  89. color: rgb(231, 162, 63);
  90. font-size: 32rpx;
  91. font-weight: 600;
  92. line-height: 44rpx;
  93. white-space: nowrap;
  94. }
  95. .group_9 {
  96. margin-top: 40rpx;
  97. color: rgb(119, 119, 119);
  98. font-size: 28rpx;
  99. font-weight: 500;
  100. line-height: 40rpx;
  101. white-space: nowrap;
  102. }
  103. .page {
  104. background-color: #f6f6f6;
  105. width: 100%;
  106. overflow-y: auto;
  107. height: 100%;
  108. }
  109. .group_4 {
  110. padding: 2rpx 0 16rpx;
  111. flex: 1 1 auto;
  112. overflow-y: auto;
  113. }
  114. .section_3 {
  115. margin-top: 596rpx;
  116. align-self: center;
  117. background-color: rgb(0, 0, 0);
  118. border-radius: 4rpx;
  119. width: 196rpx;
  120. height: 8rpx;
  121. }
  122. .section_2 {
  123. padding: 40rpx 32rpx;
  124. background-color: rgb(255, 255, 255);
  125. }
  126. .group_7 {
  127. margin-top: 50rpx;
  128. }
  129. .group_10 {
  130. margin-top: 30rpx;
  131. color: rgb(119, 119, 119);
  132. font-size: 28rpx;
  133. font-weight: 500;
  134. line-height: 40rpx;
  135. white-space: nowrap;
  136. }
  137. .group_11 {
  138. margin-top: 30rpx;
  139. color: rgb(119, 119, 119);
  140. font-size: 28rpx;
  141. font-weight: 500;
  142. line-height: 40rpx;
  143. white-space: nowrap;
  144. }
  145. .text_2 {
  146. color: rgb(51, 51, 51);
  147. font-size: 32rpx;
  148. font-weight: 500;
  149. line-height: 44rpx;
  150. white-space: nowrap;
  151. }
  152. .text_3 {
  153. color: rgb(231, 162, 63);
  154. font-size: 32rpx;
  155. font-weight: 600;
  156. line-height: 44rpx;
  157. white-space: nowrap;
  158. }
  159. .text_4 {
  160. color: rgb(51, 51, 51);
  161. font-size: 32rpx;
  162. font-weight: 500;
  163. line-height: 44rpx;
  164. white-space: nowrap;
  165. }
  166. .text_5 {
  167. color: rgb(51, 51, 51);
  168. font-size: 32rpx;
  169. font-weight: 600;
  170. line-height: 44rpx;
  171. white-space: nowrap;
  172. }
  173. .text_18 {
  174. margin-left: 116rpx;
  175. }
  176. .text_19 {
  177. margin-left: 118rpx;
  178. }
  179. .text_20 {
  180. margin-left: 116rpx;
  181. }
  182. </style>